drm/i915: Hook up pfit for DSI
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_params.h
index bd5026b15d3e0aa1f91c0fbd1079f6138667cdf8..02bc27804291296a9303088af9c6cc082f2299fd 100644 (file)
@@ -49,6 +49,7 @@ struct i915_params {
        int use_mmio_flip;
        int mmio_debug;
        int edp_vswing;
+       unsigned int inject_load_failure;
        /* leave bools at the end to not create holes */
        bool enable_hangcheck;
        bool fastboot;
@@ -59,6 +60,7 @@ struct i915_params {
        bool enable_guc_submission;
        bool verbose_state_checks;
        bool nuclear_pageflip;
+       bool enable_dp_mst;
 };
 
 extern struct i915_params i915 __read_mostly;
This page took 0.041177 seconds and 5 git commands to generate.