summaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
AgeCommit message (Expand)AuthorLines
2013-07-05drm: add mmap function to prime helpersJoonyoung Shim-0/+2
2013-06-11Merge branch 'drm/next' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie-0/+2
2013-06-11drm: Constify the pretty-print functionsVille Syrjälä-1/+0
2013-06-11drm: add unpin function to prime helpersMaarten Lankhorst-0/+1
2013-06-08drm/gem: Split drm_gem_mmap() into object search and object mappingLaurent Pinchart-0/+2
2013-05-31drm: Remove mtrr_add and mtrr_del fallback hack for non-MTRR systemsAndy Lutomirski-4/+1
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski-29/+0
2013-05-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+2
2013-05-10drm: Use names of ioctls in debug tracesChris Cummins-1/+2
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-3/+2
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells-2/+1
2013-05-01drm: Constify drm_proc_list[]David Howells-1/+1
2013-05-01drm/prime: keep a reference from the handle to exported dma-buf (v6)Dave Airlie-3/+2
2013-02-08drm: add prime helpersAaron Plattner-0/+12
2013-02-08Merge tag 'of_videomode_helper' of git://git.pengutronix.de/git/str/linux int...Dave Airlie-0/+9
2013-01-24drm_modes: add of_videomode helpersSteffen Trumtrar-0/+4
2013-01-24drm_modes: add videomode helpersSteffen Trumtrar-0/+5
2013-01-20drm: revamp locking around fb creation/destructionDaniel Vetter-0/+8
2013-01-20drm: review locking rules in drm_crtc.cDaniel Vetter-0/+5
2012-11-20drm: add support for monotonic vblank timestampsImre Deak-0/+1
2012-11-20drm: add drm_send_vblank_event() helper (v5)Rob Clark-0/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+1
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds-8/+9
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells-7/+7
2012-10-02UAPI: Refer to the DRM UAPI headers with <...> and from certain headers onlyDavid Howells-1/+2
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson-0/+1
2012-09-13userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman-2/+2
2012-07-19drm: kill dma queue supportDaniel Vetter-7/+1
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter-2/+0
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter-2/+0
2012-07-19drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter-2/+0
2012-07-19drm/pci: add support for getting the supported link bw.Dave Airlie-0/+5
2012-05-23drm/prime: introduce sg->pages/addr arrays helperDave Airlie-0/+2
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart-1/+1
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart-5/+5
2012-05-11drm: pass dev to drm_vm_{open,close}_locked()Rob Clark-2/+2
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie-0/+1
2012-03-30drm: base prime/dma-buf support (v5)Dave Airlie-0/+62
2012-03-27drm: add helper to clflush a virtual address rangeDaniel Vetter-0/+1
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie-0/+16
2012-02-29drm: remove unused codeSascha Hauer-9/+0
2012-01-25drm: Fix authentication kernel crashThomas Hellstrom-0/+1
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+9
2012-01-06drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie-0/+8
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie-1/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock-1/+1
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven-1/+1
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz-1/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches-5/+5