aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson1-5/+14
2010-06-03Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+3
2010-06-01drm/i915: add HAS_BSD check to i915_getparamZou Nan hai1-0/+3
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-1/+3
2010-05-26drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt1-4/+3
2010-05-26drm/i915: Add CxSR support on Pineview DDR3Li Peng1-0/+4
2010-05-26drm/i915: add power monitoring supportJesse Barnes1-5/+528
2010-05-26drm/i915: implement BSD ring buffer V2Zou Nan hai1-0/+2
2010-05-26drm/i915: convert some gem structures to per-ring V2Zou Nan hai1-4/+4
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-33/+25
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt1-19/+19
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt1-77/+0
2010-05-26drm/i915: Fail to load driver if KMS request without GEMChris Wilson1-0/+7
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-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-0/+14
2010-05-07drm/i915: cleanup mode setting before unmapping registersJesse Barnes1-2/+2
2010-05-07drm/i915: Make fbc control wrapper functionsAdam Jackson1-2/+1
2010-04-22drm/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 into drm-core-nextDave 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 implicit slab.h inclusion from percpu.hTejun 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/airlied/drm-2.6Linus 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