Skip to content

drm/xe: Add an extra page to res cursor init migrate code

Avoid blow up in xe_res_next() on last iteration on emit_pte() by padding an extra page on cursor init. A blow up will still occur if the cursor is used beyond the last page on that iteration.

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

Believe this should fix the following issue: #183 (closed)

Merge request reports