summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dp: wait for previous AUX channel activity to clearJesse Barnes2011-08-011-3/+11
* drm/i915/pch: Save/restore PCH_PORT_HOTPLUG across suspendAdam Jackson2011-07-292-0/+3
* drm/i915: apply phase pointer override on SNB+ tooJesse Barnes2011-07-292-0/+36
* drm/i915: Add quirk to disable SSC on Sony Vaio Y2Michel Alexandre Salim2011-07-291-0/+3
* drm/i915: provide more error output when mode sets failJesse Barnes2011-07-291-1/+4
* drm/i915: add GPU max frequency control fileJesse Barnes2011-07-291-0/+90
* i915: add Dell OptiPlex FX170 to intel_no_lvdsPieterjan Camerlynck2011-07-291-0/+8
* drm/i915: Ignore GPU wedged errors while pinning scanout buffersKeith Packard2011-07-291-1/+1
* drm/i915/hdmi: send AVI info frames on ILK+ as wellJesse Barnes2011-07-292-1/+52
* drm/i915: fix CB tuning check for ILK+Jesse Barnes2011-07-281-1/+1
* drm/i915: Flush other plane register writesKeith Packard2011-07-281-13/+18
* drm/i915: flush plane control changes on ILK+ as wellJesse Barnes2011-07-281-2/+2
* drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes2011-07-282-0/+9
* drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_setKeith Packard2011-07-281-0/+2
* Revert and fix "drm/i915/dp: remove DPMS mode tracking from DP"Keith Packard2011-07-281-0/+8
* drm/i915: DP_PIPE_ENABLED must check transcoder on CPTKeith Packard2011-07-282-14/+34
* drm/i915: In intel_dp_init, replace read of DPCD with intel_dp_get_dpcdKeith Packard2011-07-281-5/+3
* drm/i915: Rename i915_dp_detect_common to intel_dp_get_dpcdKeith Packard2011-07-281-9/+15
* drm/i915: Use dp_detect_common in hotplug helper functionKeith Packard2011-07-281-20/+19
* drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'Keith Packard2011-07-281-2/+2
* drm/i915/dp: Don't turn CPT DP ports on too earlyAdam Jackson2011-07-251-4/+10
* drm/i915/dp: Explicitly disable symbol scrambling while trainingAdam Jackson2011-07-251-2/+4
* drm/i915/pch: Fix integer math bugs in panel fittingAdam Jackson2011-07-251-0/+4
* drm/i915: Hold mode_config->mutex during hotplug processingKeith Packard2011-07-251-0/+3
* drm/i915/dp: Explicitly request 8/10 channel codingAdam Jackson2011-07-251-0/+1
* drm/i915/dp: Retry DPCD fetch on G4X tooAdam Jackson2011-07-251-18/+15
* drm/i915/dp: Better hexdump of DPCDAdam Jackson2011-07-251-4/+4
* drm/i915/dp: Read more DPCD registers on connection probeAdam Jackson2011-07-251-3/+5
* drm/i915/dp: Move DPCD dump to common code instead of PCH-onlyAdam Jackson2011-07-251-2/+4
* drm/i915/dp: Zero the DPCD data before connection probeAdam Jackson2011-07-251-0/+1
* drm/i915: load the LUT before pipe enable on ILK+Jesse Barnes2011-07-221-2/+6
* drm/i915: Initialize RCS ring status page address in intel_render_ring_init_driKeith Packard2011-07-222-4/+5
* drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl defineOle Henrik Jahren2011-07-221-1/+1
* Linux 3.0v3.0Linus Torvalds2011-07-211-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-07-211-0/+1
|\
| * sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel2011-07-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-211-1/+1
|\ \
| * | CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky2011-07-211-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-211-0/+16
|\ \ \
| * | | x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin2011-07-211-0/+8
| * | | x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman2011-07-211-0/+8
| |/ /
* | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-214-39/+56
|\ \ \
| * | | drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson2011-07-183-38/+41
| * | | drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard2011-07-132-1/+15
* | | | vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds2011-07-211-2/+0
* | | | FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich2011-07-211-9/+5
| |/ / |/| |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-205-28/+103
|\ \ \
| * \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-205-28/+103
| |\ \ \
| | * | | signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney2011-07-201-6/+13
| | * | | softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-202-3/+11
OpenPOWER on IntegriCloud