aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-19drm/i915/dp: Add 'force_audio' propertyChris Wilson1-5/+69
2010-10-19drm/i915: Enable HDMI audio for monitor with audio supportZhenyu Wang1-4/+8
2010-10-19drm/i915: Enable DisplayPort audioZhenyu Wang1-21/+41
2010-10-19drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang1-14/+78
2010-10-19drm/i915: Initialize panel timing registers if VBIOS did notBryan Freed3-4/+25
2010-10-19drm/i915: Sleep whilst waiting for the ringChris Wilson1-1/+1
2010-10-19drm/i915: Fix GPIO pin to register mappingZhenyu Wang1-0/+1
2010-10-19drm/i915: restore fixed FDI link rate on SandybridgeChris Wilson1-2/+5
2010-10-19drm/i915/dp: down the DP link even if the reg indicates it's already downJesse Barnes1-10/+6
2010-10-19drm/i915: Fix oops on HWS unloadDaniel Vetter1-3/+3
2010-10-19drm/i915: Remove duplicate set of ADPA definitionsChris Wilson1-7/+1
2010-10-19Revert "drm/i915: Prevent module unload to avoid random memory corruption"Chris Wilson1-3/+0
2010-10-19Merge remote branch 'airlied/drm-core-next' into tmpChris Wilson29-133/+246
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel7-12/+15
2010-10-19kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel1-0/+26
2010-10-19Revert "radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exit"Jason Wessel3-40/+0
2010-10-19drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare1-7/+2
2010-10-19Revert "drm/radeon/kms: remove some pll algo flags"Dave Airlie4-7/+52
2010-10-19drm/ttm: add unlocked variant of new manager put node.Dave Airlie2-3/+20
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie19-60/+127
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-18drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher1-16/+12
2010-10-15llseek: automatically add .llseek fopArnd Bergmann5-1/+6
2010-10-12drm/radeon/kms: Silent spurious error messageJean Delvare1-4/+1
2010-10-12drm/radeon/kms: fix bad cast/shift in evergreen.cAlex Deucher1-1/+1
2010-10-12drm/radeon/kms: make TV/DFP table info less verboseAlex Deucher2-22/+22
2010-10-12drm/radeon/kms: leave certain CP int bits enabledAlex Deucher2-2/+2
2010-10-12drm/radeon/kms: avoid corner case issue with unmappable vram V2Jerome Glisse9-1/+14
2010-10-08drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson1-0/+3
2010-10-08drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu2-5/+20
2010-10-08drm/i915/crt: Make sure the hotplug interrupt is enabledYuanhan Liu1-1/+2
2010-10-08drm/i915: diasable clock gating for the panel power sequencerJesse Barnes2-0/+10
2010-10-08drm/i915/dp: make eDP PLL functions work as advertisedJesse Barnes1-2/+4
2010-10-08drm/i915/dp: don't bother with DP PLL for PCH attached eDPJesse Barnes1-1/+1
2010-10-08drm/i915/dp: use VBT provided eDP params if availableJesse Barnes1-57/+89
2010-10-08drm/i915/dp: cache eDP DPCD dataJesse Barnes2-0/+21
2010-10-08drm/i915: don't program FDI RX/TX in mode_setJesse Barnes1-21/+0
2010-10-08drm/i915: fix ironlake CRTC enable/disableJesse Barnes1-4/+4
2010-10-08drm/i915: use DPLL_DVO_HIGH_SPEED for PCH eDPJesse Barnes1-1/+1
2010-10-08drm/i915: use 120MHz refclk in PCH eDP case tooJesse Barnes1-1/+2
2010-10-08drm/i915: fix PCH eDP SSC supportJesse Barnes1-3/+15
2010-10-08drm/i915: add Ironlake clock gating workaround for FDI link trainingJesse Barnes2-0/+9
2010-10-08drm/i915: fetch eDP configuration data from the VBTJesse Barnes2-20/+58
2010-10-08drm/i915: add _DSM supportJesse Barnes5-0/+302
2010-10-08drm/i915/dp: eDP power sequencing fixesJesse Barnes2-45/+35
2010-10-08drm/i915: fix CPU vs PCH eDP confusionJesse Barnes1-35/+32
2010-10-08drm/i915: remove broken intel_pch_has_edp functionJesse Barnes3-23/+2
2010-10-08drm/i915: add eDP checking functions for the display codeJesse Barnes2-0/+20
2010-10-08drm/i915/dp: correct eDP lane count and bppJesse Barnes1-2/+4
2010-10-08drm/i915/dp: remove redundant is_pch_edp checksJesse Barnes1-20/+16