Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c648 enum pixel_format dal_pixel_format = PIXEL_FORMAT_UNKNOWN; in convert_pixel_format_to_dalsurface() local
652 dal_pixel_format = PIXEL_FORMAT_INDEX8; in convert_pixel_format_to_dalsurface()
655 dal_pixel_format = PIXEL_FORMAT_RGB565; in convert_pixel_format_to_dalsurface()
658 dal_pixel_format = PIXEL_FORMAT_RGB565; in convert_pixel_format_to_dalsurface()
661 dal_pixel_format = PIXEL_FORMAT_ARGB8888; in convert_pixel_format_to_dalsurface()
664 dal_pixel_format = PIXEL_FORMAT_ARGB8888; in convert_pixel_format_to_dalsurface()
667 dal_pixel_format = PIXEL_FORMAT_ARGB2101010; in convert_pixel_format_to_dalsurface()
670 dal_pixel_format = PIXEL_FORMAT_ARGB2101010; in convert_pixel_format_to_dalsurface()
673 dal_pixel_format = PIXEL_FORMAT_ARGB2101010_XRBIAS; in convert_pixel_format_to_dalsurface()
677 dal_pixel_format = PIXEL_FORMAT_FP16; in convert_pixel_format_to_dalsurface()
[all …]