Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c789 enum dc_pixel_format dal_pixel_format = PIXEL_FORMAT_UNKNOWN; in convert_pixel_format_to_dalsurface() local
793 dal_pixel_format = PIXEL_FORMAT_INDEX8; in convert_pixel_format_to_dalsurface()
796 dal_pixel_format = PIXEL_FORMAT_RGB565; in convert_pixel_format_to_dalsurface()
799 dal_pixel_format = PIXEL_FORMAT_RGB565; in convert_pixel_format_to_dalsurface()
802 dal_pixel_format = PIXEL_FORMAT_ARGB8888; in convert_pixel_format_to_dalsurface()
805 dal_pixel_format = PIXEL_FORMAT_ARGB8888; in convert_pixel_format_to_dalsurface()
808 dal_pixel_format = PIXEL_FORMAT_ARGB2101010; in convert_pixel_format_to_dalsurface()
811 dal_pixel_format = PIXEL_FORMAT_ARGB2101010; in convert_pixel_format_to_dalsurface()
814 dal_pixel_format = PIXEL_FORMAT_ARGB2101010_XRBIAS; in convert_pixel_format_to_dalsurface()
818 dal_pixel_format = PIXEL_FORMAT_FP16; in convert_pixel_format_to_dalsurface()
[all …]