summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pm.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter1-2/+4
2012-08-10drm/i915: enable rc6 on ilk againDaniel Vetter1-15/+10
2012-08-09drm/i915: fix up ilk drps/ips lockingDaniel Vetter1-36/+47
2012-08-09drm/i915: kill dev_priv->mchdev_lockDaniel Vetter1-1/+0
2012-08-09drm/i915: move all rps state into dev_priv->rpsDaniel Vetter1-23/+24
2012-08-09drm/i915: fixup up debugfs rps state handlingDaniel Vetter1-0/+2
2012-08-09drm/i915: properly guard ilk ips stateDaniel Vetter1-16/+36
2012-08-09drm/i915: fixup desired rps frequency computationDaniel Vetter1-6/+6
2012-07-27drm/i915: fix forcewake related hangs on snbDaniel Vetter1-2/+4
2012-07-26drm/i915: rip out sanitize_pm againDaniel Vetter1-34/+5
2012-07-26drm/i915: Only set the down rps limit when at the loweset frequencyDaniel Vetter1-18/+25
2012-07-25drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson1-1/+4
2012-07-20drm/i915: initialize power wells in modeset_init_hwEugeni Dodonov1-5/+0
2012-07-20drm/i915: Only request PM interrupts for the events we handledChris Wilson1-8/+1
2012-07-05drm/i915: prevent bogus intel_update_fbc notificationsEugeni Dodonov1-2/+0
2012-07-05drm/i915: fix up ilk rc6 disabling confusionDaniel Vetter1-7/+7
2012-07-05drm/i915: move force wake support into intel_pmEugeni Dodonov1-0/+191
2012-07-05drm/i915: enable RC6 workaround on HaswellEugeni Dodonov1-0/+10
2012-07-05drm/i915: introduce haswell_init_clock_gatingEugeni Dodonov1-1/+53
2012-07-05drm/i915: disable RC6 when disabling rpsEugeni Dodonov1-0/+1
2012-07-05drm/i915: enable RC6 by default on HaswellEugeni Dodonov1-2/+4
2012-07-05drm/i915: slightly improve gt enable/disable routinesEugeni Dodonov1-4/+2
2012-07-05drm/i915: add RPS configuration for HaswellEugeni Dodonov1-12/+25
2012-07-04drm/i915: Group the GT routines together in both code and vtableChris Wilson1-30/+0
2012-06-25drm/i915: make enable/disable_gt_powersave locking consistentDaniel Vetter1-19/+13
2012-06-25drm/i915: wrap up gt powersave enabling functionsDaniel Vetter1-7/+30
2012-06-21drm/i915: enable display messages to GT on ValleyViewJesse Barnes1-0/+13
2012-06-18drm/i915: add L3 bank clock gating disable on VLVJesse Barnes1-0/+2
2012-06-18drm/i915: add TDL unit clock gating disable for VLVJesse Barnes1-0/+1
2012-06-18drm/i915: load boot context at driver init timeJesse Barnes1-0/+9
2012-06-18drm/i915: disable RCBP and VDS unit clock gating on SNB and VLVJesse Barnes1-10/+44
2012-06-18drm/i915: set IDICOS to medium uncore resourcesBen Widawsky1-0/+6
2012-06-13drm/i915: Switch off FBC when disabling the primary plane when obscuredChris Wilson1-1/+3
2012-05-25drm/i915: tune down the noise of the RP irq limit failDaniel Vetter1-2/+3
2012-05-24drm/i915: always use RPNSWREQ for turbo change requestsJesse Barnes1-1/+1
2012-05-24drm/i915: Always update RPS interrupts thresholds along with frequencyChris Wilson1-17/+40
2012-05-20drm/i915: Introduce for_each_ring() macroChris Wilson1-2/+3
2012-05-20drm/i915: program WM_LINETIME on HaswellEugeni Dodonov1-0/+37
2012-05-20drm/i915: define Haswell watermarks and clock gatingEugeni Dodonov1-0/+11
2012-05-20drm/i915: enable power wells on Haswell initEugeni Dodonov1-0/+36
2012-05-20drm/i915: calculate watermarks for devices that have 3 pipesEugeni Dodonov1-2/+1
2012-05-03drm/i915: Periodically sanity check power managementChris Wilson1-0/+37
2012-05-03drm/i915: move pnv|ilk_gem_mem_freq to intel_pm.cDaniel Vetter1-0/+113
2012-05-03drm/i915: move the ips code to intel_pm.cDaniel Vetter1-0/+481
2012-05-03drm/i915: remove LP_RING&friends from modeset codeDaniel Vetter1-13/+14
2012-05-03drm/i915: use the new masked bit macro some moreDaniel Vetter1-2/+1
2012-05-03drm/i915: CR clock gating is recommend to be set on PineViewChris Wilson1-0/+3
2012-05-03drm/i915: implement Disable4x2SubspanOptimization w/a for ivb, tooDaniel Vetter1-0/+4
2012-05-03drm/i915: create macros to handle masked bitsDaniel Vetter1-3/+2
2012-05-03drm/i915: re-add static qualifier to get_cxsr_latencyDaniel Vetter1-1/+1