summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pm.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-31drm/i915: make PM interrupt writes non-destructiveBen Widawsky1-6/+7
2013-05-31drm/i915: Add PM regs to pre/post installBen Widawsky1-1/+3
2013-05-31drm/i915: add support for 5/6 data buffer partitioning on HaswellPaulo Zanoni1-11/+53
2013-05-31drm/i915: properly set HSW WM_LP watermarksPaulo Zanoni1-18/+161
2013-05-31drm/i915: properly set HSW WM_PIPE registersPaulo Zanoni1-18/+324
2013-05-31drm/i915: add haswell_update_sprite_wmPaulo Zanoni1-1/+22
2013-05-31drm/i915: add "enable" argument to intel_update_sprite_watermarksPaulo Zanoni1-3/+8
2013-05-24drm/i915: change VLV IOSF sideband accessors to not return error codeJani Nikula1-11/+7
2013-05-24drm/i915: rename VLV IOSF sideband functions logicallyJani Nikula1-8/+8
2013-05-24drm/i915: group sideband register accessors to a new fileJani Nikula1-60/+0
2013-05-23drm/i915: set FORCE_ARB_IDLE_PLANES workaroundPaulo Zanoni1-8/+3
2013-05-21drm/i915: MCH_SSKPD is a 64 bit register on HaswellPaulo Zanoni1-1/+1
2013-05-21drm/i915: set the IPS linetime watermarkPaulo Zanoni1-15/+7
2013-05-21drm/i915: fix haswell linetime watermarks calculationPaulo Zanoni1-1/+1
2013-05-21drm/i915: use the mode->htotal to calculate linetime watermarksPaulo Zanoni1-1/+1
2013-05-21drm/i915: remove intel_update_linetime_watermarksPaulo Zanoni1-13/+30
2013-05-21Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter1-23/+23
2013-05-10drm/i915: implement WADPOClockGatingDisable for LPTPaulo Zanoni1-0/+5
2013-05-10drm/i915: Add missing platform tags to FBC workaround commentsDamien Lespiau1-6/+6
2013-05-10drm/i915: HSW FBC WaFbcDisableDpfcClockGatingRodrigo Vivi1-0/+10
2013-05-10drm/i915: HSW FBC WaFbcAsynchFlipDisableFbcQueueRodrigo Vivi1-0/+4
2013-05-10drm/i915: Enable FBC at Haswell.Rodrigo Vivi1-9/+12
2013-05-10drm/i915: IVB FBC WaFbcDisableDpfcClockGatingRodrigo Vivi1-0/+11
2013-05-10drm/i915: IVB FBC WaFbcAsynchFlipDisableFbcQueueRodrigo Vivi1-0/+2
2013-05-10drm/i915: Add support for FBC on Ivybridge.Rodrigo Vivi1-2/+31
2013-05-10drm/i915: Organize VBT stuff inside drm_i915_privateRodrigo Vivi1-1/+1
2013-05-10drm/i915: allow stolen, pre-allocated objects to avoid GTT allocation v2Jesse Barnes1-1/+1
2013-05-10drm/i915: BIOS and power context stolen mem handling for VLV v7Jesse Barnes1-0/+49
2013-05-10drm/i915: Re-enable FBC WM if the watermark is good on gen6+Ville Syrjälä1-0/+4
2013-05-10drm/i915: HSW: allow PCH clock gating for suspendImre Deak1-0/+18
2013-05-10drm/i915: Add references to some workaround we implementDamien Lespiau1-0/+3
2013-05-10drm/i915: Add platform information to implemented workaroundsDamien Lespiau1-38/+39
2013-05-10drm/i915: add intel_display_power_enabledPaulo Zanoni1-4/+20
2013-05-10drm/i915: go back to switch for VLV mem freq detection v2Jesse Barnes1-1/+12
2013-05-01drm/i915: Fix pipe enabled mask for pipe C in WM calculationsVille Syrjälä1-22/+22
2013-04-27drm/i915: Only print the info message about incresing stolen size for FBC onceChris Wilson1-2/+0
2013-04-24drm/i915: disable interrupts earlier in the driver unload codeDaniel Vetter1-0/+3
2013-04-24drm/i915: create spearate VLV disable_rps functionJesse Barnes1-1/+23
2013-04-24drm/i915: cancel RPS work before disabling RPSJesse Barnes1-0/+1
2013-04-24drm/i915: make sure GPU freq drops to minimum after entering RC6 v4Jesse Barnes1-0/+22
2013-04-24Revert "drm/i915: Don't overclock on Haswell"Ben Widawsky1-1/+1
2013-04-18drm/i915: turbo & RC6 support for VLV v7Jesse Barnes1-10/+189
2013-04-18drm/i915: VLV GPU frequency to opcode functionsJesse Barnes1-0/+56
2013-04-18drm/i915: Print plane, pipe, port names as alphabetical insted of decimalVille Syrjälä1-13/+13
2013-04-18drm/i915: preserve the PBC bits of TRANS_CHICKEN2Paulo Zanoni1-1/+6
2013-04-18drm/i915: set CPT FDI RX polarity bits based on VBTPaulo Zanoni1-2/+7
2013-04-18drm/i915: remove comment about IVB link training from intel_pm.cPaulo Zanoni1-1/+0
2013-04-18drm/i915: Scale ring, rather than ia, frequency on HaswellChris Wilson1-14/+29
2013-04-18drm/i915: add intel_using_power_wellPaulo Zanoni1-0/+16
2013-04-18drm/i915: Don't default to overclock maxBen Widawsky1-2/+1