Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c12650 struct skl_ddb_entry *hw_entry, *sw_entry; in check_wm_state() local
12659 sw_entry = &sw_ddb->plane[pipe][plane]; in check_wm_state()
12661 if (skl_ddb_entry_equal(hw_entry, sw_entry)) in check_wm_state()
12667 sw_entry->start, sw_entry->end, in check_wm_state()
12673 sw_entry = &sw_ddb->plane[pipe][PLANE_CURSOR]; in check_wm_state()
12675 if (skl_ddb_entry_equal(hw_entry, sw_entry)) in check_wm_state()
12681 sw_entry->start, sw_entry->end, in check_wm_state()