Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_display.c12673 struct skl_ddb_entry *hw_entry, *sw_entry; in check_wm_state() local
12682 sw_entry = &sw_ddb->plane[pipe][plane]; in check_wm_state()
12684 if (skl_ddb_entry_equal(hw_entry, sw_entry)) in check_wm_state()
12690 sw_entry->start, sw_entry->end, in check_wm_state()
12696 sw_entry = &sw_ddb->plane[pipe][PLANE_CURSOR]; in check_wm_state()
12698 if (skl_ddb_entry_equal(hw_entry, sw_entry)) in check_wm_state()
12704 sw_entry->start, sw_entry->end, in check_wm_state()