summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-12-301-18/+142
|\
| * drm/i915: Implement WaSetupGtModeTdRowDispatchDaniel Vetter2012-12-171-0/+5
| * drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabledDaniel Vetter2012-12-171-0/+4
| * drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computationsChris Wilson2012-12-171-7/+7
| * drm/i915: Clear self-refresh watermarks when disabledChris Wilson2012-12-171-6/+8
| * drm/i915: Double the cursor self-refresh latency on ValleyviewChris Wilson2012-12-171-1/+7
| * drm/i915: Fixup cursor latency used for IVB lp3 watermarksChris Wilson2012-12-171-5/+112
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-12-161-5/+17
|\ \ | |/
| * drm/i915: Fix shifted screen on top of LVDS on IVY laptopTakashi Iwai2012-12-111-0/+5
| * drm/i915: Clear the existing watermarks for g4x when modifying the cursor srChris Wilson2012-12-041-4/+5
| * drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-291-1/+7
* | Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-9/+3
|\ \ | |/ |/|
| * Revert "drm/i915: enable rc6 on ilk again"Chris Wilson2012-11-251-9/+3
* | drm/i915: implement WaMbcDriverBootEnable on HaswellPaulo Zanoni2012-11-211-0/+7
* | drm/i915: make DP work on LPT-LP machinesPaulo Zanoni2012-11-211-0/+15
* | drm/i915: Optimize DIV_ROUND_CLOSEST callJean Delvare2012-11-211-1/+2
* | drm/i915: Always calculate 8xx WM values based on a 32-bpp framebufferChris Wilson2012-11-111-6/+11
* | drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes2012-11-111-7/+9
* | drm/i915: put ring frequency and turbo setup into a work queue v5Jesse Barnes2012-11-111-2/+27
* | drm/i915: move pwrctx/renderctx to the other ilk power stateDaniel Vetter2012-11-111-16/+16
* | drm/i915: implement WaDisablePSDDualDispatchEnable on IVB & VLVJesse Barnes2012-11-111-0/+11
* | drm/i915: implement WaDisableVLVClockGating_VBIIssue on VLVJesse Barnes2012-11-111-0/+7
* | drm/i915: implement WaForceL3Serialization on VLV and IVBJesse Barnes2012-11-111-0/+4
* | drm/i915: implement WaDisableDopClockGatingisable on VLV and IVBJesse Barnes2012-11-111-1/+12
* | drm/i915: implement WaDisableL3CacheAging on VLVJesse Barnes2012-11-111-1/+1
* | drm/i915: kill pch_init_clock_gating indirectionDaniel Vetter2012-11-111-40/+38
* | drm/i915: implement WADP0ClockGatingDisableDaniel Vetter2012-11-111-0/+6
* | drm/i915: CPT+ pch transcoder workaroundDaniel Vetter2012-11-111-4/+0
* | drm/i915: Fix HSW power well control state readZhenyu Wang2012-11-111-1/+1
* | drm/i915: implement WaDisableRenderCachePipelinedFlushDaniel Vetter2012-11-111-0/+8
* | Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter2012-10-221-6/+43
|\ \ | |/
| * drm/i915: Set guardband clipping workaround bit in the right register.Kenneth Graunke2012-10-121-2/+2
| * drm/i915: Fix GT_MODE default valueBen Widawsky2012-10-041-0/+5
| * drm/i915: Wrap external callers to IPS state with appropriate locksChris Wilson2012-09-261-4/+36
* | drm/i915: Don't program DSPCLK_GATE_D twice on IVB and VLVDamien Lespiau2012-10-201-6/+0
* | drm/i915: Program DSPCLK_GATE_D only once on IronlakeDamien Lespiau2012-10-201-15/+6
* | drm/i915: Consolidate ILK_DSPCLK_GATE and PCH_DSPCLK_GATEDamien Lespiau2012-10-191-26/+26
* | drm/i915: unconditionally use mt forcewake on hsw/ivbDaniel Vetter2012-10-191-27/+4
* | drm/i915: Clear FORCEWAKE when taking over from BIOSChris Wilson2012-10-181-0/+32
* | drm/i915: Document the multi-threaded FORCEWAKE bitsChris Wilson2012-10-171-5/+5
* | drm/i915: Workaround to bump rc6 voltage to 450Ben Widawsky2012-10-161-1/+15
* | drm/i915: Extract PCU communicationBen Widawsky2012-10-161-35/+61
* | drm/i915: don't implement WaDisableEarlyCull for HaswellPaulo Zanoni2012-10-101-4/+0
* | drm/i915: Remove the WaDisableBackToBackFlipFix w/a for HaswellDamien Lespiau2012-10-081-4/+0
* | drm/i915: Document that we are implementing WaDisableBackToBackFlipFixDamien Lespiau2012-10-081-0/+2
* | drm/i915: Remove the disabling of VHR unit clock gating for HSWDamien Lespiau2012-10-071-5/+0
* | drm/i915: implement WaDisableEarlyCull for VLV and IVBJesse Barnes2012-10-041-0/+12
* | drm/i915: implement WaForceL3Serialization on VLV and IVBJesse Barnes2012-10-041-0/+8
|/
* Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-241-0/+3
|\
| * drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter2012-09-101-0/+3
OpenPOWER on IntegriCloud