aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-11via: fix CX700 pci idThomas Hellstrom1-1/+1
2007-03-11drm: make drm_io_prot static.Adrian Bunk1-1/+1
2007-03-11drm: remove via_mm.hRobert P. J. Day1-40/+0
2007-03-11drm: add missing NULL assignmentDave Airlie1-0/+1
2007-03-11drm/radeon: Fix u32 overflows when determining AGP base address in card space.Michel Dänzer1-4/+4
2007-03-11drm: port over use_vmalloc code from git hashtabDave Airlie2-2/+15
2007-03-11drm: fix crash with fops lock and fixup sarea/page size lockingDave Airlie1-2/+4
2007-03-11drm: bring bufs code from git tree.Dave Airlie2-10/+67
2007-03-11drm: move protection stuff into separate functionDave Airlie1-18/+26
2007-03-11drm: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2007-03-11drm: update README.drm (bugzilla #7933)Randy Dunlap1-9/+7
2007-03-11drm: remove unused exportsAdrian Bunk1-2/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven3-3/+3
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-9/+5
2007-02-08drm: Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom3-13/+14
2007-02-08drm/via: Disable AGP DMA for chips with the new 3D engine.Thomas Hellstrom1-0/+5
2007-02-08drm: update core memory manager from git drm treeThomas Hellstrom3-47/+149
2007-02-08drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig6-195/+25
2007-02-08i810/i830: use drm_core_ioremap instead of drm_ioremapDave Airlie4-22/+48
2007-02-08drm: use vmalloc_user instead of vmalloc_32 for DRM_SHMThomas Hellstrom1-1/+1
2007-02-08via: allow for npot texture pitch alignmentThomas Hellstrom3-11/+24
2007-02-08via: add some new chipsetsThomas Hellstrom5-17/+33