Searched refs:PLANE_CTL_TILED_4 (Results 1 – 2 of 2) sorted by relevance
935 return PLANE_CTL_TILED_4; in skl_plane_ctl_tiling()937 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()941 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()945 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()947 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()951 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()953 return PLANE_CTL_TILED_4 | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()956 return PLANE_CTL_TILED_4 | 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()
88 #define PLANE_CTL_TILED_4 REG_FIELD_PREP(PLANE_CTL_TILED_MASK, 5) macro