1. 23 Jun, 2020 5 commits
  2. 22 Jun, 2020 1 commit
    • Jani Nikula's avatar
      drm/i915/params: switch to device specific parameters · 8a25c4be
      Jani Nikula authored
      Start using device specific parameters instead of module parameters for
      most things. The module parameters become the immutable initial values
      for i915 parameters. The device specific parameters in i915->params
      start life as a copy of i915_modparams. Any later changes are only
      reflected in the debugfs.
      
      The stragglers are:
      
      * i915.force_probe and i915.modeset. Needed before dev_priv is
        available. This is fine because the parameters are read-only and never
        modified.
      
      * i915.verbose_state_checks. Passing dev_priv to I915_STATE_WARN and
        I915_STATE_WARN_ON would result in massive and ugly churn. This is
        handled by not exposing the parameter via debugfs, and leaving the
        parameter writable in sysfs. This may be fixed up in follow-up work.
      
      * i915.inject_probe_failure. Only makes sense in terms of the module,
        not the device. This is handled by not exposing the parameter via
        debugfs.
      
      v2: Fix uc i915 lookup code (Michał Winiarski)
      
      Cc: Juha-Pekka Heikkilä <juha-pekka.heikkila@intel.com>
      Cc: Venkata Sandeep Dhanalakota <venkata.s.dhanalakota@intel.com>
      Cc: Michał Winiarski <michal.winiarski@intel.com>
      Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
      Acked-by: default avatarMichał Winiarski <michal.winiarski@intel.com>
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      Link: http://patchwork.freedesktop.org/patch/msgid/20200618150402.14022-1-jani.nikula@intel.com
      8a25c4be
  3. 20 Jun, 2020 2 commits
  4. 19 Jun, 2020 3 commits
  5. 18 Jun, 2020 2 commits
  6. 17 Jun, 2020 2 commits
  7. 16 Jun, 2020 5 commits
  8. 15 Jun, 2020 6 commits
  9. 13 Jun, 2020 3 commits
  10. 12 Jun, 2020 2 commits
  11. 11 Jun, 2020 9 commits