Searched refs:PLANE_CTL_TILED_YF (Results 1 – 4 of 4) sorted by relevance
172 case PLANE_CTL_TILED_YF: in intel_vgpu_get_stride()
288 case PLANE_CTL_TILED_YF: in vgpu_get_plane_info()
967 return PLANE_CTL_TILED_YF; in skl_plane_ctl_tiling()969 return PLANE_CTL_TILED_YF | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()2646 static_assert(PLANE_CTL_TILED_YF == PLANE_CTL_TILED_4); in skl_get_initial_plane_config()2715 case PLANE_CTL_TILED_YF: /* aka PLANE_CTL_TILED_4 on XE_LPD+ */ in skl_get_initial_plane_config()
87 #define PLANE_CTL_TILED_YF REG_FIELD_PREP(PLANE_CTL_TILED_MASK, 5) macro