1. 22 12月, 2017 1 次提交
  2. 28 11月, 2017 2 次提交
  3. 24 11月, 2017 2 次提交
  4. 02 9月, 2017 2 次提交
  5. 27 7月, 2017 1 次提交
  6. 03 6月, 2017 1 次提交
  7. 25 1月, 2017 1 次提交
  8. 07 12月, 2016 1 次提交
  9. 02 12月, 2016 3 次提交
  10. 17 10月, 2016 1 次提交
  11. 14 10月, 2016 3 次提交
  12. 23 8月, 2016 1 次提交
  13. 22 8月, 2016 1 次提交
  14. 05 7月, 2016 1 次提交
  15. 04 7月, 2016 1 次提交
  16. 30 6月, 2016 1 次提交
  17. 12 4月, 2016 3 次提交
  18. 07 4月, 2016 1 次提交
  19. 11 3月, 2016 1 次提交
  20. 09 3月, 2016 1 次提交
  21. 11 2月, 2016 1 次提交
  22. 10 2月, 2016 1 次提交
  23. 10 12月, 2015 1 次提交
  24. 02 12月, 2015 3 次提交
  25. 18 11月, 2015 3 次提交
  26. 29 10月, 2015 1 次提交
    • R
      drm/i915/kbl: Introduce Kabylake platform defition. · ef11bdb3
      Rodrigo Vivi 提交于
      Kabylake is a Intel® Processor containing Intel® HD Graphics
      following Skylake.
      
      It is Gen9p5, so it inherits everything from Skylake.
      
      Let's start by adding the platform separated from Skylake
      but reusing most of all features, functions etc. Later we
      rebase the PCI-ID patch without is_skylake=1
      so we don't replace what original Author did there.
      
      Few IS_SKYLAKEs if statements are not being covered by this patch
      on purpose:
         - Workarounds: Kabylake is derivated from Skylake H0 so no
           		  W/As apply here.
         - GuC: A following patch removes Kabylake support with an
           	  explanation: No firmware available yet.
         - DMC/CSR: Done in a separated patch since we need to be carefull
           	      and load the version for revision 7 since
      	      Kabylake is Skylake H0.
      
      v2: relative cleaner commit message and added the missed
          IS_KABYLAKE to intel_i2c.c as pointed out by Jani.
      
      Cc: Jani Nikula <jani.nikula@intel.com>
      Signed-off-by: NRodrigo Vivi <rodrigo.vivi@intel.com>
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      ef11bdb3
  27. 13 10月, 2015 1 次提交