summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2014-09-03drm/qxl: enables gem prime helpers for qxl using dummy driver callbacksAndreas Pokorny4-2/+97
2014-09-03drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny3-4/+79
2014-09-03Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie44-1177/+1336
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie28-843/+3096
2014-09-02drm/nouveau: use shared fences for readable objectsMaarten Lankhorst6-47/+68
2014-09-02drm/nouveau: Keep only a single list for validation.Maarten Lankhorst1-62/+34
2014-09-02drm/ttm: use rcu in core ttmMaarten Lankhorst1-63/+13
2014-09-02drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst1-6/+10
2014-09-02drm/radeon: use rcu waits in some ioctlsMaarten Lankhorst1-6/+16
2014-09-02drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prepMaarten Lankhorst1-16/+12
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst22-353/+192
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst9-175/+220
2014-09-02drm/nouveau: rework to new fence interfaceMaarten Lankhorst10-205/+383
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst6-143/+225
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst5-52/+26
2014-09-01drm/radeon: use common fence implementation for fences, v4Maarten Lankhorst4-29/+235
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst3-94/+50
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst6-18/+19
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst15-135/+36
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst1-13/+12
2014-09-01drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fenceMaarten Lankhorst2-4/+15
2014-09-01drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prepMaarten Lankhorst1-4/+18
2014-08-27drm/radeon: preallocate mem for UVD create/destroy msgChristian König1-75/+26
2014-08-27drm/radeon: allow UVD to use a second 256MB segmentChristian König3-5/+23
2014-08-28Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie15-184/+531
2014-08-27drm/radeon: drop doing resets in a work itemChristian König4-24/+8
2014-08-27drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2Christian König2-19/+2
2014-08-27drm/radeon: add timeout argument to radeon_fence_wait_seq v2Maarten Lankhorst1-20/+28
2014-08-27drm/radeon: handle lockup in delayed work, v5Christian König2-78/+124
2014-08-27drm/radeon: take exclusive_lock in read mode during ring tests, v5Maarten Lankhorst4-23/+27
2014-08-27drm/radeon: force fence completion only on problematic rings (v2)Christian König4-15/+8
2014-08-27drm/radeon: wake up all fences on manual resetChristian König1-0/+1
2014-08-27drm/radeon: add UVD fw names for older asicChristian König1-0/+23
2014-08-27drm/radeon: enable RB_ARB before resetting the VCPUChristian König1-2/+2
2014-08-27drm/radeon: 760G/780V/880V don't have UVDAlex Deucher2-25/+42
2014-08-27drm/radeon: implement UVD hw workarounds for R6xx v3Christian König2-1/+28
2014-08-27drm/radeon: add UVD support for older asics v4Christian König6-0/+138
2014-08-27drm/radeon: add set_uvd_clocks callback for r6xx v4Alex Deucher2-0/+114
2014-08-27drm/radeon: properly init UVD MC bits on R600Christian König2-1/+7
2014-08-27drm/radeon: force UVD buffers into VRAM on RS[78]80 v2Christian König1-3/+6
2014-08-27drm/radeon: move the IB test after the AGP fallbackChristian König1-4/+4
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König24-229/+327
2014-08-26drm/i915: fix suspend/resume for GENs w/o runtime PM supportImre Deak1-17/+14
2014-08-26Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie13-4/+591
2014-08-26Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie24-398/+1268
2014-08-26Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-...Dave Airlie11-227/+483
2014-08-22drm/i915: Update DRIVER_DATE to 20140822Daniel Vetter1-1/+1
2014-08-22drm/radeon: add new KV pci idAlex Deucher1-0/+1
2014-08-22Merge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-i...Dave Airlie8-55/+109
2014-08-20drm: fix plane rotation when restoring fbdev configurationThomas Wood2-8/+23