]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bdw: Enable execlists by default where supported
authorThomas Daniel <thomas.daniel@intel.com>
Thu, 11 Dec 2014 12:48:35 +0000 (12:48 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Dec 2014 10:25:28 +0000 (11:25 +0100)
commit81a9c90e1fb81b8d97d2167a88088abb0fb709df
tree3fd2c14e1530a21053483de9491d63865de7679e
parent30e173a1fa75d551c8da54f25aee6c45e812fa74
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>
drivers/gpu/drm/i915/i915_params.c
drivers/gpu/drm/i915/intel_lrc.c