1. 26 6月, 2013 1 次提交
    • A
      drm/radeon: add a reset work handler · 8f61b34c
      Alex Deucher 提交于
      New asics support non-privileged IBs.  This allows us
      to skip IB checking in the driver since the hardware
      will check the command buffers for us.  When using
      non-privileged IBs, if the CP encounters an illegal
      register in the command stream, it will halt and generate
      an interrupt.  The CP needs to be reset to continue.  For now
      just do a full GPU reset when this happens.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      8f61b34c
  2. 21 5月, 2013 1 次提交
  3. 20 5月, 2013 1 次提交
  4. 02 5月, 2013 2 次提交
  5. 24 4月, 2013 3 次提交
  6. 22 4月, 2013 1 次提交
  7. 11 4月, 2013 1 次提交
  8. 09 4月, 2013 7 次提交
  9. 20 2月, 2013 2 次提交
  10. 08 2月, 2013 1 次提交
    • A
      drm/radeon: use prime helpers · 1e6d17a5
      Aaron Plattner 提交于
      Simplify the Radeon prime implementation by using the default behavior provided
      by drm_gem_prime_import and drm_gem_prime_export.
      
      v2:
      - Rename functions to radeon_gem_prime_get_sg_table and
        radeon_gem_prime_import_sg_table.
      - Delete the now-unused vmapping_count variable.
      Signed-off-by: NAaron Plattner <aplattner@nvidia.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: David Airlie <airlied@linux.ie>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      1e6d17a5
  11. 02 2月, 2013 2 次提交
  12. 01 2月, 2013 7 次提交
  13. 18 1月, 2013 1 次提交
  14. 15 1月, 2013 1 次提交
  15. 04 1月, 2013 1 次提交
  16. 20 12月, 2012 2 次提交
  17. 14 12月, 2012 3 次提交
  18. 13 12月, 2012 1 次提交
  19. 11 12月, 2012 2 次提交