Home
last modified time | relevance | path

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

/openbmc/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.h868 struct skl_plane_wm planes[I915_MAX_PLANES];
887 u16 plane[I915_MAX_PLANES];
944 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];
946 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];
1271 int min_cdclk[I915_MAX_PLANES];
1274 u32 data_rate[I915_MAX_PLANES];
1276 u32 data_rate_y[I915_MAX_PLANES];
1279 u64 rel_data_rate[I915_MAX_PLANES];
1280 u64 rel_data_rate_y[I915_MAX_PLANES];
H A Dintel_display_limits.h72 I915_MAX_PLANES, enumerator
H A Dintel_atomic_plane.c724 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit() argument
725 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit() argument
745 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()
H A Dintel_frontbuffer.c303 BUILD_BUG_ON(I915_MAX_PLANES > INTEL_FRONTBUFFER_BITS_PER_PIPE); in intel_frontbuffer_track()
H A Dintel_display.h111 for ((__p) = PLANE_PRIMARY; (__p) < I915_MAX_PLANES; (__p)++) \
H A Dskl_watermark.c3140 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()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dreg.h91 (PLANE_SPRITE0) : (I915_MAX_PLANES))); })