summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie3-1/+12
2011-04-21Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-37/+45
2011-04-13drm/i915: Initialise g4x watermarks for disabled pipesChris Wilson1-1/+4
2011-04-12drm/i915: Sanitize the output registers after resumeChris Wilson1-32/+36
2011-04-12drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3Sitsofe Wheeler1-2/+2
2011-04-12drm/i915/tv: Only poll for TV connectionsMathew McKernan1-2/+1
2011-04-12drm/i915/tv: Remember the detected TV typeMathew McKernan1-0/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds3-3/+3
2011-04-05drm/i915/lvds: Remove 0xa0 DDC probe for LVDSChris Wilson1-24/+0
2011-04-05drm/i915/crt: Remove 0xa0 probe for VGAChris Wilson1-20/+0
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-31drm/i915: Reset GMBUS controller after NAKChris Wilson1-4/+21
2011-03-31drm/i915: Busy-spin wait_for condition in atomic contextsChris Wilson1-1/+1
2011-03-24drm/i915/lvds: Always return connected in the absence of better informationChris Wilson1-8/+2
2011-03-24Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2-0/+7
2011-03-23drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson1-3/+4
2011-03-23drm/i915: Fix use after free within tracepointChris Wilson1-2/+2
2011-03-23drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson2-61/+55
2011-03-23drm/i915: Disable pagefaults along execbuffer relocation fast pathChris Wilson1-4/+17
2011-03-23drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson1-1/+1
2011-03-23drm/i915: report correct render clock frequencies on SNBJesse Barnes2-5/+5
2011-03-23drm/i915/dp: Correct the order of deletion for ghost eDP devicesTakashi Iwai1-2/+2
2011-03-23drm/i915: Fix tiling corruption from pipelined fencingChris Wilson1-27/+17
2011-03-23drm/i915: Re-enable self-refreshYuanhan Liu1-4/+1
2011-03-23drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski1-2/+4
2011-03-23drm/i915: skip redundant operations whilst enabling pipes and planesChris Wilson1-8/+16
2011-03-23drm/i915: Remove surplus POSTING_READs before wait_for_vblankChris Wilson1-8/+0
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie2-0/+46
2011-03-14drm/i915: disable opregion lid detection for now.Dave Airlie1-0/+6
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie30-2016/+3005
2011-03-10drm/i915: Revive combination mode for backlight controlTakashi Iwai2-0/+46
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson9-40/+70
2011-03-07drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson1-48/+44
2011-03-07drm/i915/dp: Sanity check eDP existenceChris Wilson1-5/+8
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson3-5/+21
2011-03-07drm/i915: Disable GPU semaphores by defaultChris Wilson3-2/+6
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson6-19/+42
2011-03-06Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson1-15/+1
2011-03-02drm/i915: Don't save/restore hardware status page address registerZhenyu Wang2-7/+0
2011-03-02drm/i915: don't store the reg value for HWS_PGAChris Wilson2-7/+13
2011-03-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson3-2/+27
2011-03-01drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann1-0/+11
2011-03-01drm/i915: Re-enable GPU semaphores for SandyBridge mobileChris Wilson1-2/+1
2011-03-01drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"Chris Wilson2-1/+13
2011-03-01Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"Chris Wilson2-38/+0
2011-03-01drm/i915: Allow relocation deltas outside of target boChris Wilson2-10/+3
2011-03-01drm/i915: Silence an innocuous compiler warning for an unused variableChris Wilson1-1/+0
2011-02-24drm/i915: Use a symbolic constant for OpRegion lid stateChris Wilson1-1/+3
2011-02-24drm/i915: Fix unintended recursion in ironlake_disable_rc6Chris Wilson1-1/+1
2011-02-24drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter1-1/+15