Searched refs:CNTL_BGR (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_display.c262 cntl |= CNTL_ST_LCDBPP24_PACKED | CNTL_BGR;
272 cntl |= CNTL_LCDBPP24 | CNTL_BGR;
281 cntl |= CNTL_LCDBPP24 | CNTL_BGR;
287 cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565 | CNTL_BGR;
293 cntl |= CNTL_LCDBPP16 | CNTL_BGR;
297 cntl |= CNTL_LCDBPP16_565 | CNTL_BGR;
303 cntl |= CNTL_ST_1XBPP_5551 | CNTL_BGR;
311 cntl |= CNTL_BGR;
317 cntl |= CNTL_ST_1XBPP_444 | CNTL_BGR;
325 cntl |= CNTL_BGR;
[all...]
H A Dpl111_drm.h80 #define CNTL_BGR (1 << 8) macro

Completed in 92 milliseconds