Searched refs:PLANE_CTL_RENDER_DECOMPRESSION_ENABLE (Results 1 – 2 of 2) sorted by relevance
1072 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()1079 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1082 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()1085 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1090 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1093 return PLANE_CTL_TILED_Y | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()1096 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()1103 return PLANE_CTL_TILED_YF | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()2836 plane_ctl &= ~PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_disable_tiling()3117 if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()[all …]
79 #define PLANE_CTL_RENDER_DECOMPRESSION_ENABLE REG_BIT(15) macro