Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_fourcc.h217 #define DRM_FORMAT_ARGB16161616 fourcc_code('A', 'R', '4', '8') /* [63:0] A:R:G:B 16:16:16:16 littl… macro
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c58 DRM_FORMAT_ARGB16161616,
119 DRM_FORMAT_ARGB16161616, in amdgpu_dm_plane_fill_blending_from_plane_state()
H A Damdgpu_dm.c4979 case DRM_FORMAT_ARGB16161616: in fill_dc_plane_info_and_addr()
/openbsd/sys/dev/pci/drm/
H A Ddrm_fourcc.c224 …{ .format = DRM_FORMAT_ARGB16161616, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, … in __drm_format_info()