summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang1-1/+1
2010-01-06drm/i915: fix unused varAndrew Morton1-1/+2
2010-01-06drm/i915: execbuf2 supportJesse Barnes1-1/+6
2009-12-17drm/i915: only enable hotplug for detected outputsJesse Barnes1-2/+2
2009-12-17drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg1-8/+0
2009-12-17drm/i915: Implement IS_* macros using static tablesKristian Høgsberg1-1/+3
2009-12-08drm/i915: Fix product names and #definesAdam Jackson1-4/+4
2009-12-01drm/i915: add GETPARAM request for page flippingJesse Barnes1-0/+3
2009-12-01drm/i915: parse child device from VBTZhao Yakui1-0/+9
2009-11-06drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui1-5/+2
2009-11-06drm/i915: Use a single thread workqueueChris Wilson1-1/+1
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui1-2/+2
2009-11-06drm/i915: implement drmmode overlay support v4Daniel Vetter1-0/+7
2009-10-13drm/i915: disable FBC for Pineview, fixing a boot hang.Shaohua Li1-2/+1
2009-09-29drm/i915: Enable irq to trace batch buffer completion.Chris Wilson1-0/+1
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+189
2009-09-23drm/i915: Add tracepointsChris Wilson1-1/+7
2009-09-22drm/i915: framebuffer compression for GM45+Jesse Barnes1-19/+32
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie1-0/+20
2009-09-18drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson1-0/+1
2009-09-18drm/i915: Implement GPU reset on i965Ben Gamari1-0/+8
2009-09-18drm/i915: Add hangcheck timerBen Gamari1-0/+3
2009-09-18drm/i915: fix typo in compressed buffer setupJesse Barnes1-1/+1
2009-09-11drm/i915: framebuffer compression for pre-GM45Jesse Barnes1-4/+157
2009-09-08drm/i915: get the bridge device once.Dave Airlie1-10/+23
2009-09-07Merge intel drm-intel-next branchDave Airlie1-1/+28
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson1-1/+28
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie1-1/+2
2009-08-20Merge Linus master to drm-nextDave Airlie1-2/+13
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt1-2/+13
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui1-20/+15
2009-07-10drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt1-9/+20
2009-07-02drm/i915: Make driver less chattyKeith Packard1-1/+1
2009-07-01drm/i915: add FIFO watermark supportShaohua Li1-0/+40
2009-07-01drm/i915: enable error detection & state collectionJesse Barnes1-0/+1
2009-06-19drm/i915: enable GEM on PAE.Dave Airlie1-5/+0
2009-06-19drm: Remove memory debugging infrastructure.Eric Anholt1-24/+16
2009-06-13Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-26/+41
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driveryakui_zhao1-20/+29
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang1-1/+1
2009-06-05drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_countJesse Barnes1-1/+4
2009-06-05drm/i915: enable kernel modesetting on IGDNGZhenyu Wang1-1/+1
2009-06-05drm/i915: Disable opregion on IGDNG for nowZhenyu Wang1-2/+5
2009-06-04drm/i915: Change GEM throttling to be 20ms like the comment says.Eric Anholt1-2/+2
2009-06-04drm: fix irq naming for kms drivers.Dave Airlie1-10/+2
2009-05-15drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.Carl Worth1-0/+1
2009-05-15drm/i915: Don't allow binding objects into the last page of the aperture.Eric Anholt1-2/+10
2009-04-22drm/i915: fix up error path leak in i915_cmdbufferChris Wright1-3/+3
2009-04-18drm/i915: Unregister ACPI video driver when exitingMatthew Garrett1-1/+1