diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-03-03 20:03:47 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-03-27 13:22:52 +0300 |
commit | 5bedeb2de2127b3b80b40d977a17fe4fce83fe25 (patch) | |
tree | 61a3f88b403a9f25a0a540428780a8fdbbbd09a0 /drivers/gpu/drm/i915/i915_drv.h | |
parent | 55bb9992db9b2c65cc3dd11cc75785f80e8d7e66 (diff) | |
download | linux-5bedeb2de2127b3b80b40d977a17fe4fce83fe25.tar.xz |
drm/i915: Add module param to test the load detect code
This is useful for writing igts to make sure we don't break this,
without being forced to own a one of these dinosaurs.
Suggested-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index a4db7a7db444..6ccdf954b1ca 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h @@ -2462,6 +2462,7 @@ struct i915_params { bool enable_hangcheck; bool fastboot; bool prefault_disable; + bool load_detect_test; bool reset; bool disable_display; bool disable_vtd_wa; |