aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c
diff options
context:
space:
mode:
authorThomas Daniel <thomas.daniel@intel.com>2014-12-11 12:48:35 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-12-15 11:25:28 +0100
commit27401d126b5b1c8dd4df98bbb60b09ff2b3d5e60 (patch)
tree3fd2c14e1530a21053483de9491d63865de7679e /drivers/gpu/drm/i915/intel_lrc.c
parentdrm/i915/skl: Correctly updating sprite wm parameter (diff)
downloadlinux-dev-27401d126b5b1c8dd4df98bbb60b09ff2b3d5e60.tar.xz
linux-dev-27401d126b5b1c8dd4df98bbb60b09ff2b3d5e60.zip
drm/i915/bdw: Enable execlists by default where supported
Execlist support in the i915 driver is now considered good enough for the feature to be enabled by default on Gen8 and later and routinely tested. Adjusted i915 parameters structure initialization to reflect this and updated the comment in intel_sanitize_enable_execlists(). There's still work to do before we can let the wider massive onto it, but there's still time left before the 3.20 cutoff. v2: Update the MODULE_PARM_DESC too. Issue: VIZ-2020 Signed-off-by: Thomas Daniel <thomas.daniel@intel.com> [danvet: Add note that there's still some work left to do.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/i915/intel_lrc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c
index 89b5577afe71..4dc6d4263f3d 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -212,8 +212,7 @@ static int intel_lr_context_pin(struct intel_engine_cs *ring,
* @enable_execlists: value of i915.enable_execlists module parameter.
*
* Only certain platforms support Execlists (the prerequisites being
- * support for Logical Ring Contexts and Aliasing PPGTT or better),
- * and only when enabled via module parameter.
+ * support for Logical Ring Contexts and Aliasing PPGTT or better).
*
* Return: 1 if Execlists is supported and has to be enabled.
*/