Searched refs:PLANE_CTL_DECOMPRESSION_ENABLE (Results 1 – 2 of 2) sorted by relevance
3473 return PLANE_CTL_TILED_Y | PLANE_CTL_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()3477 return PLANE_CTL_TILED_YF | PLANE_CTL_DECOMPRESSION_ENABLE; in skl_plane_ctl_tiling()8550 if (val & PLANE_CTL_DECOMPRESSION_ENABLE) in skylake_get_initial_plane_config()8556 if (val & PLANE_CTL_DECOMPRESSION_ENABLE) in skylake_get_initial_plane_config()
6277 #define PLANE_CTL_DECOMPRESSION_ENABLE (1 << 15) macro