aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie103-63858/+0
2008-07-02DRM/i915: only use tiled blits on 965+Jesse Barnes1-2/+2
2008-06-24enable bus mastering on i915 at resume timeJie Luo1-0/+1
2008-06-20drm: only trust core drm ioctls - driver ioctls are a mess.Dave Airlie1-4/+3
2008-06-20drm/i915: add support for Intel series 4 chipsets.Zhenyu Wang2-2/+12
2008-06-19drm/radeon: add hier-z registers for r300 and r500 chipsetsDave Airlie2-59/+189
2008-06-19drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher2-8/+9
2008-06-19drm/radeon: switch IGP gart to use radeon_write_agp_base()Alex Deucher1-8/+4
2008-06-19drm/radeon: Restore sw interrupt on resumeDennis Kasprzyk3-1/+3
2008-06-19drm/r500: add support for AGP based cards.Dave Airlie2-3/+27
2008-06-19drm/radeon: fix texture uploads with large 3d textures (bug 13980)Roland Scheidegger1-3/+11
2008-06-19drm/radeon: add initial r500 support.Dave Airlie4-12/+135
2008-06-19drm/radeon: init pipe setup in kernel code.Alex Deucher4-0/+75
2008-06-19drm/radeon: fixup radeon_do_engine_resetAlex Deucher1-23/+26
2008-06-19drm/radeon: fix pixcache and purge/cache flushing registersAlex Deucher3-18/+65
2008-06-19drm/radeon: write AGP_BASE_2 on chips that support it.Alex Deucher1-0/+2
2008-06-19drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 supportAlex Deucher3-165/+138
2008-06-19drm/radeon: IGP clean up register and magic numbers.Alex Deucher2-82/+110
2008-06-19drm/rs690: set base 2 to 0.Dave Airlie2-0/+3
2008-06-19drm/rs690: set all of gart base address.Dave Airlie1-2/+3
2008-06-19radeon: add production microcode from AMDAlex Deucher2-784/+1893
2008-06-19drm: pcigart use proper pci map interfaces.Dave Airlie1-5/+3
2008-06-13drm: the sg alloc ioctl should write back the handle to userspaceDave Airlie1-1/+1
2008-06-13drm: use drms ioctl cmd not what we get passed from userspace.Johannes Weiner1-0/+2
2008-05-23remove debug printk from DRM suspend pathJesse Barnes1-2/+0
2008-05-07drm/i915: save and restore dsparb and d_state registers.Keith Packard2-0/+17
2008-05-07drm/i915: fix off by one in VGA save/restore of AR & CR regs.Jesse Barnes2-6/+6
2008-05-07drm: disable tasklets not IRQs when taking the drm lock spinlockThomas Hellstrom2-25/+17
2008-05-07Revert "drm/vbl rework: rework how the drm deals with vblank."Dave Airlie20-1372/+473
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison8-23/+23
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-26drm: _end is shadowing real _end, just rename it.Dave Airlie1-2/+2
2008-04-26drm/vbl rework: rework how the drm deals with vblank.Jesse Barnes20-473/+1372
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie10-184/+230
2008-04-26drm/i915: Handle tiled buffers in vblank taskletKeith Packard2-4/+16
2008-04-26drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblankKeith Packard1-10/+20
2008-04-26drm: Remove unneeded dma sync in ATI pcigart allocBenjamin Herrenschmidt1-7/+0
2008-04-26drm: Fix mismerge of non-coherent DMA patchBenjamin Herrenschmidt1-1/+1
2008-04-19DRM: remove unused dev_classGreg Kroah-Hartman1-1/+0
2008-04-06fix IS_I9XX macro in i915 DRM driverJesse Barnes1-2/+2
2008-03-30drm: fix for non-coherent DMA PowerPCBenjamin Herrenschmidt3-6/+31
2008-03-30drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.cHarvey Harrison1-4/+4
2008-03-30drm/i915: fix oops on agp=offDave Airlie1-0/+3
2008-03-30drm/r300: fix bug in r300 userspace hardware wait emissionDave Airlie2-12/+54
2008-03-28drivers/char/drm/ati_pcigart.c: fix printk warningAndrew Morton1-2/+3
2008-03-17drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.Dave Airlie4-69/+27
2008-03-17drm/radeon: fixup RV550 chip familyAlex Deucher1-3/+4
2008-03-17drm/via: attempt again to stabilise the AGP DMA command submission.Thomas Hellstrom2-7/+54
2008-03-17drm: Fix race that can lockup the kernelMike Isely2-17/+25
2008-02-22i915: fix AR register restore.Jesse Barnes1-0/+1