summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-10drm: don't recycle used modeset IDsdrm-cleanupDavid Herrmann1-1/+1
2014-09-10drm: make idr_mutex a spinlockDavid Herrmann2-16/+22
2014-09-10drm: call ->firstopen() before ->open()David Herrmann2-67/+57
2014-09-10drm: fix __alpha__ PCI lookupDavid Herrmann1-4/+4
2014-09-10Merge tag 'ipu-3.18' of git://git.pengutronix.de/git/pza/linux into drm-nextDave Airlie9-672/+3072
2014-09-10drm: move drm-lock API to drm_legacy.hDavid Herrmann9-35/+38
2014-09-10drm: merge drm_usb into udlDavid Herrmann11-152/+70
2014-09-10drm: Goody bye, drm_bus!David Herrmann5-35/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann30-9/+59
2014-09-10drm: drop unused drm_master->unique_sizeDavid Herrmann4-7/+1
2014-09-10drm: simplify drm_*_set_unique()David Herrmann2-45/+16
2014-09-10drm: move remaining includes in drmP.h to the topDavid Herrmann3-23/+22
2014-09-10drm: inline "struct drm_sigdata"David Herrmann2-14/+13
2014-09-10drm: drop DRM_DEBUG_CODEDavid Herrmann5-44/+12
2014-09-10drm: order includes alphabetically in drmP.hDavid Herrmann1-23/+23
2014-09-10drm: move __OS_HAS_AGP into drm_agpsupport.hDavid Herrmann2-2/+3
2014-09-10drm: merge drm_memory.h into drm_memory.cDavid Herrmann3-63/+13
2014-09-10drm: drop __KERNEL__ protection in drmP.hDavid Herrmann1-2/+0
2014-09-10drm: replace weird conditional includesDavid Herrmann2-9/+2
2014-09-10drm: move AGP definitions harderDavid Herrmann6-29/+32
2014-09-10drm: drop unused "struct drm_waitlist"David Herrmann1-11/+0
2014-09-10drm: move "struct drm_magic_entry" to drm_auth.cDavid Herrmann3-13/+6
2014-09-10drm: move "struct drm_vma_entry" to drm_vm.cDavid Herrmann4-74/+79
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann12-133/+136
2014-09-10drm/radeon: move drm_buffer to drm/radeon/David Herrmann6-9/+5
2014-09-03drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objectsMaarten Lankhorst1-1/+1
2014-09-03drm/qxl: fix gaping memory holeMaarten Lankhorst1-4/+6
2014-09-03drm/qxl: Remove release_lock stupidityMaarten Lankhorst2-8/+3
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 Airlie47-1224/+1347
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie30-843/+3104
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 Lankhorst25-386/+197
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-02gpu: ipu-v3: Add ipu_dump()Steve Longerbeam2-0/+39
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_dump()Steve Longerbeam2-0/+64
2014-09-02gpu: ipu-v3: Add more planar formats supportSteve Longerbeam2-18/+120
2014-09-02gpu: ipu-cpmem: Add second buffer support to ipu_cpmem_set_image()Steve Longerbeam2-17/+18
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_rotation()Steve Longerbeam2-0/+12
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_axi_id()Steve Longerbeam2-0/+8
2014-09-02gpu: ipu-cpmem: Add ipu_cpmem_set_block_mode()Steve Longerbeam2-0/+7