summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-4/+17
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-1/+1
2010-05-11Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-0/+14
2010-05-08drm/i915: cleanup mode setting before unmapping registersJesse Barnes1-2/+2
2010-05-08drm/i915: Make fbc control wrapper functionsAdam Jackson1-2/+1
2010-04-23drm/i915: cleanup FBC buffers at unload timeJesse Barnes1-0/+14
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-1/+1
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie1-1/+3
2010-04-12drm/i915: do not read uninitialized ->dev_privateLuca Tettamanti1-1/+1
2010-04-12drm/i915: Probe for PCH chipset typeZhenyu Wang1-0/+2
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-1/+1
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-27drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang1-49/+107
2010-02-27drm/i915: Correct locking in the modesetting failure path, fixing a BUG_ON.Eric Anholt1-0/+2
2010-02-27drm/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-11drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth1-1/+3
2010-01-16drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang1-0/+4
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