Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c424 enum pixel_format dal_pixel_format = PIXEL_FORMAT_UNKNOWN; in convert_pixel_format_to_dalsurface() local
428 dal_pixel_format = PIXEL_FORMAT_INDEX8; in convert_pixel_format_to_dalsurface()
431 dal_pixel_format = PIXEL_FORMAT_RGB565; in convert_pixel_format_to_dalsurface()
434 dal_pixel_format = PIXEL_FORMAT_RGB565; in convert_pixel_format_to_dalsurface()
437 dal_pixel_format = PIXEL_FORMAT_ARGB8888; in convert_pixel_format_to_dalsurface()
440 dal_pixel_format = PIXEL_FORMAT_ARGB8888; in convert_pixel_format_to_dalsurface()
443 dal_pixel_format = PIXEL_FORMAT_ARGB2101010; in convert_pixel_format_to_dalsurface()
446 dal_pixel_format = PIXEL_FORMAT_ARGB2101010; in convert_pixel_format_to_dalsurface()
449 dal_pixel_format = PIXEL_FORMAT_ARGB2101010_XRBIAS; in convert_pixel_format_to_dalsurface()
453 dal_pixel_format = PIXEL_FORMAT_FP16; in convert_pixel_format_to_dalsurface()
[all …]