Searched refs:rgb_order (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.h | 26 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
|
H A D | skl_universal_plane.c | 168 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) in skl_format_to_fourcc() argument 197 if (rgb_order) { in skl_format_to_fourcc() 209 if (rgb_order) { in skl_format_to_fourcc() 221 if (rgb_order) { in skl_format_to_fourcc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.c | 112 static int skl_format_to_drm(int format, bool rgb_order, bool alpha, in skl_format_to_drm() argument 125 if (rgb_order) in skl_format_to_drm() 131 skl_pixel_formats_index = rgb_order ? 10 : 11; in skl_format_to_drm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.c | 113 static int skl_format_to_drm(int format, bool rgb_order, bool alpha, in skl_format_to_drm() argument 126 if (rgb_order) in skl_format_to_drm() 132 skl_pixel_formats_index = rgb_order ? 10 : 11; in skl_format_to_drm()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 613 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
|
H A D | intel_display.c | 3338 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) in skl_format_to_fourcc() argument 3367 if (rgb_order) { in skl_format_to_fourcc() 3379 if (rgb_order) { in skl_format_to_fourcc() 3391 if (rgb_order) { in skl_format_to_fourcc()
|
Completed in 36 milliseconds