aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
Commit message (Expand)AuthorAge
* drm: add support for monotonic vblank timestampsImre Deak2012-11-20
* drm: add drm_send_vblank_event() helper (v5)Rob Clark2012-11-20
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\
| * drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-20
* | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-03
|\ \
| * | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-02
| * | UAPI: Refer to the DRM UAPI headers with <...> and from certain headers onlyDavid Howells2012-10-02
| |/
* / userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman2012-09-13
|/
* drm: kill dma queue supportDaniel Vetter2012-07-19
* drm: kill reclaim_buffers callbackDaniel Vetter2012-07-19
* drm: kill reclaim_buffers_lockedDaniel Vetter2012-07-19
* drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter2012-07-19
* drm/pci: add support for getting the supported link bw.Dave Airlie2012-07-19
* drm/prime: introduce sg->pages/addr arrays helperDave Airlie2012-05-23
* drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-22
* drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart2012-05-22
* drm: pass dev to drm_vm_{open,close}_locked()Rob Clark2012-05-11
* Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2012-04-12
|\
| * drm: add helper to clflush a virtual address rangeDaniel Vetter2012-03-27
* | drm: base prime/dma-buf support (v5)Dave Airlie2012-03-30
* | drm: add core support for unplugging a device (v2)Dave Airlie2012-03-15
* | drm: remove unused codeSascha Hauer2012-02-29
|/
* drm: Fix authentication kernel crashThomas Hellstrom2012-01-25
* Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10
|\
| * drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie2012-01-06
| * Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
| |\
| * | drm: Make the per-driver file_operations struct constArjan van de Ven2011-11-11
* | | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-02
| |/ |/|
* | drm: serialize access to list of debugfs filesMarcin Slusarz2011-11-11
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-31
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
|/
* drm/gem: add functions for mmap offset creationRob Clark2011-08-30
* drm/gem: add support for private objectsAlan Cox2011-07-25
* DRM: remove drm_pci_device_is_pcieJon Mason2011-07-13
* drm/gem: add hooks to notify driver when object handle is created/destroyedBen Skeggs2011-06-20
* drm: Export the command-line mode parserChris Wilson2011-04-28
* drm: Verify debug message argumentsJoe Perches2011-04-28
* drm: Create and use drm_errJoe Perches2011-04-28
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-14
|\
| * drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie2011-02-28
* | drm/core: add ioctl to query device/driver capabilitiesBen Skeggs2011-03-03
* | drm: add usb frameworkDave Airlie2011-02-06
* | drm: rework PCI/platform driver interface.Dave Airlie2011-02-06
* | drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-06
|/
* drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-31
* drm/switcheroo: track state of switch in drivers.Dave Airlie2011-01-04
* Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-16
|\
| * drm/vblank: Add support for precise vblank timestamping.Mario Kleiner2010-11-21