Searched refs:PLANE_CTL_TILED_4 (Results 1 – 2 of 2) sorted by relevance
1066 return PLANE_CTL_TILED_4; in skl_plane_ctl_tiling()1068 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()1072 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()1076 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1078 return PLANE_CTL_TILED_4 | in skl_plane_ctl_tiling()1082 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1084 return PLANE_CTL_TILED_4 | PLANE_CTL_MEDIA_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1087 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()3069 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