]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/display: consider DG2_RC_CCS_CC when migrating buffers
authorMatthew Auld <matthew.auld@intel.com>
Tue, 4 Oct 2022 13:19:15 +0000 (14:19 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 11 Oct 2022 16:29:05 +0000 (17:29 +0100)
commit6a105ad83055452b043e2b40f17f34e3e65a4cbd
tree6a49d7ef0741b66271ca72e34eacaf36e87614aa
parentb4e1bcdd5ab01dae2f6767e9ae43251bc6ac576b
drm/i915/display: consider DG2_RC_CCS_CC when migrating buffers

For these types of display buffers, we need to able to CPU access some
part of the backing memory in prepare_plane_clear_colors(). As a result
we need to ensure we always place in the mappable part of lmem, which
becomes necessary on small-bar systems.

v2(Nirmoy & Ville):
 - Add some commentary for why we need to CPU access the buffer.
 - Split out the other changes, so we just consider the display change
   here.
v3:
 - Handle this in the dpt path.
v4(Ville):
 - Drop the intel_fb_rc_ccs_cc_plane() sanity check in
   pin_and_fence_fb_obj(), since we can also trigger this on DG1 it
   seems.

Fixes: a043a61ae4a0 ("drm/i915: turn on small BAR support")
Reported-by: Jianshui Yu <jianshui.yu@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@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>
Acked-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221004131916.233474-4-matthew.auld@intel.com
(cherry picked from commit e3afc690188be8e4385d13d1b0e7f0ba01caea40)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/display/intel_fb_pin.c