| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/char: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 8 | -23/+23 |
* | drivers: atm, char fix integer as NULL pointer warnings | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
* | drm: _end is shadowing real _end, just rename it. | Dave Airlie | 2008-04-26 | 1 | -2/+2 |
* | drm/vbl rework: rework how the drm deals with vblank. | Jesse Barnes | 2008-04-26 | 20 | -473/+1372 |
* | drm: reorganise minor number handling using backported modesetting code. | Dave Airlie | 2008-04-26 | 10 | -184/+230 |
* | drm/i915: Handle tiled buffers in vblank tasklet | Keith Packard | 2008-04-26 | 2 | -4/+16 |
* | drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblank | Keith Packard | 2008-04-26 | 1 | -10/+20 |
* | drm: Remove unneeded dma sync in ATI pcigart alloc | Benjamin Herrenschmidt | 2008-04-26 | 1 | -7/+0 |
* | drm: Fix mismerge of non-coherent DMA patch | Benjamin Herrenschmidt | 2008-04-26 | 1 | -1/+1 |
* | DRM: remove unused dev_class | Greg Kroah-Hartman | 2008-04-20 | 1 | -1/+0 |
* | fix IS_I9XX macro in i915 DRM driver | Jesse Barnes | 2008-04-07 | 1 | -2/+2 |
* | drm: fix for non-coherent DMA PowerPC | Benjamin Herrenschmidt | 2008-03-29 | 3 | -6/+31 |
* | drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.c | Harvey Harrison | 2008-03-29 | 1 | -4/+4 |
* | drm/i915: fix oops on agp=off | Dave Airlie | 2008-03-29 | 1 | -0/+3 |
* | drm/r300: fix bug in r300 userspace hardware wait emission | Dave Airlie | 2008-03-29 | 2 | -12/+54 |
* | drivers/char/drm/ati_pcigart.c: fix printk warning | Andrew Morton | 2008-03-28 | 1 | -2/+3 |
* | drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table. | Dave Airlie | 2008-03-17 | 4 | -69/+27 |
* | drm/radeon: fixup RV550 chip family | Alex Deucher | 2008-03-17 | 1 | -3/+4 |
* | drm/via: attempt again to stabilise the AGP DMA command submission. | Thomas Hellstrom | 2008-03-17 | 2 | -7/+54 |
* | drm: Fix race that can lockup the kernel | Mike Isely | 2008-03-17 | 2 | -17/+25 |
* | i915: fix AR register restore. | Jesse Barnes | 2008-02-23 | 1 | -0/+1 |
* | drm/sis: add pciid for SiS 662/671 chipset | Chaoyu Chen | 2008-02-20 | 1 | -0/+1 |
* | drm: add new rv380 pciid | Mirko | 2008-02-20 | 1 | -0/+1 |
* | drm: add support for passing state into the suspend hooks. | Dave Airlie | 2008-02-20 | 3 | -6/+11 |
* | drm/i915: Fix hibernate save/restore of VGA attribute regs | Jesse Barnes | 2008-02-20 | 1 | -0/+2 |
* | drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE) | Keith Packard | 2008-02-20 | 2 | -0/+28 |
* | drm/i915: restore pipeconf regs unconditionally | Jesse Barnes | 2008-02-20 | 1 | -7/+4 |
* | drm/i915: save/restore interrupt state | Jesse Barnes | 2008-02-20 | 2 | -0/+12 |
* | drm: convert drm from nopage to fault. | Nick Piggin | 2008-02-20 | 1 | -70/+55 |
* | i915: wrap chipset types requiring hw status set ioctl | Zhenyu Wang | 2008-02-20 | 2 | -1/+6 |
* | drm/radeon: add initial rs690 support to drm. | Maciej Cencora | 2008-02-20 | 3 | -0/+120 |
* | Final removal of FASTCALL()/fastcall | Harvey Harrison | 2008-02-14 | 1 | -1/+1 |
* | i915: Fix GR register array size off-by-one bug | Jesse Barnes | 2008-02-07 | 1 | -1/+1 |
* | drm: add initial r500 drm support | Dave Airlie | 2008-02-07 | 6 | -59/+240 |
* | radeon: setup the ring buffer fetcher to be less agressive. | Roland Scheidegger | 2008-02-07 | 2 | -3/+62 |
* | drm: fixup some of the ioctl function exit paths | Dave Airlie | 2008-02-07 | 1 | -5/+7 |
* | drm: the drm really should call pci_set_master.. | Dave Airlie | 2008-02-07 | 1 | -0/+1 |
* | i915: Add chipset id for Intel Integrated Graphics Device | Zhenyu Wang | 2008-02-07 | 3 | -3/+7 |
* | drm: cleanup DRM_DEBUG() parameters | Márton Németh | 2008-02-07 | 28 | -145/+122 |
* | drm/i915: add support for E7221 chipset | Carlos Martín | 2008-02-07 | 1 | -1/+1 |
* | drm: don't cast a pointer to pointer of list_head | Li Zefan | 2008-02-07 | 1 | -1/+1 |
* | mga_dma: return 'err' not just zero from mga_do_cleanup_dma() | Jesper Juhl | 2008-02-07 | 1 | -1/+1 |
* | drm: add _DRM_DRIVER flag, and re-order unload. | Dave Airlie | 2008-02-07 | 3 | -8/+11 |
* | drm: enable udev node creation | Dave Airlie | 2008-02-07 | 1 | -6/+1 |
* | drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx. | Eric Anholt | 2008-02-07 | 1 | -14/+11 |
* | drm: move drm_mem_init to proper place in startup sequence | Dave Airlie | 2008-02-07 | 1 | -2/+2 |
* | drm: call driver load function after initialising AGP | Dave Airlie | 2008-02-07 | 1 | -4/+4 |
* | drm: Fix ioc32 compat layer | Ian Romanick | 2008-02-07 | 1 | -1/+5 |
* | drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't. | Eric Anholt | 2008-02-07 | 1 | -4/+10 |
* | i915: add suspend/resume support | Jesse Barnes | 2008-02-07 | 4 | -57/+1309 |