1. 02 11月, 2017 1 次提交
  2. 17 2月, 2017 1 次提交
  3. 24 6月, 2016 1 次提交
  4. 20 5月, 2016 1 次提交
  5. 08 12月, 2015 2 次提交
  6. 28 8月, 2015 2 次提交
  7. 08 4月, 2015 1 次提交
    • J
      drm/nouveau: constify all struct drm_*_helper funcs pointers · d58ded76
      Jani Nikula 提交于
      They are not to be modified.
      
      Generated using the semantic patch:
      
      @@
      @@
      (
        const struct drm_crtc_helper_funcs *
      |
      - struct drm_crtc_helper_funcs *
      + const struct drm_crtc_helper_funcs *
      )
      
      @@
      @@
      (
        const struct drm_encoder_helper_funcs *
      |
      - struct drm_encoder_helper_funcs *
      + const struct drm_encoder_helper_funcs *
      )
      
      @@
      @@
      (
        const struct drm_connector_helper_funcs *
      |
      - struct drm_connector_helper_funcs *
      + const struct drm_connector_helper_funcs *
      )
      
      @@
      @@
      (
        const struct drm_plane_helper_funcs *
      |
      - struct drm_plane_helper_funcs *
      + const struct drm_plane_helper_funcs *
      )
      Signed-off-by: NJani Nikula <jani.nikula@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      d58ded76
  8. 22 1月, 2015 3 次提交
  9. 10 8月, 2014 3 次提交
  10. 04 6月, 2014 1 次提交
  11. 23 1月, 2014 1 次提交
  12. 08 11月, 2013 1 次提交
  13. 26 4月, 2013 1 次提交
    • B
      drm/nv04/disp: hide all the cruft away in its own little hole · 1a646342
      Ben Skeggs 提交于
      It'd be pretty awesome if someone would care enough to port this all
      properly to a class interface, perhaps submitting a command stream to
      the core via a sw object on PFIFO (emulating how EVO works basically,
      and also what nvidia have done forever..)..
      
      But, this seems unlikely given how old this hardware is now, so, lets
      just hide it away.
      
      There's a heap of other bits and pieces laying around that are still
      tangled.  I'll (re)move them in pieces.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      1a646342
  14. 20 2月, 2013 2 次提交
  15. 20 1月, 2013 1 次提交
  16. 29 11月, 2012 1 次提交
  17. 03 10月, 2012 6 次提交
  18. 24 5月, 2012 1 次提交
  19. 21 12月, 2011 3 次提交
  20. 20 9月, 2011 1 次提交
  21. 03 12月, 2010 2 次提交
  22. 26 7月, 2010 4 次提交