summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/i915: Only enable the plane after setting the fb base (pre-ILK)"Linus Torvalds2011-05-121-0/+2
* drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson2011-05-091-0/+3
* drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson2011-05-091-2/+2
* drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson2011-05-091-2/+0
* drm/i915/dp: Be paranoid in case we disable a DP before it is attachedChris Wilson2011-05-041-2/+15
* drm/i915: Release object along create user fb error pathChris Wilson2011-05-041-1/+3
* drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie2011-04-273-1/+12
* Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-04-212-37/+45
|\
| * drm/i915: Initialise g4x watermarks for disabled pipesChris Wilson2011-04-131-1/+4
| * drm/i915: Sanitize the output registers after resumeChris Wilson2011-04-121-32/+36
| * drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3Sitsofe Wheeler2011-04-121-2/+2
| * drm/i915/tv: Only poll for TV connectionsMathew McKernan2011-04-121-2/+1
| * drm/i915/tv: Remember the detected TV typeMathew McKernan2011-04-121-0/+2
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-073-3/+3
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* | drm/i915/lvds: Remove 0xa0 DDC probe for LVDSChris Wilson2011-04-051-24/+0
* | drm/i915/crt: Remove 0xa0 probe for VGAChris Wilson2011-04-051-20/+0
* | drm/i915: Reset GMBUS controller after NAKChris Wilson2011-03-311-4/+21
* | drm/i915: Busy-spin wait_for condition in atomic contextsChris Wilson2011-03-311-1/+1
* | drm/i915/lvds: Always return connected in the absence of better informationChris Wilson2011-03-241-8/+2
|/
* Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2011-03-242-0/+7
* drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson2011-03-231-3/+4
* drm/i915: Fix use after free within tracepointChris Wilson2011-03-231-2/+2
* drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson2011-03-232-61/+55
* drm/i915: Disable pagefaults along execbuffer relocation fast pathChris Wilson2011-03-231-4/+17
* drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson2011-03-231-1/+1
* drm/i915: report correct render clock frequencies on SNBJesse Barnes2011-03-232-5/+5
* drm/i915/dp: Correct the order of deletion for ghost eDP devicesTakashi Iwai2011-03-231-2/+2
* drm/i915: Fix tiling corruption from pipelined fencingChris Wilson2011-03-231-27/+17
* drm/i915: Re-enable self-refreshYuanhan Liu2011-03-231-4/+1
* drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski2011-03-231-2/+4
* drm/i915: skip redundant operations whilst enabling pipes and planesChris Wilson2011-03-231-8/+16
* drm/i915: Remove surplus POSTING_READs before wait_for_vblankChris Wilson2011-03-231-8/+0
* Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie2011-03-162-0/+46
|\
| * drm/i915: Revive combination mode for backlight controlTakashi Iwai2011-03-102-0/+46
* | drm/i915: disable opregion lid detection for now.Dave Airlie2011-03-141-0/+6
* | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-1430-2016/+3005
|\ \
| * | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-079-40/+70
| |\|
| | * drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson2011-03-073-5/+21
| | * drm/i915: Disable GPU semaphores by defaultChris Wilson2011-03-073-2/+6
| | * drm/i915: Do not overflow the MMADDR write FIFOChris Wilson2011-03-066-19/+42
| | * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson2011-03-061-15/+1
| * | drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson2011-03-071-48/+44
| * | drm/i915/dp: Sanity check eDP existenceChris Wilson2011-03-071-5/+8
| * | drm/i915: Don't save/restore hardware status page address registerZhenyu Wang2011-03-022-7/+0
| * | drm/i915: don't store the reg value for HWS_PGAChris Wilson2011-03-022-7/+13
| * | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-013-2/+27
| |\|
| | * drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann2011-03-011-0/+11
| | * drm/i915: Fix unintended recursion in ironlake_disable_rc6Chris Wilson2011-02-241-1/+1
| | * drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter2011-02-241-1/+15