summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard2011-06-211-2/+1
* drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0Chris Wilson2011-06-041-68/+20
* drm/i915: fix regression after clock gating init splitJason Stubbs2011-06-041-0/+1
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-241-959/+1344
|\
| * Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-05-201-4/+9
| |\
| | * drm/i915: FDI link training broken on Ironlake by Ivybridge integrationKeith Packard2011-05-171-4/+4
| | * drm/i915: add fbc enable flag, but disable by defaultJesse Barnes2011-05-171-0/+5
| * | Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie2011-05-161-957/+1337
| |\ \ | | |/
| | * drm/i915: split PCH clock gating initJesse Barnes2011-05-131-22/+41
| | * drm/i915: add Ivybridge clock gating init functionJesse Barnes2011-05-131-1/+28
| | * drm/i915: split clock gating init into per-chipset functionsJesse Barnes2011-05-131-144/+193
| | * drm/i915: page flip support for Ivy BridgeJesse Barnes2011-05-131-0/+1
| | * drm/i915: treat Ivy Bridge watermarks like Sandy BridgeJesse Barnes2011-05-131-1/+8
| | * drm/i915: manual FDI training for Ivy BridgeJesse Barnes2011-05-131-4/+126
| | * drm/i915: make FDI training a display functionJesse Barnes2011-05-131-4/+3
| | * drm/i915: move gen6 rps handling to workqueueBen Widawsky2011-05-101-0/+8
| | * drm/i915: forcewake struct mutex locking fixesBen Widawsky2011-05-101-0/+9
| | * drm/i915: reference counted forcewakeBen Widawsky2011-05-101-4/+4
| | * drm/i915: Disable all outputs early, before KMS takeoverChris Wilson2011-05-101-6/+11
| | * drm/i915: use i915_enable_rc6 on SNB tooJesse Barnes2011-05-101-3/+6
| | * drm/i915: fix rc6 initialization on IronlakeBen Widawsky2011-05-101-0/+13
| | * 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/+181
| | * drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt2011-05-101-35/+22
| | * drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt2011-05-101-83/+36
| | * drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().Eric Anholt2011-05-101-209/+150
| | * drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().Eric Anholt2011-05-101-6/+0
| | * drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.Eric Anholt2011-05-101-33/+24
| | * drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().Eric Anholt2011-05-101-258/+23
| | * drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.Eric Anholt2011-05-101-10/+6
| | * drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.Eric Anholt2011-05-101-7/+674
| | * drm/i915: Attach a fb to the load-detect pipeChris Wilson2011-05-101-17/+127
| | * drm/i915: Remove dead code from intel_release_load_detect_pipe()Chris Wilson2011-05-101-5/+3
| | * drm/i915: Remove dead code from intel_get_load_detect_pipe()Chris Wilson2011-05-101-18/+10
| | * 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/+2
| | * drm/i915: Don't store temporary load-detect variables in the generic encoderChris Wilson2011-05-101-11/+15
| | * 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-101-7/+9
| * | drm: Verify debug message argumentsJoe Perches2011-04-281-4/+4
* | | Revert "drm/i915: Only enable the plane after setting the fb base (pre-ILK)"Linus Torvalds2011-05-121-0/+2
| |/ |/|
* | 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: Release object along create user fb error pathChris Wilson2011-05-041-1/+3
|/
* 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: report correct render clock frequencies on SNBJesse Barnes2011-03-231-1/+1
* drm/i915: Re-enable self-refreshYuanhan Liu2011-03-231-4/+1
* 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
OpenPOWER on IntegriCloud