summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Track pfit enable state separately from sizeChris Wilson2013-09-081-3/+3
* drm/i915: enable trickle feed on HaswellPaulo Zanoni2013-09-031-2/+0
* drm/i915: Don't mask EI UP interrupt on IVB|SNBMika Kuoppala2013-09-031-1/+11
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-021-0/+18
|\
| * drm/i915: update last_vblank when disabling the power wellPaulo Zanoni2013-08-071-0/+18
| * drm/i915: fix missed hunk after GT access breakageBen Widawsky2013-07-311-0/+6
| * drm/i915: initialize gt_lock early with other spin locksJani Nikula2013-07-251-2/+0
* | drm/i915: allow package C8+ states on Haswell (disabled)Paulo Zanoni2013-08-231-1/+12
* | drm/i915: drop WaMbcDriverBootEnable workaroundJesse Barnes2013-08-231-17/+0
* | drm/i915: wrap GEN6_PMIMR changesPaulo Zanoni2013-08-231-1/+1
* | drm/i915: Only unmask required PM interruptsVinit Azad2013-08-221-2/+2
* | drm/i915: clarify Haswell power well bit namesPaulo Zanoni2013-08-221-6/+7
* | drm/i915: tune the RC6 threshold for stabilityStéphane Marchesin2013-08-221-1/+4
* | drm/i915: Fix FB WM for HSWVille Syrjälä2013-08-091-1/+2
* | drm/i915: fix a limit check in hsw_compute_wm_results()Dan Carpenter2013-08-091-1/+1
* | drm/i915: Pass plane and crtc to intel_update_sprite_watermarksVille Syrjälä2013-08-081-18/+16
* | drm/i915: Split plane watermark parameters into a separate structVille Syrjälä2013-08-081-30/+27
* | drm/i915: Pull some watermarks state into a separate structureVille Syrjälä2013-08-081-23/+25
* | drm/i915: Calculate max watermark levels for ILK+Ville Syrjälä2013-08-081-12/+107
* | drm/i915: Rename hsw_lp_wm_result to intel_wm_levelVille Syrjälä2013-08-081-14/+6
* | drm/i915: Pull watermark level validity check outVille Syrjälä2013-08-081-7/+44
* | drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioningVille Syrjälä2013-08-081-11/+6
* | drm/i915: Kill fbc_enable from hsw_lp_wm_resultsVille Syrjälä2013-08-081-10/+2
* | drm/i915: Split watermark level computation from the codeVille Syrjälä2013-08-081-17/+34
* | drm/i915: Use 'enabled' instead of 'enable' consistently in sprite WM codeVille Syrjälä2013-08-081-4/+4
* | drm/i915: Add comments about units of latency valuesVille Syrjälä2013-08-051-3/+14
* | drm/i915: Use the watermark latency values from dev_priv for ILK/SNB/IVB tooVille Syrjälä2013-08-051-30/+27
* | drm/i915: Disable specific watermark levels when latency is zeroVille Syrjälä2013-08-051-0/+6
* | drm/i915: Print the watermark latencies during initVille Syrjälä2013-08-051-0/+37
* | drm/i915: Use the stored cursor and plane latencies properlyVille Syrjälä2013-08-051-15/+21
* | drm/i915: Store the watermark latency values in dev_privVille Syrjälä2013-08-051-9/+53
* | drm/i915: Add ILK support to intel_read_wm_latencyVille Syrjälä2013-08-051-0/+7
* | drm/i915: Add VM to pinBen Widawsky2013-08-051-1/+1
* | drm/i915: Add SNB/IVB support to intel_read_wm_latencyVille Syrjälä2013-08-051-0/+7
* | drm/i915: Don't multiply the watermark latency values too earlyVille Syrjälä2013-08-051-5/+5
* | drm/i915: Split out reading of HSW watermark latency valuesVille Syrjälä2013-08-051-14/+20
* | drm/i915: Change the watermark latency type to uint16_tVille Syrjälä2013-08-051-3/+3
* | drm/i915: Don't pass "mem_value" to ilk_compute_fbc_wmVille Syrjälä2013-08-051-3/+2
* | drm/i915: Rename most wm compute functions to ilk_ prefixVille Syrjälä2013-08-051-20/+20
* | drm/i915: Rename hsw_wm_get_pixel_rate to ilk_pipe_pixel_rateVille Syrjälä2013-08-051-3/+3
* | drm/i915: Pass the actual sprite width to watermarks functionsVille Syrjälä2013-08-051-1/+1
* | drm/i915: Add scaled paramater to update_sprite_watermarks()Ville Syrjälä2013-08-051-6/+7
* | drm/i915: Squelch repeated reasoning for why FBC cannot be activatedChris Wilson2013-08-041-22/+37
* | drm/i915: Colocate all GT access routines in the same fileChris Wilson2013-07-251-250/+8
* | Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter2013-07-251-6/+35
|\ \ | |/
| * drm/i915: fix up gt init sequence falloutDaniel Vetter2013-07-211-2/+3
| * drm/i915: fix long-standing SNB regression in power consumption after resume v2Konstantin Khlebnikov2013-07-171-2/+3
| * Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"Guenter Roeck2013-07-101-1/+30
* | drm/i915: Don't try to calculate RC6 residency on GEN4 and beforeDamien Lespiau2013-07-161-0/+4
* | drm/i915: We implement WaFbcDisableDpfcClockGating on ilkDamien Lespiau2013-07-161-1/+4
OpenPOWER on IntegriCloud