Searched refs:DRM_FORMAT_P012 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 81 DRM_FORMAT_P012, 126 DRM_FORMAT_P012, 158 DRM_FORMAT_P012, 181 return DRM_FORMAT_P012; in skl_format_to_fourcc() 416 case DRM_FORMAT_P012: in icl_plane_min_width() 713 case DRM_FORMAT_P012: in skl_plane_ctl_format() 1335 case DRM_FORMAT_P012: in intel_format_is_p01x() 2051 case DRM_FORMAT_P012: in skl_plane_format_mod_supported() 2100 case DRM_FORMAT_P012: in gen12_plane_format_mod_supported()
|
H A D | skl_scaler.c | 324 case DRM_FORMAT_P012: in skl_update_scaler_plane()
|
H A D | intel_fb.c | 84 { .format = DRM_FORMAT_P012, .num_planes = 4,
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 346 #define DRM_FORMAT_P012 fourcc_code('P', '0', '1', '2') /* 2x2 subsampled Cr:Cb plane 12 bits per … macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 347 #define DRM_FORMAT_P012 fourcc_code('P', '0', '1', '2') /* 2x2 subsampled Cr:Cb plane 12 bits per … macro
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 279 { .format = DRM_FORMAT_P012, .depth = 0, .num_planes = 2, in __drm_format_info()
|