summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: mark drm_buf and drm_map as legacyDavid Herrmann2014-09-1012-133/+136
* drm/radeon: move drm_buffer to drm/radeon/David Herrmann2014-09-106-9/+5
* drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objectsMaarten Lankhorst2014-09-031-1/+1
* drm/qxl: fix gaping memory holeMaarten Lankhorst2014-09-031-4/+6
* drm/qxl: Remove release_lock stupidityMaarten Lankhorst2014-09-032-8/+3
* drm/qxl: enables gem prime helpers for qxl using dummy driver callbacksAndreas Pokorny2014-09-034-2/+97
* drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny2014-09-033-4/+79
* Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie2014-09-0347-1224/+1347
|\
| * 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 tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-0330-843/+3104
|\ \ | |/ |/|
| * drm/i915: fix suspend/resume for GENs w/o runtime PM supportImre Deak2014-08-261-17/+14
| * drm/i915: Update DRIVER_DATE to 20140822Daniel Vetter2014-08-221-1/+1
| * drm: fix plane rotation when restoring fbdev configurationThomas Wood2014-08-203-8/+26
| * drm/i915/bdw: Disable execlists by defaultDamien Lespiau2014-08-201-2/+2
| * drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists)Oscar Mateo2014-08-201-1/+1
| * drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo2014-08-203-1/+237
| * drm/i915/bdw: Print context state in debugfsBen Widawsky2014-08-201-0/+52
| * drm/i915/bdw: Display context backing obj & ringbuffer info in debugfsOscar Mateo2014-08-201-4/+33
| * drm/i915/bdw: Display execlists info in debugfsOscar Mateo2014-08-203-6/+88
| * drm/i915/bdw: Disable semaphores for ExeclistsOscar Mateo2014-08-201-0/+4
| * drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo2014-08-202-0/+13
| * drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo2014-08-201-0/+6
| * drm/i915: Track cursor changes as frontbuffer tracking flushesDaniel Vetter2014-08-141-0/+4
| * drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo2014-08-141-4/+22
| * drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo2014-08-142-4/+27
| * drm/i915/bdw: Handle context switch eventsThomas Daniel2014-08-144-17/+155
| * drm/i915/bdw: Two-stage execlist submit processMichel Thierry2014-08-143-5/+77
| * drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo2014-08-141-0/+19
| * drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky2014-08-142-2/+115
| * drm/i915/bdw: Emission of requests with logical ringsOscar Mateo2014-08-143-23/+80
| * drm/i915: Add temporary ring->ctx backpointerOscar Mateo2014-08-142-0/+9
| * drm/i915: Print captured bo for all VM in error stateChris Wilson2014-08-142-24/+58
| * drm/i915: Sharing platform specific sequence between runtime and system suspe...Sagar Kamble2014-08-141-20/+43