Searched refs:skl_ddb_entry_equal (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_wm_types.h | 67 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal() function
|
H A D | skl_watermark.c | 668 skl_ddb_entry_equal(&old_dbuf_state->ddb[pipe], in skl_crtc_allocate_ddb() 2522 if (skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb[plane_id], in skl_ddb_add_affected_planes() 2524 skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_y[plane_id], in skl_ddb_add_affected_planes() 2699 if (skl_ddb_entry_equal(old, new)) in skl_print_wm_changes() 3243 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) { in intel_wm_state_verify()
|
H A D | intel_display.c | 6791 if (!skl_ddb_entry_equal(&new_crtc_state->wm.skl.ddb, in skl_commit_modeset_enables()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 780 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal() function
|
H A D | intel_pm.c | 5772 if (skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_y[plane_id], in skl_ddb_add_affected_planes() 5774 skl_ddb_entry_equal(&old_crtc_state->wm.skl.plane_ddb_uv[plane_id], in skl_ddb_add_affected_planes() 5857 if (skl_ddb_entry_equal(old, new)) in skl_print_wm_changes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 14160 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) { in verify_wm_state() 14217 if (!skl_ddb_entry_equal(hw_ddb_entry, sw_ddb_entry)) { in verify_wm_state() 15421 if (!skl_ddb_entry_equal(&new_crtc_state->wm.skl.ddb, in skl_commit_modeset_enables()
|
Completed in 52 milliseconds