aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-01drm/i915: fix page flip finish vs. prepare on plane BJesse Barnes1-1/+1
2010-07-01drm/i915: change default panel fitting mode to preserve aspect ratioJesse Barnes1-2/+2
2010-07-01drm/i915: fix uninitialized variable warning in i915_setup_compression()Prarit Bhargava1-1/+1
2010-07-01drm/i915: take struct_mutex in i915_dma_cleanup()Dan Carpenter1-0/+2
2010-07-01drm/i915: Fix CRT hotplug regression in 2.6.35-rc1Andy Lutomirski3-8/+11
2010-07-01i915: fix ironlake edp panel setup (v4)Dave Airlie1-3/+24
2010-07-01drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes2-4/+6
2010-07-01drm/i915: Account for space on the ring buffer consumed whilst wrapping.Chris Wilson1-0/+1
2010-06-18drm/i915: gen3 page flipping fixesJesse Barnes6-9/+46
2010-06-18drm/i915: don't queue flips during a flip pending eventJesse Barnes1-0/+11
2010-06-14drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.Zou Nan hai2-5/+6
2010-06-14drm/i915: Turn on 945 self-refresh only if single CRTC is activeLi Peng1-5/+7
2010-06-04drm/i915/gen4: Fix interrupt setup orderingAdam Jackson1-27/+23
2010-06-04drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection.Dave Müller1-1/+1
2010-06-02drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
2010-06-02Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Carl Worth1-0/+5
2010-06-01Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds19-1074/+2547
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-05-28Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+3
2010-05-29drm/radeon: fix the r100/r200 ums block 0 page fixDave Airlie1-2/+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