Searched refs:PLANE_CTL_TILED_4 (Results 1 – 2 of 2) sorted by relevance
782 return PLANE_CTL_TILED_4; in skl_plane_ctl_tiling()784 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()788 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()792 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()794 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()798 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()800 return PLANE_CTL_TILED_4 | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()2403 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