summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm
Commit message (Expand)AuthorAgeFilesLines
* remove debug printk from DRM suspend pathJesse Barnes2008-05-231-2/+0
* drm/i915: save and restore dsparb and d_state registers.Keith Packard2008-05-072-0/+17
* drm/i915: fix off by one in VGA save/restore of AR & CR regs.Jesse Barnes2008-05-072-6/+6
* drm: disable tasklets not IRQs when taking the drm lock spinlockThomas Hellstrom2008-05-072-25/+17
* Revert "drm/vbl rework: rework how the drm deals with vblank."Dave Airlie2008-05-0720-1372/+473
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-308-23/+23
* drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+1
* drm: _end is shadowing real _end, just rename it.Dave Airlie2008-04-261-2/+2
* drm/vbl rework: rework how the drm deals with vblank.Jesse Barnes2008-04-2620-473/+1372
* drm: reorganise minor number handling using backported modesetting code.Dave Airlie2008-04-2610-184/+230
* drm/i915: Handle tiled buffers in vblank taskletKeith Packard2008-04-262-4/+16
* drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblankKeith Packard2008-04-261-10/+20
* drm: Remove unneeded dma sync in ATI pcigart allocBenjamin Herrenschmidt2008-04-261-7/+0
* drm: Fix mismerge of non-coherent DMA patchBenjamin Herrenschmidt2008-04-261-1/+1
* DRM: remove unused dev_classGreg Kroah-Hartman2008-04-191-1/+0
* fix IS_I9XX macro in i915 DRM driverJesse Barnes2008-04-061-2/+2
* drm: fix for non-coherent DMA PowerPCBenjamin Herrenschmidt2008-03-303-6/+31
* drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.cHarvey Harrison2008-03-301-4/+4
* drm/i915: fix oops on agp=offDave Airlie2008-03-301-0/+3
* drm/r300: fix bug in r300 userspace hardware wait emissionDave Airlie2008-03-302-12/+54
* drivers/char/drm/ati_pcigart.c: fix printk warningAndrew Morton2008-03-281-2/+3
* drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.Dave Airlie2008-03-174-69/+27
* drm/radeon: fixup RV550 chip familyAlex Deucher2008-03-171-3/+4
* drm/via: attempt again to stabilise the AGP DMA command submission.Thomas Hellstrom2008-03-172-7/+54
* drm: Fix race that can lockup the kernelMike Isely2008-03-172-17/+25
* i915: fix AR register restore.Jesse Barnes2008-02-221-0/+1
* drm/sis: add pciid for SiS 662/671 chipsetChaoyu Chen2008-02-201-0/+1
* drm: add new rv380 pciidMirko2008-02-201-0/+1
* drm: add support for passing state into the suspend hooks.Dave Airlie2008-02-203-6/+11
* drm/i915: Fix hibernate save/restore of VGA attribute regsJesse Barnes2008-02-201-0/+2
* drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)Keith Packard2008-02-202-0/+28
* drm/i915: restore pipeconf regs unconditionallyJesse Barnes2008-02-201-7/+4
* drm/i915: save/restore interrupt stateJesse Barnes2008-02-202-0/+12
* drm: convert drm from nopage to fault.Nick Piggin2008-02-201-70/+55
* i915: wrap chipset types requiring hw status set ioctlZhenyu Wang2008-02-202-1/+6
* drm/radeon: add initial rs690 support to drm.Maciej Cencora2008-02-203-0/+120
* Final removal of FASTCALL()/fastcallHarvey Harrison2008-02-131-1/+1
* i915: Fix GR register array size off-by-one bugJesse Barnes2008-02-071-1/+1
* drm: add initial r500 drm supportDave Airlie2008-02-076-59/+240
* radeon: setup the ring buffer fetcher to be less agressive.Roland Scheidegger2008-02-072-3/+62
* drm: fixup some of the ioctl function exit pathsDave Airlie2008-02-071-5/+7
* drm: the drm really should call pci_set_master..Dave Airlie2008-02-071-0/+1
* i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang2008-02-073-3/+7
* drm: cleanup DRM_DEBUG() parametersMárton Németh2008-02-0728-145/+122
* drm/i915: add support for E7221 chipsetCarlos Martín2008-02-071-1/+1
* drm: don't cast a pointer to pointer of list_headLi Zefan2008-02-071-1/+1
* mga_dma: return 'err' not just zero from mga_do_cleanup_dma()Jesper Juhl2008-02-071-1/+1
* drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie2008-02-073-8/+11
* drm: enable udev node creationDave Airlie2008-02-071-6/+1
* drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt2008-02-071-14/+11
OpenPOWER on IntegriCloud