aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-08Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds1-0/+5
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson2-7/+22
2010-06-08drm/i915: fix oops on single crtc devices.Dave Airlie3-6/+6
2010-06-05drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
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/i915: Honor sync polarity from VBT panel timing descriptorsAdam Jackson1-0/+10
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-1/+3
2010-05-28drm/i915: Unmask interrupt for render engine on SandybridgeZhenyu Wang1-0/+19
2010-05-28drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang1-2/+14
2010-05-28drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson1-25/+17
2010-05-28drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson1-52/+30
2010-05-28drm/i915: Avoid moving from CPU domain during pwriteChris Wilson1-1/+2
2010-05-28drm/i915: Cleanup after failed initialization of ringbuffersChris Wilson1-1/+18
2010-05-28drm/i915: Reject bind_to_gtt() early if object > apertureChris Wilson1-0/+8
2010-05-28drm/i915: Check error code whilst moving buffer to GTT domain.Chris Wilson1-1/+5
2010-05-28drm/i915: Remove spurious warning "Failure to install fence"Chris Wilson1-6/+11
2010-05-28drm/i915: Rebind bo if currently bound with incorrect alignment.Chris Wilson1-0/+11
2010-05-28drm/i915: Include pitch in set_base debug statement.Chris Wilson1-1/+2
2010-05-28drm/i915: Only print "nothing to do" debug message as required.Chris Wilson1-2/+3
2010-05-28drm/i915: Propagate error from unbinding an unfenceable object.Chris Wilson1-3/+7
2010-05-28drm/i915: Avoid nesting of domain changes when setting display planeChris Wilson1-5/+3
2010-05-28drm/i915: Hold the spinlock whilst resetting unpin_work along error pathChris Wilson1-8/+12
2010-05-28drm/i915: Only print an message if there was an errorChris Wilson1-14/+24
2010-05-26drm/i915: Clean up leftover bits from hws move to ring structure.Eric Anholt3-10/+6
2010-05-26drm/i915: Add CxSR support on Pineview DDR3Li Peng4-29/+53
2010-05-26i915: remove unneeded null checksDan Carpenter1-2/+2
2010-05-26i915/intel_sdvo: remove unneeded null checkDan Carpenter1-1/+1
2010-05-26drm/i915: Fix HDMI mode select for Cougarpoint PCHZhenyu Wang2-1/+7
2010-05-26drm/i915: combine all small integers into one single bitfieldDaniel Vetter2-26/+54
2010-05-26drm/i915/dp: Add DPCD data to debug outputAdam Jackson1-0/+2
2010-05-26drm/i915/dp: Only enable enhanced framing if the sink supports itAdam Jackson1-3/+2
2010-05-26drm/i915: Kill dangerous pending-flip debuggingChris Wilson1-6/+0
2010-05-26drm/i915: Storage class should be before const qualifierTobias Klauser1-19/+19
2010-05-26drm/i915: add power monitoring supportJesse Barnes6-53/+772
2010-05-26drm/i915/gen4: Extra CRT hotplug paranoiaAdam Jackson2-8/+14
2010-05-26drm/i915: Add support for interlaced display.Krzysztof Halasa2-1/+15
2010-05-26i915: fix lock imbalance on error path...Daniel J Blueman1-0/+1
2010-05-26drm/i915: Convert more trace events to DEFINE_EVENTLi Zefan1-17/+7
2010-05-26drm/i915: add timeout to FBC disable waitsJesse Barnes1-2/+11
2010-05-26drm/i915: implement BSD ring buffer V2Zou Nan hai6-15/+276
2010-05-26drm/i915: convert some gem structures to per-ring V2Zou Nan hai7-153/+207
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai10-376/+603
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt7-55/+55
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt6-534/+592
2010-05-26drm/i915: Fail to load driver if KMS request without GEMChris Wilson1-0/+7
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds31-1789/+2140
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie14-157/+416
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie9-11/+22