Home
last modified time | relevance | path

Searched refs:I915_MAX_PLANES (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h27 u16 plane[I915_MAX_PLANES];
38 u8 plane[I915_MAX_PLANES];
H A Dintel_display_types.h826 struct skl_plane_wm planes[I915_MAX_PLANES];
845 u16 plane[I915_MAX_PLANES];
902 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];
904 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];
910 u16 plane_min_ddb[I915_MAX_PLANES];
911 u16 plane_interim_ddb[I915_MAX_PLANES];
1221 int plane_min_cdclk[I915_MAX_PLANES];
1224 u32 data_rate[I915_MAX_PLANES];
1226 u32 data_rate_y[I915_MAX_PLANES];
1229 u64 rel_data_rate[I915_MAX_PLANES];
[all …]
H A Dintel_display_limits.h84 I915_MAX_PLANES, enumerator
H A Dintel_frontbuffer.c243 BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); in intel_frontbuffer_track()
H A Dintel_plane.c806 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit() argument
807 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit() argument
827 ddb, I915_MAX_PLANES, plane_id) || in skl_next_plane_to_commit()
829 ddb_y, I915_MAX_PLANES, plane_id)) in skl_next_plane_to_commit()
938 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
939 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
/linux/drivers/gpu/drm/i915/gvt/
H A Dreg.h88 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })