1. 05 7月, 2018 2 次提交
  2. 04 7月, 2018 2 次提交
  3. 03 7月, 2018 5 次提交
  4. 02 7月, 2018 1 次提交
  5. 30 6月, 2018 3 次提交
  6. 29 6月, 2018 23 次提交
  7. 28 6月, 2018 2 次提交
  8. 27 6月, 2018 2 次提交
    • I
      drm/i915/icl: Add power well support · 67ca07e7
      Imre Deak 提交于
      Add the definition for ICL power wells and their mapping to power
      domains. On ICL there are 3 power well control registers, we'll select
      the correct one based on higher bits of the power well ID. The offset
      for the control and status flags within this register is based on the
      lower bits of the ID as on older platforms.
      
      As the DC state programming is also the same as on old platforms we can
      reuse the corresponding helpers. For this we mark here the DC-off power
      well as shared among multiple platforms.
      
      Other than the above the delta between old platforms and ICL:
      - Pipe C has its own power well, so we can save some additional power in the
        pipe A+B and (non-eDP) pipe A configurations.
      - Power wells for port E/F DDI/AUX IO and Thunderbolt 1-4 AUX IO
      
      v2:
      - Rebase on drm-tip after prep patch for this was merged there as
        requested by Paulo.
      - Actually add the new AUX and DDI power well control regs (Rakshmi)
      
      v3:
      - Fix power well register names in code comments
      - Add TBT AUX->power well 3 dependency
      
      v4:
      - Rebase
      
      v5:
      - Detach AUX power wells from the INIT power domain. These power wells
        can only be enabled in a TC/TBT connected state and otherwise not
        needed during driver initialization.
      
      v6:
      - Use _MMIO_PORT(...) instead _MMIO(_PICK(...)) (Paulo)
        Fix checkpatch warnings.
      
      Cc: Animesh Manna <animesh.manna@intel.com>
      Cc: Rakshmi Bhatia <rakshmi.bhatia@intel.com>
      Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
      Signed-off-by: NImre Deak <imre.deak@intel.com>
      Reviewed-by: Animesh Manna <animesh.manna@intel.com> (v1)
      Reviewed-by: NPaulo Zanoni <paulo.r.zanoni@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180626142232.22361-1-imre.deak@intel.com
      67ca07e7
    • J
      drm/i915/psr: Enable CRC check in the static frame on the sink side · 00c8f194
      José Roberto de Souza 提交于
      Sink can be configured to calculate the CRC over the static frame and
      compare with the CRC calculated and transmited in the VSC SDP by
      source, if there is a mismatch sink will do a short pulse in HPD
      and set DP_PSR_LINK_CRC_ERROR in DP_PSR_ERROR_STATUS.
      
      Spec: 7723
      
      v6:
      andling DP_PSR_LINK_CRC_ERROR here and remove "bdw+" from commit
      message
      
      v4:
      patch moved to after 'drm/i915/psr: Avoid PSR exit max time timeout'
      to avoid touch in 2 patches EDP_PSR_DEBUG.
      
      v3:
      disabling PSR instead of exiting on error
      Reviewed-by: NDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
      Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
      Signed-off-by: NJosé Roberto de Souza <jose.souza@intel.com>
      Signed-off-by: NDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180626201644.21932-5-jose.souza@intel.com
      00c8f194