summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: use shared fences for readable objectsMaarten Lankhorst2014-09-026-47/+68
* drm/nouveau: Keep only a single list for validation.Maarten Lankhorst2014-09-021-62/+34
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-021-63/+13
* drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst2014-09-021-6/+10
* drm/radeon: use rcu waits in some ioctlsMaarten Lankhorst2014-09-021-6/+16
* drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prepMaarten Lankhorst2014-09-021-16/+12
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-0225-386/+197
* drm/qxl: rework to new fence interfaceMaarten Lankhorst2014-09-029-175/+220
* drm/nouveau: rework to new fence interfaceMaarten Lankhorst2014-09-0210-205/+383
* drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-026-143/+225
* drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst2014-09-025-52/+26
* drm/radeon: use common fence implementation for fences, v4Maarten Lankhorst2014-09-014-29/+235
* drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-014-97/+50
* drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-017-22/+24
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-0117-142/+37
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-011-13/+12
* drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fenceMaarten Lankhorst2014-09-012-4/+15
* drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prepMaarten Lankhorst2014-09-011-4/+18
* Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2014-08-283-79/+48
|\
| * drm/radeon: preallocate mem for UVD create/destroy msgChristian König2014-08-271-75/+26
| * drm/radeon: allow UVD to use a second 256MB segmentChristian König2014-08-273-5/+23
|/
* Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2014-08-2815-184/+531
|\
| * drm/radeon: drop doing resets in a work itemChristian König2014-08-274-24/+8
| * drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2Christian König2014-08-272-19/+2
| * drm/radeon: add timeout argument to radeon_fence_wait_seq v2Maarten Lankhorst2014-08-271-20/+28
| * drm/radeon: handle lockup in delayed work, v5Christian König2014-08-272-78/+124
| * drm/radeon: take exclusive_lock in read mode during ring tests, v5Maarten Lankhorst2014-08-274-23/+27
| * drm/radeon: force fence completion only on problematic rings (v2)Christian König2014-08-274-15/+8
| * drm/radeon: wake up all fences on manual resetChristian König2014-08-271-0/+1
| * drm/radeon: add UVD fw names for older asicChristian König2014-08-271-0/+23
| * drm/radeon: enable RB_ARB before resetting the VCPUChristian König2014-08-271-2/+2
| * drm/radeon: 760G/780V/880V don't have UVDAlex Deucher2014-08-272-25/+42
| * drm/radeon: implement UVD hw workarounds for R6xx v3Christian König2014-08-272-1/+28
| * drm/radeon: add UVD support for older asics v4Christian König2014-08-276-0/+138
| * drm/radeon: add set_uvd_clocks callback for r6xx v4Alex Deucher2014-08-272-0/+114
| * drm/radeon: properly init UVD MC bits on R600Christian König2014-08-272-1/+7
| * drm/radeon: force UVD buffers into VRAM on RS[78]80 v2Christian König2014-08-271-3/+6
| * drm/radeon: move the IB test after the AGP fallbackChristian König2014-08-271-4/+4
* | Merge branch 'ttm_pfn' of git://people.freedesktop.org/~deathsimple/linux int...Dave Airlie2014-08-2826-253/+346
|\ \ | |/ |/|
| * drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-2726-253/+346
|/
* Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2014-08-2614-4/+610
|\
| * drm/radeon: allow userptr write access under certain conditionsChristian König2014-08-111-7/+12
| * drm/radeon: add userptr flag to register MMU notifier v3Christian König2014-08-118-2/+298
| * drm/radeon: add userptr flag to directly validate the BO to GTTChristian König2014-08-112-1/+18
| * drm/radeon: add userptr flag to limit it to anonymous memory v2Christian König2014-08-113-1/+13
| * drm/radeon: add userptr support v8Christian König2014-08-1110-3/+279
* | Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-08-2627-398/+1281
|\ \
| * | drm/i915: Update DRIVER_DATE to 20140808Daniel Vetter2014-08-081-1/+1
| * | drm/i915: No busy-loop wait_for in the ring init codeDaniel Vetter2014-08-081-2/+2
| * | drm/i915: Add sprite watermark programming for VLV and CHVGajanan Bhat2014-08-082-6/+36