summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: fix ilk rc6 teardown lockingBen Widawsky2011-05-101-3/+8
* drm/i915: Fold the DPLL limit defines into the structs that use them.Eric Anholt2011-05-101-469/+181Star
* drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt2011-05-101-35/+22Star
* drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt2011-05-101-83/+36Star
* drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().Eric Anholt2011-05-101-209/+150Star
* drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().Eric Anholt2011-05-101-6/+0Star
* drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.Eric Anholt2011-05-101-33/+24Star
* drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().Eric Anholt2011-05-101-258/+23Star
* drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.Eric Anholt2011-05-101-10/+6Star
* drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.Eric Anholt2011-05-102-7/+680
* drm/i915: Attach a fb to the load-detect pipeChris Wilson2011-05-102-17/+128
* drm/i915: Remove dead code from intel_release_load_detect_pipe()Chris Wilson2011-05-101-5/+3Star
* drm/i915: Remove dead code from intel_get_load_detect_pipe()Chris Wilson2011-05-101-18/+10Star
* drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtcChris Wilson2011-05-101-1/+1
* drm/i915: Remove unused supported_crtc from intel_load_detect_pipeChris Wilson2011-05-101-5/+2Star
* drm/i915: Don't store temporary load-detect variables in the generic encoderChris Wilson2011-05-104-23/+33
* drm/i915: Propagate failure to set mode for load-detect pipeChris Wilson2011-05-101-1/+5
* drm/i915: Simplify return value from intel_get_load_detect_pipeChris Wilson2011-05-104-25/+22Star
* drm/i915: Move the irq wait queue initialisation into the ring initChris Wilson2011-05-102-6/+1Star
* 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/+0Star
* 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/+1Star
| * 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/+0Star
* | drm/i915/crt: Remove 0xa0 probe for VGAChris Wilson2011-04-051-20/+0Star
* | 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/+2Star
|/
* 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/+55Star
* 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/+17Star
* drm/i915: Re-enable self-refreshYuanhan Liu2011-03-231-4/+1Star
* 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