Searched refs:DRM_FORMAT_XRGB16161616F (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/drm/ |
| H A D | drm_fourcc.h | 229 #define DRM_FORMAT_XRGB16161616F fourcc_code('X', 'R', '4', 'H') /* [63:0] x:R:G:B 16:16:16:16 litt… macro
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 253 …{ .format = DRM_FORMAT_XRGB16161616F, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1,… in __drm_format_info()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 807 formats[num_formats++] = DRM_FORMAT_XRGB16161616F; in amdgpu_dm_plane_get_plane_formats() 1063 case DRM_FORMAT_XRGB16161616F: in amdgpu_dm_plane_get_min_max_dc_plane_scaling()
|
| H A D | amdgpu_dm.c | 6240 case DRM_FORMAT_XRGB16161616F: in fill_dc_plane_info_and_addr()
|