Searched refs:I915_MAX_PLANES (Results 1 – 7 of 7) sorted by relevance
27 u16 plane[I915_MAX_PLANES];38 u8 plane[I915_MAX_PLANES];
850 struct skl_plane_wm planes[I915_MAX_PLANES];869 u16 plane[I915_MAX_PLANES];926 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];928 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];1204 int min_cdclk[I915_MAX_PLANES];1207 u32 data_rate[I915_MAX_PLANES];1209 u32 data_rate_y[I915_MAX_PLANES];1212 u64 rel_data_rate[I915_MAX_PLANES];1213 u64 rel_data_rate_y[I915_MAX_PLANES];
678 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit() argument679 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit() argument699 ddb, I915_MAX_PLANES, plane_id) || in skl_next_plane_to_commit()701 ddb_y, I915_MAX_PLANES, plane_id)) in skl_next_plane_to_commit()788 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()789 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
315 BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); in intel_frontbuffer_track()
187 I915_MAX_PLANES, enumerator191 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
3020 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in intel_wm_state_verify()3021 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in intel_wm_state_verify()
91 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })