Searched refs:PLANE_CTL_RENDER_DECOMPRESSION_ENABLE (Results 1 – 2 of 2) sorted by relevance
938 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()945 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()948 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()951 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()956 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()959 return PLANE_CTL_TILED_Y | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()962 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()969 return PLANE_CTL_TILED_YF | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()2700 if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()2717 u32 rc_mask = PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_get_initial_plane_config()[all …]
79 #define PLANE_CTL_RENDER_DECOMPRESSION_ENABLE REG_BIT(15) macro