Home
last modified time | relevance | path

Searched refs:rgb_order (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.h26 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
H A Dskl_universal_plane.c168 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 Dfb_decoder.c112 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 Dfb_decoder.c113 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 Dintel_display.h613 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha);
H A Dintel_display.c3338 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