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];
812 struct skl_plane_wm planes[I915_MAX_PLANES];831 u16 plane[I915_MAX_PLANES];888 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];890 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];896 u16 plane_min_ddb[I915_MAX_PLANES];897 u16 plane_interim_ddb[I915_MAX_PLANES];1184 int min_cdclk[I915_MAX_PLANES];1187 u32 data_rate[I915_MAX_PLANES];1189 u32 data_rate_y[I915_MAX_PLANES];1192 u64 rel_data_rate[I915_MAX_PLANES];[all …]
84 I915_MAX_PLANES, enumerator
795 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit() argument796 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit() argument816 ddb, I915_MAX_PLANES, plane_id) || in skl_next_plane_to_commit()818 ddb_y, I915_MAX_PLANES, plane_id)) in skl_next_plane_to_commit()927 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()928 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
337 BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); in intel_frontbuffer_track()
81 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
3832 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in intel_wm_state_verify()3833 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in intel_wm_state_verify()3834 u16 min_ddb[I915_MAX_PLANES]; in intel_wm_state_verify()3835 u16 interim_ddb[I915_MAX_PLANES]; in intel_wm_state_verify()
88 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })
Completed in 61 milliseconds