summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_pm.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-10drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson1-2/+3
2017-03-03drm/i915: Add cxsr toggle tracepointVille Syrjälä1-0/+2
2017-03-03drm/i915: Add VLV/CHV watermark/FIFO programming tracepointsVille Syrjälä1-0/+4
2017-03-03drm/i915: Kill level 0 wm hack for VLV/CHVVille Syrjälä1-4/+0
2017-03-03drm/i915: Workaround VLV/CHV sprite1->sprite0 enable underrunVille Syrjälä1-1/+23
2017-03-03drm/i915: Sanitize VLV/CHV watermarks properlyVille Syrjälä1-1/+49
2017-03-03drm/i915: Nuke crtc->wm.cxsr_allowedVille Syrjälä1-7/+7
2017-03-03drm/i915: Compute proper intermediate wms for vlv/cvhVille Syrjälä1-1/+58
2017-03-03drm/i915: Skip useless watermark/FIFO related work on VLV/CHV when not neededVille Syrjälä1-15/+56
2017-03-03drm/i915: Compute vlv/chv wms the atomic wayVille Syrjälä1-99/+203
2017-03-03drm/i915: Compute VLV/CHV FIFO sizes based on the PM2 watermarksVille Syrjälä1-60/+51
2017-03-03drm/i915: Plop vlv/chv fifo sizes into crtc stateVille Syrjälä1-11/+15
2017-03-03drm/i915: Plop vlv wm state into crtc_stateVille Syrjälä1-16/+16
2017-03-03drm/i915: Move vlv wms from crtc->wm_state to crtc->wm.active.vlvVille Syrjälä1-5/+5
2017-03-03drm/i915: Track plane fifo sizes under intel_crtcVille Syrjälä1-67/+48
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson1-4/+4
2017-03-02drm/i915: Fix legacy cursor vs. watermarks for ILK-BDWVille Syrjälä1-8/+12
2017-03-01drm/i915/gen9: Increase PCODE request timeout to 50msImre Deak1-5/+6
2017-02-27drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala1-0/+7
2017-02-27drm/i915/glk: Implement WaDDIIOTimeoutAnder Conselvan de Oliveira1-0/+10
2017-02-20drm/i915: Remove unrequired POSTING_READ from gen6_set_rps()Chris Wilson1-2/+0
2017-02-20drm/i915: Store the requested frequency whilst RPS is disabledChris Wilson1-0/+5
2017-02-20drm/i915: Move the common RPS warnings to intel_set_rps()Chris Wilson1-8/+4
2017-02-16drm/i915/bxt: apply clock gating workaround to all revisionsJani Nikula1-3/+2
2017-02-15drm/i915: Only apply the jump to the "efficient RPS" frequency on startupChris Wilson1-2/+9
2017-02-15drm/i915: Enable fine-tuned RPS for cherryviewChris Wilson1-2/+1
2017-02-15drm/i915/chv: Set min freq to RPn on CHV.Deepak S1-2/+12
2017-02-14drm/i915: fix for WaDisableDopClockGating:bdwRobert Bragg1-0/+8
2017-02-08drm/i915: Move ilk_pipe_pixel_rate() to intel_display.cVille Syrjälä1-33/+0
2017-02-08drm/i915: Track full cdclk state for the logical and actual cdclk frequenciesVille Syrjälä1-2/+2
2017-02-08drm/i915: Store the pipe pixel rate in the crtc stateVille Syrjälä1-7/+7
2017-01-30drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira1-4/+19
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson1-13/+32
2017-01-26drm/i915: Remove early pre-production RPS workarounds for BXTChris Wilson1-32/+3
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi1-7/+6
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter1-30/+37
2017-01-03drm/i915: Update comment in vlv_set_rps_idle()Chris Wilson1-2/+12
2016-12-22drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä1-2/+0
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson1-1/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-5/+5
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-21/+21
2016-12-15drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm codeVille Syrjälä1-8/+15
2016-12-08drm/i915/gen9: Fix PCODE polling during SAGV disablingImre Deak1-25/+9
2016-12-08drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak1-0/+75
2016-12-08Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie1-7/+7
2016-12-07drm/i915/skl+: change WM calc to fixed point 16.16Mahesh Kumar1-29/+40
2016-12-07drm/i915/kbl: IPC workaround for kabylakeMahesh Kumar1-0/+4
2016-12-07drm/i915/bxt: IPC WA for BroxtonMahesh Kumar1-2/+11
2016-12-07drm/i915/skl: Add variables to check x_tile and y_tileMahesh Kumar1-10/+12
2016-12-07drm/i915: Protect DSPARB registers with a spinlockVille Syrjälä1-0/+6