1. 14 9月, 2015 2 次提交
  2. 11 9月, 2015 3 次提交
  3. 10 9月, 2015 1 次提交
  4. 04 9月, 2015 3 次提交
  5. 02 9月, 2015 4 次提交
  6. 01 9月, 2015 3 次提交
  7. 31 8月, 2015 2 次提交
    • X
      drm/i915/skl: Adding DDI_E power well domain · d8e19f99
      Xiong Zhang 提交于
      From B spec, DDI_E port belong to PowerWell 2, but
      DDI_E share the powerwell_req/staus register bit with
      DDI_A which belong to DDI_A_E_POWER_WELL.
      
      In order to communicate with the connector on DDI-E, both
      DDI_A_E_POWER_WELL and POWER_WELL_2 must be enabled.
      
      Currently intel_dp_power_get(DDI_E) only enable
      DDI_A_E_POWER_WELL, this patch will not only enable
      DDI_a_E_POWER_WELL but also enable POWER_WELL_2.
      
      This patch also fix the DDI-E hotplug function.
      Signed-off-by: NXiong Zhang <xiong.y.zhang@intel.com>
      Reviewed-by: NRodrigo Vivi <rodrigo.vivi@intel.com>
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      d8e19f99
    • R
      drm/i915/skl: Enable DDI-E · 2800e4c2
      Rodrigo Vivi 提交于
      There are OEMs using DDI-E out there,
      so let's enable it.
      
      Unfortunately there is no detection bit for DDI-E
      So we need to rely on VBT for that.
      
      I also need to give credits to Xiong since before seing
      his approach to check info->support_* I was creating an ugly
      vbt->ddie_sfuse_strap in order to propagate the ddi presence info
      
      v2: Rebased as last patch in the series. since all other patches
      in this series are needed for anything working propperly on DDI-E.
      
      Credits-to: "Zhang, Xiong Y" <xiong.y.zhang@intel.com>
      Cc: "Zhang, Xiong Y" <xiong.y.zhang@intel.com>
      Reviewed-by: NXiong Zhang <xiong.y.zhang@intel.com>
      Signed-off-by: NRodrigo Vivi <rodrigo.vivi@intel.com>
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      2800e4c2
  8. 29 8月, 2015 1 次提交
  9. 26 8月, 2015 9 次提交
  10. 15 8月, 2015 3 次提交
  11. 14 8月, 2015 9 次提交