summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_params.c
diff options
context:
space:
mode:
authorChris Wilson2018-05-17 17:07:27 +0200
committerChris Wilson2018-05-17 21:52:39 +0200
commit560f6ad8edeaab1b14f1cb86083c7e0c1d37c749 (patch)
tree0913f7e6919bc0387c26c44e609954ae7881cf10 /drivers/gpu/drm/i915/i915_params.c
parentdrm/i915: Nul-terminate legacy debug string (diff)
downloadkernel-qcow2-linux-560f6ad8edeaab1b14f1cb86083c7e0c1d37c749.tar.gz
kernel-qcow2-linux-560f6ad8edeaab1b14f1cb86083c7e0c1d37c749.tar.xz
kernel-qcow2-linux-560f6ad8edeaab1b14f1cb86083c7e0c1d37c749.zip
drm/i915: Remove unused enable_cmd_parser modparam
The command parser is feature complete, stable and required by userspace. In commit 41736a8e3331 ("drm/i915: Use the precomputed value for whether to enable command parsing") I accidentally removed control from the modparam, and as no one has complained, remove the left over modparam completely! References: 41736a8e3331 ("drm/i915: Use the precomputed value for whether to enable command parsing") Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Jani Nikula <jani.nikula@linux.intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180517150727.10431-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_params.c')
-rw-r--r--drivers/gpu/drm/i915/i915_params.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c
index 66ea3552c63e..49fcc4679db6 100644
--- a/drivers/gpu/drm/i915/i915_params.c
+++ b/drivers/gpu/drm/i915/i915_params.c
@@ -130,9 +130,6 @@ i915_param_named_unsafe(invert_brightness, int, 0600,
i915_param_named(disable_display, bool, 0400,
"Disable display (default: false)");
-i915_param_named_unsafe(enable_cmd_parser, bool, 0400,
- "Enable command parsing (true=enabled [default], false=disabled)");
-
i915_param_named(mmio_debug, int, 0600,
"Enable the MMIO debug code for the first N failures (default: off). "
"This may negatively affect performance.");