summaryrefslogtreecommitdiff
path: root/drivers/char/drm
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-20drm/sis: add pciid for SiS 662/671 chipsetChaoyu Chen1-0/+1
2008-02-20drm: add new rv380 pciidMirko1-0/+1
2008-02-20drm: add support for passing state into the suspend hooks.Dave Airlie3-6/+11
2008-02-20drm/i915: Fix hibernate save/restore of VGA attribute regsJesse Barnes1-0/+2
2008-02-20drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)Keith Packard2-0/+28
2008-02-20drm/i915: restore pipeconf regs unconditionallyJesse Barnes1-7/+4
2008-02-20drm/i915: save/restore interrupt stateJesse Barnes2-0/+12
2008-02-20drm: convert drm from nopage to fault.Nick Piggin1-70/+55
2008-02-20i915: wrap chipset types requiring hw status set ioctlZhenyu Wang2-1/+6
2008-02-20drm/radeon: add initial rs690 support to drm.Maciej Cencora3-0/+120
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison1-1/+1
2008-02-07i915: Fix GR register array size off-by-one bugJesse Barnes1-1/+1
2008-02-07drm: add initial r500 drm supportDave Airlie6-59/+240
2008-02-07radeon: setup the ring buffer fetcher to be less agressive.Roland Scheidegger2-3/+62
2008-02-07drm: fixup some of the ioctl function exit pathsDave Airlie1-5/+7
2008-02-07drm: the drm really should call pci_set_master..Dave Airlie1-0/+1
2008-02-07i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang3-3/+7
2008-02-07drm: cleanup DRM_DEBUG() parametersMárton Németh28-145/+122
2008-02-07drm/i915: add support for E7221 chipsetCarlos Martín1-1/+1
2008-02-07drm: don't cast a pointer to pointer of list_headLi Zefan1-1/+1
2008-02-07mga_dma: return 'err' not just zero from mga_do_cleanup_dma()Jesper Juhl1-1/+1
2008-02-07drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie3-8/+11
2008-02-07drm: enable udev node creationDave Airlie1-6/+1
2008-02-07drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt1-14/+11
2008-02-07drm: move drm_mem_init to proper place in startup sequenceDave Airlie1-2/+2
2008-02-07drm: call driver load function after initialising AGPDave Airlie1-4/+4
2008-02-07drm: Fix ioc32 compat layerIan Romanick1-1/+5
2008-02-07drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt1-4/+10
2008-02-07i915: add suspend/resume supportJesse Barnes4-57/+1309
2008-02-07drm: update DRM sysfs supportJesse Barnes4-62/+117
2008-02-07drm: Initialize the AGP structure's base address at init rather than enable.Eric Anholt2-3/+2