Searched refs:PLANE_CTL_TILED_MASK (Results 1 – 3 of 3) sorted by relevance
219 plane->tiled = val & PLANE_CTL_TILED_MASK; in intel_vgpu_decode_primary_plane()
2248 tiling = val & PLANE_CTL_TILED_MASK; in skl_get_initial_plane_config()
7167 #define PLANE_CTL_TILED_MASK (0x7 << 10) macro