removed rgb in available format of img layer 13/135113/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 16 Jun 2017 08:27:20 +0000 (17:27 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Fri, 16 Jun 2017 08:27:20 +0000 (17:27 +0900)
Change-Id: I1d3306efa0dd2cb0f0e3c4d53005990ecb927a2d

src/tdm_sprd_display.c

index 833dd21..6e6c343 100644 (file)
@@ -116,9 +116,6 @@ typedef struct _Drm_Event_Context {
 } Drm_Event_Context;
 
 tbm_format img_layer_formats[] = {
-       TBM_FORMAT_RGB565,
-       TBM_FORMAT_XRGB8888,
-       TBM_FORMAT_ARGB8888,
        TBM_FORMAT_NV12,
        TBM_FORMAT_YUV420
 };