summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add references to some workaround we implementDamien Lespiau2013-05-101-0/+3
* drm/i915: Add platform information to implemented workaroundsDamien Lespiau2013-05-101-38/+39
* drm/i915: add intel_display_power_enabledPaulo Zanoni2013-05-101-4/+20
* drm/i915: go back to switch for VLV mem freq detection v2Jesse Barnes2013-05-101-1/+12
* drm/i915: Only print the info message about incresing stolen size for FBC onceChris Wilson2013-04-271-2/+0Star
* drm/i915: disable interrupts earlier in the driver unload codeDaniel Vetter2013-04-241-0/+3
* drm/i915: create spearate VLV disable_rps functionJesse Barnes2013-04-241-1/+23
* drm/i915: cancel RPS work before disabling RPSJesse Barnes2013-04-241-0/+1
* drm/i915: make sure GPU freq drops to minimum after entering RC6 v4Jesse Barnes2013-04-241-0/+22
* drm/i915: turbo & RC6 support for VLV v7Jesse Barnes2013-04-181-10/+189
* drm/i915: VLV GPU frequency to opcode functionsJesse Barnes2013-04-181-0/+56
* drm/i915: Print plane, pipe, port names as alphabetical insted of decimalVille Syrjälä2013-04-181-13/+13
* drm/i915: preserve the PBC bits of TRANS_CHICKEN2Paulo Zanoni2013-04-181-1/+6
* drm/i915: set CPT FDI RX polarity bits based on VBTPaulo Zanoni2013-04-181-2/+7
* drm/i915: remove comment about IVB link training from intel_pm.cPaulo Zanoni2013-04-181-1/+0Star
* drm/i915: Scale ring, rather than ia, frequency on HaswellChris Wilson2013-04-181-14/+29
* drm/i915: add intel_using_power_wellPaulo Zanoni2013-04-181-0/+16
* drm/i915: Don't default to overclock maxBen Widawsky2013-04-181-2/+1Star
* drm/i915: Better overclock supportBen Widawsky2013-04-181-2/+3
* drm/i915: Don't touch South Display when PCH_NOPBen Widawsky2013-04-081-1/+2
* Merge tag 'v3.9-rc5' into drm-intel-next-queuedDaniel Vetter2013-04-031-0/+3
|\
| * drm/i915: don't disable the power well yetPaulo Zanoni2013-03-241-0/+3
* | drm/i915: drop DPFLIPSTAT enables on VLV v3Jesse Barnes2013-04-021-13/+0Star
* | drm/i915: add Punit read/write routines for VLV v2Jesse Barnes2013-04-021-0/+53
* | drm/i915: HSW PM Frequency bits fixRodrigo Vivi2013-03-261-10/+21
* | drm/i915: Don't overclock on HaswellBen Widawsky2013-03-251-1/+1
* | drm/i915: Implement WaSwitchSolVfFArbitrationPriorityBen Widawsky2013-03-231-0/+3
* | drm/i915: Correct sandybrige overclockingBen Widawsky2013-03-231-2/+4
* | drm/i915: set conservative clock gating values on VLV v2Jesse Barnes2013-03-231-1/+10
* | drm/i915: fix WaDisablePSDDualDispatchEnable on VLV v2Jesse Barnes2013-03-231-1/+3
* | drm/i915: add media well to VLV force wake routines v2Jesse Barnes2013-03-231-3/+11
* | Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter2013-03-191-1/+1
|\|
| * drm/i915: Increase the RC6p threshold.Stéphane Marchesin2013-03-051-1/+1
* | drm/i915: add HAS_POWER_WELLPaulo Zanoni2013-03-171-2/+2
* | drm/i915: reduce power in the ilk rc6 enable error messageJani Nikula2013-03-131-1/+1
* | drm/i915: Single thread force wake isn't used on HSW anymoreVille Syrjälä2013-03-031-9/+2Star
* | drm/i915: Use '1' instead of FORCEWAKE_KERNEL for ST force wakeVille Syrjälä2013-03-031-1/+1
* | drm/i915: Use FORCEWAKE_KERNEL instead of hardcoded number in MT forcewake ACKVille Syrjälä2013-03-031-4/+4
|/
* drm/i915: remove bogus mutex_unlock from error-pathDaniel Vetter2013-02-201-1/+0Star
* drm/i915: detect wrong MCH watermark valuesDaniel Vetter2013-02-201-0/+17
* Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie2013-02-081-5/+12
|\
| * drm/i915: fix FORCEWAKE posting readsJani Nikula2013-01-171-5/+12
* | Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet...Dave Airlie2013-02-081-18/+44
|\ \
| * | drm/i915: don't run hsw power well code on !hswDaniel Vetter2013-01-311-0/+3
| * | drm/i915: kill cargo-culted locking from power well codeDaniel Vetter2013-01-311-4/+0Star
| * | drm/i915: Implement WaVSRefCountFullforceMissDisableBen Widawsky2013-01-281-0/+4
| * | drm/i915: turn on the power well before suspendingPaulo Zanoni2013-01-281-1/+1
| * | drm/i915: fix intel_init_power_wellsPaulo Zanoni2013-01-261-17/+40
* | | Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-01-201-9/+16
|\ \ \ | |/ / |/| / | |/
| * drm/i915: Treat crtc->mode.clock == 0 as disabledChris Wilson2013-01-071-9/+16