drm/i915/display: handle migration for dpt
authorMatthew Auld <matthew.auld@intel.com>
Tue, 4 Oct 2022 13:19:13 +0000 (14:19 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 10 Oct 2022 07:48:51 +0000 (08:48 +0100)
commitc5e595e752b3a1c68cca57c3559521237332fbec
treee3f6badbd47e480b3bad7872bb892d22b1107c3f
parent7023472834a39341460dae5c9b506c76c5940cad
drm/i915/display: handle migration for dpt

On platforms like DG2, it looks like the dpt path here is missing the
migrate-to-lmem step on discrete platforms.

v2:
  - Move the vma_pin() under the for_i915_gem_ww(), otherwise the
    object can be moved after dropping the lock and then doing the pin.

Fixes: 33e7a975103c ("drm/i915/xelpd: First stab at DPT support")
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Jianshui Yu <jianshui.yu@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221004131916.233474-2-matthew.auld@intel.com
(cherry picked from commit 5769f64ff09aab23a9045fa13b464fb5070d3fb2)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/display/intel_fb_pin.c