summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm
AgeCommit message (Expand)AuthorLines
2007-04-26drm/i915: Add 965GM pci id updateWang Zhenyu-1/+3
2007-03-26[DRM]: Delete sparc64 FFB driver code that never gets built.David S. Miller-1280/+0
2007-03-24drm: just use io_remap_pfn_range on all archs..Dave Airlie-6/+1
2007-03-24drm: fix DRM_CONSISTENT mappingHugh Dickins-5/+9
2007-03-24drm: fix up mmap locking in preparation for ttm changesThomas Hellstrom-9/+26
2007-03-23drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom-81/+174
2007-03-19drm: fix warning in drm_fops.cAndrew Morton-1/+1
2007-03-19drm: allow for more generic drm ioctlsThomas Hellstrom-4/+9
2007-03-11drm: fix alpha domain handlingJay Estabrook-1/+1
2007-03-11via: fix CX700 pci idThomas Hellstrom-1/+1
2007-03-11drm: make drm_io_prot static.Adrian Bunk-1/+1
2007-03-11drm: remove via_mm.hRobert P. J. Day-40/+0
2007-03-11drm: add missing NULL assignmentDave Airlie-0/+1
2007-03-11drm/radeon: Fix u32 overflows when determining AGP base address in card space.Michel Dänzer-4/+4
2007-03-11drm: port over use_vmalloc code from git hashtabDave Airlie-2/+15
2007-03-11drm: fix crash with fops lock and fixup sarea/page size lockingDave Airlie-2/+4
2007-03-11drm: bring bufs code from git tree.Dave Airlie-10/+67
2007-03-11drm: move protection stuff into separate functionDave Airlie-18/+26
2007-03-11drm: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish-1/+1
2007-03-11drm: update README.drm (bugzilla #7933)Randy Dunlap-9/+7
2007-03-11drm: remove unused exportsAdrian Bunk-2/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-2/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven-3/+3
2007-02-12[PATCH] Char: timers cleanupJiri Slaby-9/+5
2007-02-08drm: Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom-13/+14
2007-02-08drm/via: Disable AGP DMA for chips with the new 3D engine.Thomas Hellstrom-0/+5
2007-02-08drm: update core memory manager from git drm treeThomas Hellstrom-47/+149
2007-02-08drm: remove drm_ioremap and drm_ioremapfreeChristoph Hellwig-195/+25
2007-02-08i810/i830: use drm_core_ioremap instead of drm_ioremapDave Airlie-22/+48
2007-02-08drm: use vmalloc_user instead of vmalloc_32 for DRM_SHMThomas Hellstrom-1/+1
2007-02-08via: allow for npot texture pitch alignmentThomas Hellstrom-11/+24
2007-02-08via: add some new chipsetsThomas Hellstrom-17/+33
2007-02-08via: some PCI posting flushesThomas Hellstrom-1/+5
2007-01-08i915: Fix a DRM_ERROR that should be DRM_DEBUG.=?utf-8?q?Michel_D=C3=A4nzer?=-1/+1
2006-12-19drm: Stop defining pci_pretty_nameJean Delvare-4/+0
2006-12-19drm: r128: comment aligment with drm gitDave Airlie-3/+6
2006-12-19drm: make kernel context switch same as for drm git tree.Dave Airlie-3/+2
2006-12-19drm: fixup comment header styleDave Airlie-4/+4
2006-12-19drm: savage: compat fix from drm git.Eric Anholt-2/+2
2006-12-15drm: Unify radeon offset checking.=?utf-8?q?Michel_D=C3=A4nzer?=-35/+25
2006-12-11i915_vblank_tasklet: Try harder to avoid tearing.=?utf-8?q?Michel_D=C3=A4nzer?=-60/+139
2006-12-11DRM: handle pci_enable_device failureJeff Garzik-4/+8
2006-12-11drm: fix return value checkAkinobu Mita-4/+4
2006-12-09Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-57/+821
2006-12-08[PATCH] struct path: convert drmJosef Sipek-53/+53
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin-4/+4
2006-12-07[PATCH] drm-sis linkage fixAndrew Morton-0/+1
2006-12-07Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606Andrew Morton-0/+1
2006-12-07drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis-5/+27
2006-12-07drm: fix up irqflags in drm_lock.cDave Airlie-1/+1