]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dpt: Make DPT object unshrinkable
authorVidya Srinivas <vidya.srinivas@intel.com>
Mon, 20 May 2024 16:56:34 +0000 (22:26 +0530)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 22 May 2024 12:31:08 +0000 (15:31 +0300)
commit51064d471c53dcc8eddd2333c3f1c1d9131ba36c
tree563f0227b7b4d0f89b7a560a186b37b92c7da1b1
parent2689390b4ecc27d6f0a97f24544d75bd168a21b8
drm/i915/dpt: Make DPT object unshrinkable

In some scenarios, the DPT object gets shrunk but
the actual framebuffer did not and thus its still
there on the DPT's vm->bound_list. Then it tries to
rewrite the PTEs via a stale CPU mapping. This causes panic.

Cc: stable@vger.kernel.org
Reported-by: Shawn Lee <shawn.c.lee@intel.com>
Fixes: 0dc987b699ce ("drm/i915/display: Add smem fallback allocation for dpt")
Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
[vsyrjala: Add TODO comment]
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240520165634.1162470-1-vidya.srinivas@intel.com
drivers/gpu/drm/i915/gem/i915_gem_object.h