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];
851 struct skl_plane_wm planes[I915_MAX_PLANES];870 u16 plane[I915_MAX_PLANES];927 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];929 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];1218 int min_cdclk[I915_MAX_PLANES];1221 u32 data_rate[I915_MAX_PLANES];1223 u32 data_rate_y[I915_MAX_PLANES];1226 u64 rel_data_rate[I915_MAX_PLANES];1227 u64 rel_data_rate_y[I915_MAX_PLANES];
72 I915_MAX_PLANES, enumerator
716 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit() argument717 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit() argument737 ddb, I915_MAX_PLANES, plane_id) || in skl_next_plane_to_commit()739 ddb_y, I915_MAX_PLANES, plane_id)) in skl_next_plane_to_commit()826 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()827 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()
110 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
3000 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in intel_wm_state_verify()3001 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in intel_wm_state_verify()
91 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })
Completed in 25 milliseconds