Searched refs:DRM_FORMAT_XBGR16161616 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/uapi/drm/ |
D | drm_fourcc.h | 203 #define DRM_FORMAT_XBGR16161616 fourcc_code('X', 'B', '4', '8') /* [63:0] x:B:G:R 16:16:16:16 littl… macro
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_fourcc.c | 219 …{ .format = DRM_FORMAT_XBGR16161616, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, … in __drm_format_info()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_plane.c | 56 DRM_FORMAT_XBGR16161616,
|
D | amdgpu_dm.c | 4766 case DRM_FORMAT_XBGR16161616: in fill_dc_plane_info_and_addr()
|