drm/i915: remove the TODO in pin_and_fence_fb_obj
authorMatthew Auld <matthew.auld@intel.com>
Tue, 4 Oct 2022 13:19:12 +0000 (14:19 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 5 Oct 2022 08:01:49 +0000 (09:01 +0100)
commit3bce981f58421a0a111f04f594ad654afff9f95c
tree7b67eaf8ce5fc4525b20daf2a390e6b800adca8f
parent0add082cebac8555ee3972ba768ae5c01db7a498
drm/i915: remove the TODO in pin_and_fence_fb_obj

The copy is async (if there even is one), but when later updating the
GGTT we always sync against the binding, which will in turn sync against
any moves.

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: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221004131916.233474-1-matthew.auld@intel.com
drivers/gpu/drm/i915/display/intel_fb_pin.c