1. 09 7月, 2020 2 次提交
  2. 03 6月, 2020 1 次提交
  3. 20 5月, 2020 2 次提交
  4. 15 5月, 2020 2 次提交
  5. 18 4月, 2020 1 次提交
  6. 04 4月, 2020 1 次提交
  7. 18 3月, 2020 1 次提交
  8. 27 2月, 2020 1 次提交
  9. 19 2月, 2020 1 次提交
  10. 17 2月, 2020 1 次提交
  11. 16 2月, 2020 1 次提交
  12. 17 1月, 2020 1 次提交
  13. 01 1月, 2020 1 次提交
  14. 29 12月, 2019 2 次提交
  15. 13 12月, 2019 1 次提交
  16. 09 12月, 2019 1 次提交
  17. 30 10月, 2019 4 次提交
  18. 21 9月, 2019 1 次提交
  19. 17 9月, 2019 1 次提交
    • J
      drm/i915: stop conflating HAS_DISPLAY() and disabled display · ef404bc6
      Jani Nikula 提交于
      Stop setting ->pipe_mask to zero when display is disabled, allowing us
      to have different code paths for not actually having display hardware,
      and having display hardware disabled. This lets us develop those two
      avenues independently.
      
      There are no functional changes for when there is no display. However,
      all uses of for_each_pipe() and for_each_pipe_masked() will start
      running for the disabled display case. Put one of the more significant
      ones behind checks for INTEL_DISPLAY_ENABLED(), otherwise the cases
      should not be hit with disabled display, or they seem benign. Fingers
      crossed.
      
      All in all, this might not be the ideal solution. In fact we may have
      had something along the lines of this in the past, but we ended up
      conflating the two cases. Possibly even by recommendation by yours
      truly; I did not dare dig up that part of the history. But the perfect
      is the enemy of the good, this is a straightforward change, and lets us
      get actual work done in both fronts without interfering with each other.
      
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: José Roberto de Souza <jose.souza@intel.com>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: NChris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190916092901.31440-1-jani.nikula@intel.com
      ef404bc6
  20. 14 9月, 2019 1 次提交
  21. 12 9月, 2019 1 次提交
  22. 24 8月, 2019 6 次提交
  23. 21 8月, 2019 1 次提交
  24. 20 8月, 2019 1 次提交
  25. 12 7月, 2019 2 次提交
  26. 29 6月, 2019 1 次提交
  27. 12 6月, 2019 1 次提交