summaryrefslogtreecommitdiff
path: root/drivers/char/drm
AgeCommit message (Expand)Author
2008-05-23remove debug printk from DRM suspend pathJesse Barnes
2008-05-07drm/i915: save and restore dsparb and d_state registers.Keith Packard
2008-05-07drm/i915: fix off by one in VGA save/restore of AR & CR regs.Jesse Barnes
2008-05-07drm: disable tasklets not IRQs when taking the drm lock spinlockThomas Hellstrom
2008-05-07Revert "drm/vbl rework: rework how the drm deals with vblank."Dave Airlie
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison
2008-04-26drm: _end is shadowing real _end, just rename it.Dave Airlie
2008-04-26drm/vbl rework: rework how the drm deals with vblank.Jesse Barnes
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie
2008-04-26drm/i915: Handle tiled buffers in vblank taskletKeith Packard
2008-04-26drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblankKeith Packard
2008-04-26drm: Remove unneeded dma sync in ATI pcigart allocBenjamin Herrenschmidt
2008-04-26drm: Fix mismerge of non-coherent DMA patchBenjamin Herrenschmidt
2008-04-19DRM: remove unused dev_classGreg Kroah-Hartman
2008-04-06fix IS_I9XX macro in i915 DRM driverJesse Barnes
2008-03-30drm: fix for non-coherent DMA PowerPCBenjamin Herrenschmidt
2008-03-30drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.cHarvey Harrison
2008-03-30drm/i915: fix oops on agp=offDave Airlie
2008-03-30drm/r300: fix bug in r300 userspace hardware wait emissionDave Airlie
2008-03-28drivers/char/drm/ati_pcigart.c: fix printk warningAndrew Morton
2008-03-17drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.Dave Airlie
2008-03-17drm/radeon: fixup RV550 chip familyAlex Deucher
2008-03-17drm/via: attempt again to stabilise the AGP DMA command submission.Thomas Hellstrom
2008-03-17drm: Fix race that can lockup the kernelMike Isely
2008-02-22i915: fix AR register restore.Jesse Barnes
2008-02-20drm/sis: add pciid for SiS 662/671 chipsetChaoyu Chen
2008-02-20drm: add new rv380 pciidMirko
2008-02-20drm: add support for passing state into the suspend hooks.Dave Airlie
2008-02-20drm/i915: Fix hibernate save/restore of VGA attribute regsJesse Barnes
2008-02-20drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)Keith Packard
2008-02-20drm/i915: restore pipeconf regs unconditionallyJesse Barnes
2008-02-20drm/i915: save/restore interrupt stateJesse Barnes
2008-02-20drm: convert drm from nopage to fault.Nick Piggin
2008-02-20i915: wrap chipset types requiring hw status set ioctlZhenyu Wang
2008-02-20drm/radeon: add initial rs690 support to drm.Maciej Cencora
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison
2008-02-07i915: Fix GR register array size off-by-one bugJesse Barnes
2008-02-07drm: add initial r500 drm supportDave Airlie
2008-02-07radeon: setup the ring buffer fetcher to be less agressive.Roland Scheidegger
2008-02-07drm: fixup some of the ioctl function exit pathsDave Airlie
2008-02-07drm: the drm really should call pci_set_master..Dave Airlie
2008-02-07i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang
2008-02-07drm: cleanup DRM_DEBUG() parametersMárton Németh
2008-02-07drm/i915: add support for E7221 chipsetCarlos Martín
2008-02-07drm: don't cast a pointer to pointer of list_headLi Zefan
2008-02-07mga_dma: return 'err' not just zero from mga_do_cleanup_dma()Jesper Juhl
2008-02-07drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie
2008-02-07drm: enable udev node creationDave Airlie
2008-02-07drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt