Searched refs:PLANE_CTL_RENDER_DECOMPRESSION_ENABLE (Results 1 – 2 of 2) sorted by relevance
784 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()791 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()794 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()797 return PLANE_CTL_TILED_4 | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()802 return PLANE_CTL_TILED_Y | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()805 PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_plane_ctl_tiling()812 return PLANE_CTL_TILED_YF | PLANE_CTL_RENDER_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()2456 if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()2473 u32 rc_mask = PLANE_CTL_RENDER_DECOMPRESSION_ENABLE | in skl_get_initial_plane_config()2480 else if (val & PLANE_CTL_RENDER_DECOMPRESSION_ENABLE) in skl_get_initial_plane_config()[all …]
3635 #define PLANE_CTL_RENDER_DECOMPRESSION_ENABLE REG_BIT(15) macro