summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorDamien Lespiau2013-02-18 17:47:42 +0100
committerDaniel Vetter2013-02-20 01:33:42 +0100
commitc4aaf3501ee4f86f3dce1120e4bcff32c683a26c (patch)
tree4c1477427b0953595bb967c39a2eac2b8b5178fb /drivers/gpu/drm
parentfb: add support for drivers not needing VT switch at suspend/resume time (diff)
downloadkernel-qcow2-linux-c4aaf3501ee4f86f3dce1120e4bcff32c683a26c.tar.gz
kernel-qcow2-linux-c4aaf3501ee4f86f3dce1120e4bcff32c683a26c.tar.xz
kernel-qcow2-linux-c4aaf3501ee4f86f3dce1120e4bcff32c683a26c.zip
drm/i915: Remove platforms in the preliminary_hw_support description
We already managed to get it out of sync (Haswell has been promoted out of this option), so let's remove all mentions to platforms. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index c5b8c81b9440..857dd2ce30aa 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -121,9 +121,7 @@ MODULE_PARM_DESC(i915_enable_ppgtt,
unsigned int i915_preliminary_hw_support __read_mostly = 0;
module_param_named(preliminary_hw_support, i915_preliminary_hw_support, int, 0600);
MODULE_PARM_DESC(preliminary_hw_support,
- "Enable preliminary hardware support. "
- "Enable Haswell and ValleyView Support. "
- "(default: false)");
+ "Enable preliminary hardware support. (default: false)");
static struct drm_driver driver;
extern int intel_agp_enabled;