summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm
Commit message (Expand)AuthorAgeFilesLines
* video gfx: merge kconfig menusRandy Dunlap2007-10-161-1/+1
* radeon_driver_vblank_do_wait() staticAdrian Bunk2007-10-161-2/+2
* via invalid device ids removalXavier Bachelot2007-10-151-2/+0
* radeon: Commit the ring after each partial texture upload blit.chaohong guo2007-10-151-1/+3
* i915: fix vbl swap allocation size.Dave Airlie2007-10-151-1/+1
* drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-10-1545-2146/+1489
* drm: remove XFREE86_VERSION macros.Dave Airlie2007-10-153-42/+1
* drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-10-1543-661/+603
* drm: Remove DRM_ERR OS macro.Eric Anholt2007-10-1531-475/+474
* i915: make vbl interrupts work properly on i965g/gm hw.Dave Airlie2007-09-272-0/+18
* Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2007-08-252-7/+8
|\
| * drm: ioremap return value checksScott Thompson2007-08-251-1/+7
| * drm/via: Fix dmablit when blit queue is fullSimon Farnsworth2007-07-231-1/+1
| * drm_rmmap_ioctl(): remove dead codeAdrian Bunk2007-07-231-5/+0
* | drm/i915: Fix i965 secured batchbuffer usageDave Airlie2007-08-062-3/+12
|/
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* drm: add idr_init to drm_stub.cDave Airlie2007-07-171-0/+2
* drm: fix problem with SiS typedef with sisfb enabled.Dave Airlie2007-07-171-1/+1
* drm: convert drawable code to using idrDave Airlie2007-07-173-209/+60
* drm: convert drm context code to use Linux idrDave Airlie2007-07-172-103/+33
* drm: remove core typedefs from the ioc32 wrappersDave Airlie2007-07-161-41/+41
* drm: remove sarea typedefsDave Airlie2007-07-122-9/+15
* drm: detypedef the hashtab and more of smanDave Airlie2007-07-128-59/+59
* drm: de-typedef smanDave Airlie2007-07-126-49/+51
* drm: detypedeffing continues...Dave Airlie2007-07-1123-142/+143
* drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie2007-07-1116-80/+81
* drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie2007-07-115-19/+15
* drm: drop drm_buf_t typedefDave Airlie2007-07-1120-104/+104
* drm: fixup other drivers for typedef removalsDave Airlie2007-07-1122-296/+296
* drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie2007-07-1142-432/+432
* drm: remove a bunch of typedefs on the userspace interfaceDave Airlie2007-07-1125-320/+367
* r300: updates register headerOliver McFadden2007-07-112-506/+698
* radeon: add support for vblank on crtc2Dave Airlie2007-07-116-14/+124
* drm: cleanup list initialisationDave Airlie2007-07-112-5/+4
* drm: fix typo on code drm getsareaDave Airlie2007-07-111-1/+1
* drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie2007-07-119-26/+22
* drm: cleanup use of Linux list handling macrosDave Airlie2007-07-1118-195/+116
* Add support SiS based XGI chips to SiS DRM.Ian Romanick2007-06-272-4/+6
* fix radeon setparam on 32/64 systems, harder.David Woodhouse2007-06-161-0/+5
* drm: fix radeon setparam on 32/64 bit systems.Dave Airlie2007-06-101-0/+26
* drm/i915: Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-104-17/+80
* i915: add new pciids for 945GME, 965GME/GLEWang Zhenyu2007-06-102-1/+4
* Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-05-313-16/+34
|\
| * drm: make sure the drawable code doesn't call malloc(0).Michel Dänzer2007-05-261-15/+26
| * drm/radeon: add more IGP chipset pci idsDave Airlie2007-05-261-0/+7
| * drm: Spinlock initializer cleanupThomas Gleixner2007-05-261-1/+1
* | [SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM.Martin Habets2007-05-291-1/+1
|/
* Fix occurrences of "the the "Michael Opdenacker2007-05-093-3/+3
* via: Make sure we flush write-combining using a follow-up read.Thomas Hellstrom2007-05-081-2/+4
* via: Try to improve command-buffer chaining.Thomas Hellstrom2007-05-082-66/+46
OpenPOWER on IntegriCloud