Searched refs:PLANE_CTL_TILED_4 (Results 1 – 2 of 2) sorted by relevance
781 return PLANE_CTL_TILED_4; in skl_plane_ctl_tiling()783 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()787 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()791 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()793 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()797 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()799 return PLANE_CTL_TILED_4 | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()2402 static_assert(PLANE_CTL_TILED_YF == PLANE_CTL_TILED_4); in skl_get_initial_plane_config()
3644 #define PLANE_CTL_TILED_4 REG_FIELD_PREP(PLANE_CTL_TILED_MASK, 5) macro