summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-07drm: move two function extern into the correct blockDave Airlie1-3/+2
2008-02-07drm: run cleanfile across drm treeDave Airlie43-375/+362
2008-02-07drm: some minor cleanups and changes to make memory manager merging easier.Dave Airlie2-28/+28
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-0/+2
2008-02-03drivers/char/: Spelling fixesJoe Perches2-2/+2
2008-01-23drm/i915: add support for E7221 chipsetCarlos Martín1-0/+1
2007-11-06drm: DRM: fix memset size errorLi Zefan1-1/+1
2007-11-06drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTLDave Airlie2-11/+0
2007-11-06drm: remove second forward decleration of drm device struct.Dave Airlie1-2/+0
2007-11-05drm/sis: missing mutex unlock in error path.Roel Kluin1-0/+1
2007-11-05radeon: set the address to access the GART table on the CPU side correctlyDave Airlie2-2/+4
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt13-14/+14
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov7-11/+12
2007-10-16video gfx: merge kconfig menusRandy Dunlap1-1/+1
2007-10-16radeon_driver_vblank_do_wait() staticAdrian Bunk1-2/+2
2007-10-15via invalid device ids removalXavier Bachelot1-2/+0
2007-10-15radeon: Commit the ring after each partial texture upload blit.chaohong guo1-1/+3
2007-10-15i915: fix vbl swap allocation size.Dave Airlie1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt45-2146/+1489
2007-10-15drm: remove XFREE86_VERSION macros.Dave Airlie3-42/+1
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt43-661/+603
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt31-475/+474
2007-09-27i915: make vbl interrupts work properly on i965g/gm hw.Dave Airlie2-0/+18
2007-08-25Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-7/+8
2007-08-25drm: ioremap return value checksScott Thompson1-1/+7
2007-08-06drm/i915: Fix i965 secured batchbuffer usageDave Airlie2-3/+12
2007-07-23drm/via: Fix dmablit when blit queue is fullSimon Farnsworth1-1/+1
2007-07-23drm_rmmap_ioctl(): remove dead codeAdrian Bunk1-5/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1