summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.c
diff options
context:
space:
mode:
authorMichał Winiarski <michal.winiarski@intel.com>2017-05-23 12:23:58 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2017-05-23 11:53:22 +0100
commit1d5fd00313c49f7972e3356ac58e0ad7934e1948 (patch)
tree9c6243a053cc3957baec13afac01852c3eb7145a /drivers/gpu/drm/i915/i915_gem_request.c
parent48f1fc3a301d50c27c07a0fe73cd3a75d4f59552 (diff)
downloadop-kernel-dev-1d5fd00313c49f7972e3356ac58e0ad7934e1948.zip
op-kernel-dev-1d5fd00313c49f7972e3356ac58e0ad7934e1948.tar.gz
drm/i915: Remove misleading comment in request_alloc
Passing NULL ctx to request_alloc would lead to null-ptr-deref. v2: Let's not replace the comment with a BUG_ON Signed-off-by: Michał Winiarski <michal.winiarski@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170523102400.9614-1-michal.winiarski@intel.com Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_request.c')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_request.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_request.c b/drivers/gpu/drm/i915/i915_gem_request.c
index 1ccf252..0d1e0d8 100644
--- a/drivers/gpu/drm/i915/i915_gem_request.c
+++ b/drivers/gpu/drm/i915/i915_gem_request.c
@@ -538,9 +538,6 @@ submit_notify(struct i915_sw_fence *fence, enum i915_sw_fence_notify state)
*
* @engine: engine that we wish to issue the request on.
* @ctx: context that the request will be associated with.
- * This can be NULL if the request is not directly related to
- * any specific user context, in which case this function will
- * choose an appropriate context to use.
*
* Returns a pointer to the allocated request if successful,
* or an error code if not.
OpenPOWER on IntegriCloud