aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-06drm/i915: Fix i965 secured batchbuffer usageDave Airlie2-3/+12
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17drm: add idr_init to drm_stub.cDave Airlie1-0/+2
2007-07-17drm: fix problem with SiS typedef with sisfb enabled.Dave Airlie1-1/+1
2007-07-17drm: convert drawable code to using idrDave Airlie3-209/+60
2007-07-17drm: convert drm context code to use Linux idrDave Airlie2-103/+33
2007-07-16drm: remove core typedefs from the ioc32 wrappersDave Airlie1-41/+41
2007-07-12drm: remove sarea typedefsDave Airlie2-9/+15
2007-07-12drm: detypedef the hashtab and more of smanDave Airlie8-59/+59
2007-07-12drm: de-typedef smanDave Airlie6-49/+51
2007-07-11drm: detypedeffing continues...Dave Airlie23-142/+143
2007-07-11drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structsDave Airlie16-80/+81
2007-07-11drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie5-19/+15
2007-07-11drm: drop drm_buf_t typedefDave Airlie20-104/+104
2007-07-11drm: fixup other drivers for typedef removalsDave Airlie22-296/+296
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie42-432/+432
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie25-320/+367
2007-07-11r300: updates register headerOliver McFadden2-506/+698
2007-07-11radeon: add support for vblank on crtc2Dave Airlie6-14/+124
2007-07-11drm: cleanup list initialisationDave Airlie2-5/+4
2007-07-11drm: fix typo on code drm getsareaDave Airlie1-1/+1
2007-07-11drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie9-26/+22
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie18-195/+116
2007-06-27Add support SiS based XGI chips to SiS DRM.Ian Romanick2-4/+6
2007-06-16fix radeon setparam on 32/64 systems, harder.David Woodhouse1-0/+5
2007-06-10drm: fix radeon setparam on 32/64 bit systems.Dave Airlie1-0/+26
2007-06-10drm/i915: Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu4-17/+80
2007-06-10i915: add new pciids for 945GME, 965GME/GLEWang Zhenyu2-1/+4
2007-05-31Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-16/+34
2007-05-29[SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM.Martin Habets1-1/+1
2007-05-26drm: make sure the drawable code doesn't call malloc(0).Michel Dänzer1-15/+26
2007-05-26drm/radeon: add more IGP chipset pci idsDave Airlie1-0/+7
2007-05-26drm: Spinlock initializer cleanupThomas Gleixner1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker3-3/+3
2007-05-08via: Make sure we flush write-combining using a follow-up read.Thomas Hellstrom1-2/+4
2007-05-08via: Try to improve command-buffer chaining.Thomas Hellstrom2-66/+46
2007-05-08drm: remove old taskqueue remnantDave Airlie1-3/+0
2007-05-08drm: rename badly named define and cleanup ioctl code spacingDave Airlie1-6/+4
2007-05-08radeon: Don't mess up page flipping when a file descriptor is closed.Michel Dänzer2-28/+19
2007-05-08drm/radeon: upgrade to 1.27 - make PCI GART more flexibleDave Airlie9-48/+150
2007-05-07Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds20-196/+349
2007-04-26drm/i915: Add 965GM pci id updateWang Zhenyu2-1/+3
2007-03-26[DRM]: Delete sparc64 FFB driver code that never gets built.David S. Miller4-1280/+0
2007-03-24drm: just use io_remap_pfn_range on all archs..Dave Airlie1-6/+1
2007-03-24drm: fix DRM_CONSISTENT mappingHugh Dickins1-5/+9
2007-03-24drm: fix up mmap locking in preparation for ttm changesThomas Hellstrom1-9/+26
2007-03-23drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom7-81/+174
2007-03-19drm: fix warning in drm_fops.cAndrew Morton1-1/+1
2007-03-19drm: allow for more generic drm ioctlsThomas Hellstrom2-4/+9
2007-03-11drm: fix alpha domain handlingJay Estabrook1-1/+1