From: Oscar Mateo <oscar.ma...@intel.com>

This commit changes the ABI, so it is provided separately so that it can be
dropped by the maintainer is so he wishes.

Signed-off-by: Oscar Mateo <oscar.ma...@intel.com>
---
 drivers/gpu/drm/i915/i915_lrc.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_lrc.c b/drivers/gpu/drm/i915/i915_lrc.c
index 3065bca..9d1e7f3 100644
--- a/drivers/gpu/drm/i915/i915_lrc.c
+++ b/drivers/gpu/drm/i915/i915_lrc.c
@@ -351,12 +351,6 @@ gen8_gem_validate_context(struct drm_device *dev, struct 
drm_file *file,
        bool found = false;
        int ret;
 
-       /* There is no reason why we cannot accept non-default, non-render 
contexts,
-        * other than it changes the ABI (these kind of custom contexts have 
not been
-        * allowed before) */
-       if (ring->id != RCS && ctx_id != DEFAULT_CONTEXT_ID)
-               return ERR_PTR(-EINVAL);
-
        ctx = (struct i915_hw_context *)idr_find(&file_priv->context_idr, 
ctx_id);
        if (!ctx)
                return ERR_PTR(-ENOENT);
-- 
1.9.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to