Searched refs:I915_MAX_PLANES (Results 1 – 8 of 8) sorted by relevance
27 u16 plane[I915_MAX_PLANES];38 u8 plane[I915_MAX_PLANES];
867 struct skl_plane_wm planes[I915_MAX_PLANES];886 u16 plane[I915_MAX_PLANES];943 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];945 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];1270 int min_cdclk[I915_MAX_PLANES];1273 u32 data_rate[I915_MAX_PLANES];1275 u32 data_rate_y[I915_MAX_PLANES];1278 u64 rel_data_rate[I915_MAX_PLANES];1279 u64 rel_data_rate_y[I915_MAX_PLANES];
72 I915_MAX_PLANES, enumerator
724 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit() argument725 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit() argument745 ddb, I915_MAX_PLANES, plane_id) || in skl_next_plane_to_commit()747 ddb_y, I915_MAX_PLANES, plane_id)) in skl_next_plane_to_commit()834 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()835 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
303 BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); in intel_frontbuffer_track()
111 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
3140 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in intel_wm_state_verify()3141 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in intel_wm_state_verify()
91 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })