Skip to content

drm/xe: Drop rebind argument from xe_pt_populate_for_vma

Matthew Brost requested to merge (removed):fix_evict_leak into xe

The rebind argument is only used to not adjust num_live but that is incorrect as the PT pass is a new PT and num_live needs to be adjusted.

Signed-off-by: Matthew Brost matthew.brost@intel.com

Fixes: #126 (closed)

Merge request reports