summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-17drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt1-23/+23
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-0/+35
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+35
2010-02-26drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang1-49/+107
2010-02-26drm/i915: Correct locking in the modesetting failure path, fixing a BUG_ON.Eric Anholt1-0/+2
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-5/+11
2010-02-22drm/i915: Record batch buffer following GPU errorChris Wilson1-0/+2
2010-02-22drm/i915: provide FBC status in debugfsJesse Barnes1-0/+2
2010-02-16drm/i915: Keep MCHBAR always enabledZhenyu Wang1-0/+121
2010-02-10drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth1-1/+3
2010-01-15drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang1-0/+4
2010-01-06Merge 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-16drm/i915: only enable hotplug for detected outputsJesse Barnes1-2/+2
2009-12-16drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg1-8/+0
2009-12-16drm/i915: Implement IS_* macros using static tablesKristian Høgsberg1-1/+3
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-4/+4
2009-12-01drm/i915: add GETPARAM request for page flippingJesse Barnes1-0/+3
2009-11-30drm/i915: parse child device from VBTZhao Yakui1-0/+9
2009-11-05drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui1-5/+2
2009-11-05drm/i915: Use a single thread workqueueChris Wilson1-1/+1
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui1-2/+2
2009-11-05drm/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-21drm/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-17drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson1-0/+1
2009-09-17drm/i915: Implement GPU reset on i965Ben Gamari1-0/+8
2009-09-17drm/i915: Add hangcheck timerBen Gamari1-0/+3
2009-09-17drm/i915: fix typo in compressed buffer setupJesse Barnes1-1/+1
2009-09-10drm/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-01drm/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-18drm: Remove memory debugging infrastructure.Eric Anholt1-24/+16