Searched refs:ORDER_XRGB (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d-regs.h | 86 #define ORDER_XRGB 0 macro
|
H A D | g2d.c | 34 .hw = COLOR_MODE(ORDER_XRGB, MODE_XRGB_8888), 39 .hw = COLOR_MODE(ORDER_XRGB, MODE_RGB_565), 44 .hw = COLOR_MODE(ORDER_XRGB, MODE_XRGB_1555), 49 .hw = COLOR_MODE(ORDER_XRGB, MODE_XRGB_4444), 54 .hw = COLOR_MODE(ORDER_XRGB, MODE_PACKED_RGB_888),
|