drm/i915: Update the restrict check to filter out wrong Ring ID passed by user-space
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:

committed by
Daniel Vetter

parent
fd3c269f8f
commit
b1a93306ed
@@ -63,6 +63,7 @@ struct intel_ring_buffer {
|
||||
VECS,
|
||||
} id;
|
||||
#define I915_NUM_RINGS 4
|
||||
#define LAST_USER_RING (VECS + 1)
|
||||
u32 mmio_base;
|
||||
void __iomem *virtual_start;
|
||||
struct drm_device *dev;
|
||||
|
Reference in New Issue
Block a user