Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c776 return PLANE_CTL_TILED_Y; in skl_plane_ctl_tiling()
799 return PLANE_CTL_TILED_Y | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
801 return PLANE_CTL_TILED_Y | in skl_plane_ctl_tiling()
805 return PLANE_CTL_TILED_Y | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()
2451 case PLANE_CTL_TILED_Y: in skl_get_initial_plane_config()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c163 case PLANE_CTL_TILED_Y: in intel_vgpu_get_stride()
H A Ddmabuf.c283 case PLANE_CTL_TILED_Y: in vgpu_get_plane_info()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3642 #define PLANE_CTL_TILED_Y REG_FIELD_PREP(PLANE_CTL_TILED_MASK, 4) macro