summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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/radeon/kms: fix gart setup on fusion parts (v2)Alex Deucher2011-05-043-8/+17
* drm: Send pending vblank events before disabling vblank.Christopher James Halse Rogers2011-05-041-0/+23
* drm/radeon: fix regression on atom cards with hardcoded EDID record.Dave Airlie2011-05-041-2/+3
* drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie2011-04-274-8/+32
* drm/radeon/kms: add info query for tile pipesAlex Deucher2011-04-271-0/+13
* drm/radeon/kms: add missing safe regs for 6xx/7xxAlex Deucher2011-04-271-0/+1
* drm: select FRAMEBUFFER_CONSOLE_PRIMARY if we have FRAMEBUFFER_CONSOLEDave Airlie2011-04-271-0/+1
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-04-212-2/+2
|\
| * drm/radeon/kms: fix IH writeback on r6xx+ on big endian machinesCédric Cano2011-04-202-2/+2
* | 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
* | drm/radeon/kms: pll tweaks for r7xxAlex Deucher2011-04-201-5/+1Star
* | drm/nouveau: fix allocation of notifier objectMarcin Slusarz2011-04-201-1/+1
* | drm/nouveau: fix notifier memory corruption bugMarcin Slusarz2011-04-201-2/+2
* | drm/nouveau: fix pinning of notifier blockBen Skeggs2011-04-201-4/+7
* | drm/nouveau: populate ttm_alloced with false, when it's notBen Skeggs2011-04-201-0/+1
* | drm/nouveau: fix nv30 pcie boardsBen Skeggs2011-04-202-3/+3
* | drm/nouveau: split ramin_lock into two locks, one hardirq safeBen Skeggs2011-04-206-12/+22
* | drm/radeon/kms: adjust evergreen display watermark setupAlex Deucher2011-04-151-45/+44Star
* | drm/radeon/kms: add connectors even if i2c failsAlex Deucher2011-04-152-17/+18
* | drm/radeon/kms: fix bad shift in atom iio table parserAlex Deucher2011-04-151-3/+3
* | Revert "i915: restore only the mode of this driver on lastclose"Dave Airlie2011-04-133-18/+1Star
* | Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie2011-04-131-23/+3Star