Searched refs:DRM_FORMAT_P016 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 82 DRM_FORMAT_P016, 127 DRM_FORMAT_P016, 159 DRM_FORMAT_P016, 183 return DRM_FORMAT_P016; in skl_format_to_fourcc() 417 case DRM_FORMAT_P016: in icl_plane_min_width() 715 case DRM_FORMAT_P016: in skl_plane_ctl_format() 1336 case DRM_FORMAT_P016: in intel_format_is_p01x() 2052 case DRM_FORMAT_P016: in skl_plane_format_mod_supported() 2101 case DRM_FORMAT_P016: in gen12_plane_format_mod_supported()
|
H A D | skl_scaler.c | 325 case DRM_FORMAT_P016: in skl_update_scaler_plane()
|
H A D | intel_fb.c | 87 { .format = DRM_FORMAT_P016, .num_planes = 4,
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 353 #define DRM_FORMAT_P016 fourcc_code('P', '0', '1', '6') /* 2x2 subsampled Cr:Cb plane 16 bits per … macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 354 #define DRM_FORMAT_P016 fourcc_code('P', '0', '1', '6') /* 2x2 subsampled Cr:Cb plane 16 bits per … macro
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 282 { .format = DRM_FORMAT_P016, .depth = 0, .num_planes = 2, in __drm_format_info()
|