Searched refs:skl_ddb_entry (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | intel_pm.h | 23 struct skl_ddb_entry; 40 struct skl_ddb_entry *ddb_y, 41 struct skl_ddb_entry *ddb_uv); 45 const struct skl_ddb_entry *entry); 58 bool skl_ddb_allocation_overlaps(const struct skl_ddb_entry *ddb, 59 const struct skl_ddb_entry *entries,
|
| D | intel_pm.c | 3930 const struct skl_ddb_entry *plane_alloc = in tgl_crtc_can_enable_sagv() 4060 const struct skl_ddb_entry *entry) in skl_ddb_dbuf_slice_mask() 4094 struct skl_ddb_entry *alloc, /* out */ in skl_ddb_get_pipe_allocation_limits() 4288 struct skl_ddb_entry *entry, u32 reg) in skl_ddb_entry_init_from_hw() 4302 struct skl_ddb_entry *ddb_y, in skl_ddb_get_hw_plane_state() 4303 struct skl_ddb_entry *ddb_uv) in skl_ddb_get_hw_plane_state() 4340 struct skl_ddb_entry *ddb_y, in skl_pipe_ddb_get_hw_state() 4341 struct skl_ddb_entry *ddb_uv) in skl_pipe_ddb_get_hw_state() 4798 struct skl_ddb_entry *alloc = &crtc_state->wm.skl.ddb; in skl_allocate_pipe_ddb() 4957 struct skl_ddb_entry *plane_alloc = in skl_allocate_pipe_ddb() [all …]
|
| D | i915_drv.h | 771 struct skl_ddb_entry { struct 775 static inline u16 skl_ddb_entry_size(const struct skl_ddb_entry *entry) in skl_ddb_entry_size() argument 780 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal() 781 const struct skl_ddb_entry *e2) in skl_ddb_entry_equal()
|
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_atomic_plane.c | 363 struct skl_ddb_entry entries_y[I915_MAX_PLANES], in skl_next_plane_to_commit() 364 struct skl_ddb_entry entries_uv[I915_MAX_PLANES], in skl_next_plane_to_commit() 430 struct skl_ddb_entry entries_y[I915_MAX_PLANES]; in skl_update_planes_on_crtc() 431 struct skl_ddb_entry entries_uv[I915_MAX_PLANES]; in skl_update_planes_on_crtc()
|
| D | intel_display_types.h | 739 struct skl_ddb_entry ddb; 740 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES]; 741 struct skl_ddb_entry plane_ddb_uv[I915_MAX_PLANES];
|
| D | intel_bw.c | 461 const struct skl_ddb_entry *plane_alloc = in skl_bw_calc_min_cdclk() 463 const struct skl_ddb_entry *uv_plane_alloc = in skl_bw_calc_min_cdclk()
|
| D | intel_display_debugfs.c | 1027 struct skl_ddb_entry *entry; in i915_ddb_info()
|
| D | intel_display.c | 14086 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in verify_wm_state() 14087 struct skl_ddb_entry ddb_uv[I915_MAX_PLANES]; in verify_wm_state() 14091 struct skl_ddb_entry *hw_ddb_entry, *sw_ddb_entry; in verify_wm_state() 15370 struct skl_ddb_entry entries[I915_MAX_PIPES] = {}; in skl_commit_modeset_enables()
|