aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/i915_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-858/+0
2008-05-07Revert "drm/vbl rework: rework how the drm deals with vblank."Dave Airlie1-119/+41
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-26drm/vbl rework: rework how the drm deals with vblank.Jesse Barnes1-41/+119
2008-03-30drm/i915: fix oops on agp=offDave Airlie1-0/+3
2008-02-20i915: wrap chipset types requiring hw status set ioctlZhenyu Wang1-1/+4
2008-02-07drm: cleanup DRM_DEBUG() parametersMárton Németh1-3/+3
2008-02-07drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie1-1/+2
2008-02-07i915: add suspend/resume supportJesse Barnes1-56/+57
2008-02-07drm: Initialize the AGP structure's base address at init rather than enable.Eric Anholt1-1/+1
2008-02-07drm: run cleanfile across drm treeDave Airlie1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-81/+63
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-6/+6
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt1-29/+29
2007-08-06drm/i915: Fix i965 secured batchbuffer usageDave Airlie1-3/+11
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-16/+16
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-5/+5
2007-07-11drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-1/+1
2007-06-10drm/i915: Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu1-17/+70
2007-06-10i915: add new pciids for 945GME, 965GME/GLEWang Zhenyu1-1/+2
2007-04-26drm/i915: Add 965GM pci id updateWang Zhenyu1-1/+2
2006-12-07drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+2
2006-09-22drm: add device/vendor id to drm_device_t for compat with FreeBSD driversEric Anholt1-4/+4
2006-09-22drm: fixup i915 error codesDave Airlie1-2/+2
2006-09-22drm: fix i965 build bugAndrew Morton1-1/+1
2006-09-22drm: Add support for Intel i965G chipsets.Alan Hourihane1-10/+31
2006-06-24Add i915 ioctls to configure pipes for vblank interrupt.Dave Airlie1-1/+3
2006-03-19drm: fixup i915 breadcrumb read/writeDave Airlie1-2/+0
2006-01-25drm: i915 patches from Tungsten GraphicsDave Airlie1-12/+30
2006-01-02drm: update to i915 1.3.0Dave Airlie1-5/+7
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie1-12/+12
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-2/+14
2005-09-25drm: fix some lindent damageDave Airlie1-22/+11
2005-09-25drm: lindent the drm directory.Dave Airlie1-27/+38
2005-07-10drm: add test for AGP devices and driver override for it.Dave Airlie1-0/+16
2005-07-10drm: update support for drm pci buffersDave Airlie1-7/+8
2005-07-07drm: misc cleanupDave Airlie1-36/+24
2005-06-23Add missing license texts from Tungsten Graphics.Dave Airlie1-2/+22
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+725