aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-22drm: Use register writes instead of BITBLT_MULTI packets for buffer swap blitsMichel Daenzer2-2/+7
2006-09-22drm: use radeon specific names for radeon flagsDave Airlie5-128/+128
2006-09-22drm: add device/vendor id to drm_device_t for compat with FreeBSD driversEric Anholt3-4/+8
2006-09-22drm: allow multiple addMaps with the same 32-bit map offsset.Thomas Hellstrom1-6/+8
2006-09-22drm: fd.o Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset().Michel Daenzer1-13/+12
2006-09-22drm: Fix hashtab implementation leaking illegal error codes to user space.Thomas Hellstrom1-3/+3
2006-09-22drm: domain changes broke ppc r200Dave Airlie1-1/+1
2006-09-22drm: fixup setversion return codes..Dave Airlie1-7/+10
2006-09-22drm: fixup i915 error codesDave Airlie1-2/+2
2006-09-22drm: realign sosme radeon code with drm git treeDave Airlie2-9/+15
2006-09-22drm: realign via driver with drm git treeDave Airlie3-26/+54
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom2-0/+4
2006-09-22drm: cleanupsAdrian Bunk3-7/+10
2006-09-22drm: i810_dma.c: fix pointer arithmetic for 64-bit targetDenis Vlasenko2-5/+5
2006-09-22drm: avoid kernel oops in some error paths calling drm_lastcloseThomas Hellstrom1-4/+6
2006-09-22drm: allow detection of new VIA chipsetsChuck Short1-0/+3
2006-09-22drm: fix i965 build bugAndrew Morton1-1/+1
2006-09-22drm: remove FALSE/TRUE that snuck in with simple memory manager changes.Andrew Morton6-19/+19
2006-09-22drm: Add support for Intel i965G chipsets.Alan Hourihane5-19/+58
2006-09-22drm: add better explanation for i830/i915Dave Airlie1-3/+6
2006-09-22drm: remove a tab that snuck inDave Airlie1-1/+1
2006-09-22drm: fix return value in auth functionDave Airlie1-1/+1
2006-09-22drm: SiS 315 Awareness.Thomas Hellstrom4-1/+84
2006-09-22drm: update user token hashing and map handlesThomas Hellstrom5-63/+51
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom5-62/+26
2006-09-22drm: Add the P4VM800PRO (?) PCI ID.Dave Airlie1-0/+1
2006-09-22drm: add drm simple memory manager support for SiS and VIA driversThomas Hellstrom12-1403/+344
2006-09-22drm: add simple DRM memory manager, and hash tableThomas Hellstrom7-2/+1019
2006-09-22drm: radeon: Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT.Michel Dänzer2-7/+12
2006-09-22drm: radeon: fix up bus mastering when writeback is disabledMichel Dänzer2-0/+8
2006-09-22drm: radeon: implement RADEON_PARAM_SCRATCH_OFFSET getparamMichel Dänzer1-1/+5
2006-09-22drm: radeon: add some debug output when getparam is called with unknownMichel Dänzer1-0/+1
2006-09-22drm: missing mutex unlockThomas Hellstrom1-1/+3
2006-09-22drm: remove the DRM pci domainDave Airlie4-7/+9
2006-09-22drm: remove local copies of pci bus/slot/funcDave4-11/+8
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie10-29/+21
2006-08-30[PATCH] drm: radeon flush TCL VAP for vertex program enable/disableRoland Scheidegger1-1/+8
2006-07-02[PATCH] irq-flags: drivers/drm: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel17-17/+0
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar2-2/+2
2006-06-24drm: radeon constify radeon microcodeDave Airlie1-3/+3
2006-06-24Add i915 ioctls to configure pipes for vblank interrupt.Dave Airlie4-5/+87
2006-06-24drm: update radeon to 1.25 add r200 vertex program supportDave Airlie3-3/+48
2006-06-24drm: radeon add a tcl state flush before accessing tcl vector spaceDave Airlie2-2/+5
2006-04-23drm: possible cleanupsDave Airlie4-9/+1
2006-04-23drm: fixup r300 scratch on BE machinesDave Airlie1-1/+1
2006-04-18drm: Fix further issues in drivers/char/drm/via_irq.cJayachandran C1-3/+4
2006-04-18drivers/char/drm/drm_memory.c: possible cleanupsAdrian Bunk4-30/+25
2006-04-07drm: deline a few large inlines in DRM codeDave Airlie2-106/+127