OSDN Git Service

drm/i915: make pool objects read-only
authorMatthew Auld <matthew.auld@intel.com>
Tue, 19 Nov 2019 15:01:54 +0000 (15:01 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Nov 2019 20:43:27 +0000 (12:43 -0800)
commitd43e24533dc225e3db06e5a5da26fb339a48a277
tree789eef053af0725f872e8206c7e1c860cdd1839f
parentc0fa92ec8902492a599e6eabff9e3ef43d1afee6
drm/i915: make pool objects read-only

For our current users we don't expect pool objects to be writable from
the gpu.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Fixes: 4f7af1948abc ("drm/i915: Support ro ppgtt mapped cmdparser shadow buffers")
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191119150154.18249-1-matthew.auld@intel.com
(cherry picked from commit d18580b08b92ec4105eb0ede2d676e8b1f5a66c3)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/gt/intel_engine_pool.c