aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/bios: Avoid temporary allocation whilst searching for downclockChris Wilson2011-07-131-59/+83
* drm/i915: Cache GT fifo count for SandyBridgeChris Wilson2011-07-133-5/+12
* i915: Fix opregion notificationsMatthew Garrett2011-07-131-4/+11
* drm/i915: TVDAC_STATE_CHG does not indicate successful load-detectKeith Packard2011-07-131-20/+20
* drm/i915: Select correct pipe during TV detectKeith Packard2011-07-131-0/+6
* Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-123-5/+13
|\
| * drm/i915/ringbuffer: Idling requires waiting for the ring to be emptyChris Wilson2011-07-121-1/+1
| * Revert "drm/i915: enable rc6 by default"Keith Packard2011-07-121-1/+1
| * drm/i915: Clean up i915_driver_load failure pathKeith Packard2011-07-121-3/+11
* | drm/i915: Enable i915 frame buffer compression by defaultKeith Packard2011-07-081-1/+1
* | drm/i915: Share the common work of disabling active FBC before updatingChris Wilson2011-07-082-60/+64
* | drm/i915: Perform intel_enable_fbc() from a delayed taskChris Wilson2011-07-083-2/+90
* | drm/i915: Disable FBC across page-flippingChris Wilson2011-07-081-0/+2
* | drm/i915: Set persistent-mode for ILK/SNB framebuffer compressionChris Wilson2011-07-082-0/+3
* | drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writesChris Wilson2011-07-081-19/+14
* | drm/i915: Remove vestigial pitch from post-gen2 FBC control routinesChris Wilson2011-07-081-6/+2
* | drm/i915: Replace direct calls to vfunc.disable_fbc with intel_disable_fbc()Chris Wilson2011-07-081-8/+5
* | drm/i915: Only export the generic intel_disable_fbc() interfaceChris Wilson2011-07-084-34/+30
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-071-0/+1
|\ \ | |/
| * drm/i915: Enable GPU reset on Ivybridge.Kenneth Graunke2011-07-071-0/+1
* | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-076-32/+103
|\ \ | |/
| * drm/i915/dp: manage sink power state if possibleJesse Barnes2011-07-071-0/+35
| * drm/i915/dp: consolidate AUX retry codeJesse Barnes2011-07-071-21/+30
| * drm/i915/dp: remove DPMS mode tracking from DPJesse Barnes2011-07-071-5/+1
| * drm/i915/dp: try to read receiver capabilities 3 times when detectingJesse Barnes2011-07-071-5/+10
| * drm/i915/dp: read more receiver capability bits on hotplugJesse Barnes2011-07-071-0/+11
| * drm/i915/dp: use DP DPCD defines when looking at DPCD valuesJesse Barnes2011-07-071-8/+10
| * drm/i915/dp: retry link status read 3 times on failureJesse Barnes2011-07-071-7/+13
| * Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-07-023-4/+5
| |\
| | * Revert "drm/nvc0: recognise 0xdX chipsets as NV_C0"Ben Skeggs2011-07-021-2/+0
| | * drm/radeon/kms: fix typo in cayman reg offsetAlex Deucher2011-07-021-1/+1
| | * drm/radeon/kms: use correct reg on fusion when reading back mem configAlex Deucher2011-07-021-1/+4
| * | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-017-109/+94
| |\ \ | | |/ | |/|
| * | drm/radeon/kms: Fix chremap setup on RV770 CEAlex Deucher2011-07-011-0/+6
| * | drm/radeon/kms: increase rom size for atrm methodAlex Deucher2011-06-301-1/+1
* | | drm/i915: use pipe bpp in DP link bandwidth calculationJesse Barnes2011-07-071-5/+7
* | | drm/i915: check for supported depth at fb init timeJesse Barnes2011-07-071-0/+5
* | | drm: bpp and depth changes require full mode setsJesse Barnes2011-07-071-0/+5
* | | drm/i915: use pipe bpp when setting HDMI bpcJesse Barnes2011-07-071-0/+5
* | | drm/i915: use pipe bpp in DP link bandwidth calculationsJesse Barnes2011-07-071-3/+2
* | | drm/i915: split out plane update codeJesse Barnes2011-07-072-9/+100
* | | drm/i915: split out Ironlake pipe bpp picking codeJesse Barnes2011-07-072-42/+153
* | | drm/i915: set bpc for DP transcoderJesse Barnes2011-07-071-1/+2
* | | drm/i915: don't set transcoder bpc on CougarPointJesse Barnes2011-07-071-6/+9
* | | drm/i915: don't set SDVO color range on ILK+Jesse Barnes2011-07-071-1/+2
* | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-07-011-1/+1
|\ \ \ | | |/ | |/|
| * | drm/i915: apply HWSTAM writes to Ivy Bridge as wellJesse Barnes2011-07-011-1/+1
* | | Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard2011-06-295-94/+70
|\ \ \ | |/ /
| * | drm/i915: move IRQ function table init to i915_irq.cJesse Barnes2011-06-294-87/+60
| * | drm/i915/overlay: Fix unpinning along init error pathsChris Wilson2011-06-291-7/+10