[Intel-gfx] [PATCH 33/49] drm/i915/bdw: Allow non-default, non-render user LR contexts

oscar.mateo at intel.com oscar.mateo at intel.com
Thu Mar 27 19:00:02 CET 2014


From: Oscar Mateo <oscar.mateo at 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.mateo at 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




More information about the Intel-gfx mailing list