aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-25drm: Fix authentication kernel crashThomas Hellstrom1-0/+1
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+9
2012-01-06drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie1-0/+8
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven1-1/+1
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz1-1/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+5
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+2
2011-08-30drm/gem: add functions for mmap offset creationRob Clark1-0/+3
2011-07-25drm/gem: add support for private objectsAlan Cox1-0/+2
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason1-7/+0
2011-06-21drm/gem: add hooks to notify driver when object handle is created/destroyedBen Skeggs1-0/+2
2011-04-28drm: Export the command-line mode parserChris Wilson1-0/+25
2011-04-28drm: Verify debug message argumentsJoe Perches1-1/+2
2011-04-28drm: Create and use drm_errJoe Perches1-14/+7
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-1/+1
2011-03-04drm/core: add ioctl to query device/driver capabilitiesBen Skeggs1-0/+2
2011-02-28drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie1-1/+1
2011-02-07drm: add usb frameworkDave Airlie1-0/+2
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-55/+51
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-0/+12
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson1-1/+1
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-1/+5
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson1-0/+93
2010-11-23drm: kill drm_agp_chipset_flushDaniel Vetter1-1/+0
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner1-0/+93
2010-11-01drm/i915: Move the invalidate|flush information out of the device structChris Wilson1-2/+0
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie1-8/+20
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-8/+0
2010-10-01drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson1-4/+6
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie1-5/+13
2010-09-28drm: Prune GEM vma entriesChris Wilson1-0/+1
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-2/+0
2010-08-30drm: kill dev->timerDaniel Vetter1-1/+0
2010-08-30drm: kill agp indirection messDaniel Vetter1-5/+0
2010-08-30drm: replace drawable ioctl by noopsDaniel Vetter1-15/+0
2010-08-30drm: don't export dri1 locking functionsDaniel Vetter1-1/+0
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-2/+0
2010-08-30drm: drop return value of drm_free_agpDaniel Vetter1-1/+1
2010-08-30drm: don't export drm_get_drawable_infoDaniel Vetter1-2/+0
2010-08-30drm: kill context_ctor callbackDaniel Vetter1-1/+0
2010-08-30drm: kill gem_free_object_unlocked driver callbackDaniel Vetter1-1/+0
2010-08-30drm: kill dma_ready callbacksDaniel Vetter1-1/+0
2010-08-30drm: kill procfs callbacksDaniel Vetter1-2/+0
2010-08-30drm: kill kernel_context_switch callbacksDaniel Vetter1-3/+0
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it (v2)Dave Airlie1-2/+4
2010-08-10drm: Fix support for PCI domainsBenjamin Herrenschmidt1-6/+16