Home
last modified time | relevance | path

Searched refs:ORDER_XRGB (Results 1 – 2 of 2) sorted by relevance

/drivers/media/platform/s5p-g2d/
Dg2d.c39 .hw = COLOR_MODE(ORDER_XRGB, MODE_XRGB_8888),
45 .hw = COLOR_MODE(ORDER_XRGB, MODE_RGB_565),
51 .hw = COLOR_MODE(ORDER_XRGB, MODE_XRGB_1555),
57 .hw = COLOR_MODE(ORDER_XRGB, MODE_XRGB_4444),
63 .hw = COLOR_MODE(ORDER_XRGB, MODE_PACKED_RGB_888),
Dg2d-regs.h90 #define ORDER_XRGB 0 macro