drm/i915: Hook up pfit for DSI
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_params.h
index 353951c13049043920d6d0bdfb47691a58cb7dee..02bc27804291296a9303088af9c6cc082f2299fd 100644 (file)
@@ -45,6 +45,11 @@ struct i915_params {
        int enable_ips;
        int invert_brightness;
        int enable_cmd_parser;
+       int guc_log_level;
+       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;
@@ -52,14 +57,10 @@ struct i915_params {
        bool load_detect_test;
        bool reset;
        bool disable_display;
-       bool disable_vtd_wa;
        bool enable_guc_submission;
-       int guc_log_level;
-       int use_mmio_flip;
-       int mmio_debug;
        bool verbose_state_checks;
        bool nuclear_pageflip;
-       int edp_vswing;
+       bool enable_dp_mst;
 };
 
 extern struct i915_params i915 __read_mostly;
This page took 0.076009 seconds and 5 git commands to generate.