summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Use new atomic iterator macros in wm codeMaarten Lankhorst2017-03-131-4/+4
* drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson2017-03-101-2/+3
* drm/i915: Add cxsr toggle tracepointVille Syrjälä2017-03-031-0/+2
* drm/i915: Add VLV/CHV watermark/FIFO programming tracepointsVille Syrjälä2017-03-031-0/+4
* drm/i915: Kill level 0 wm hack for VLV/CHVVille Syrjälä2017-03-031-4/+0
* drm/i915: Workaround VLV/CHV sprite1->sprite0 enable underrunVille Syrjälä2017-03-031-1/+23
* drm/i915: Sanitize VLV/CHV watermarks properlyVille Syrjälä2017-03-031-1/+49
* drm/i915: Nuke crtc->wm.cxsr_allowedVille Syrjälä2017-03-031-7/+7
* drm/i915: Compute proper intermediate wms for vlv/cvhVille Syrjälä2017-03-031-1/+58
* drm/i915: Skip useless watermark/FIFO related work on VLV/CHV when not neededVille Syrjälä2017-03-031-15/+56
* drm/i915: Compute vlv/chv wms the atomic wayVille Syrjälä2017-03-031-99/+203
* drm/i915: Compute VLV/CHV FIFO sizes based on the PM2 watermarksVille Syrjälä2017-03-031-60/+51
* drm/i915: Plop vlv/chv fifo sizes into crtc stateVille Syrjälä2017-03-031-11/+15
* drm/i915: Plop vlv wm state into crtc_stateVille Syrjälä2017-03-031-16/+16
* drm/i915: Move vlv wms from crtc->wm_state to crtc->wm.active.vlvVille Syrjälä2017-03-031-5/+5
* drm/i915: Track plane fifo sizes under intel_crtcVille Syrjälä2017-03-031-67/+48
* drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-4/+4
* drm/i915: Fix legacy cursor vs. watermarks for ILK-BDWVille Syrjälä2017-03-021-8/+12
* drm/i915/gen9: Increase PCODE request timeout to 50msImre Deak2017-03-011-5/+6
* drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala2017-02-271-0/+7
* drm/i915/glk: Implement WaDDIIOTimeoutAnder Conselvan de Oliveira2017-02-271-0/+10
* drm/i915: Remove unrequired POSTING_READ from gen6_set_rps()Chris Wilson2017-02-201-2/+0
* drm/i915: Store the requested frequency whilst RPS is disabledChris Wilson2017-02-201-0/+5
* drm/i915: Move the common RPS warnings to intel_set_rps()Chris Wilson2017-02-201-8/+4
* drm/i915/bxt: apply clock gating workaround to all revisionsJani Nikula2017-02-161-3/+2
* drm/i915: Only apply the jump to the "efficient RPS" frequency on startupChris Wilson2017-02-141-2/+9
* drm/i915: Enable fine-tuned RPS for cherryviewChris Wilson2017-02-141-2/+1
* drm/i915/chv: Set min freq to RPn on CHV.Deepak S2017-02-141-2/+12
* drm/i915: fix for WaDisableDopClockGating:bdwRobert Bragg2017-02-141-0/+8
* drm/i915: Move ilk_pipe_pixel_rate() to intel_display.cVille Syrjälä2017-02-081-33/+0
* drm/i915: Track full cdclk state for the logical and actual cdclk frequenciesVille Syrjälä2017-02-081-2/+2
* drm/i915: Store the pipe pixel rate in the crtc stateVille Syrjälä2017-02-081-7/+7
* drm/i915/glk: Turn on workarounds that apply to Geminilake tooAnder Conselvan de Oliveira2017-01-301-4/+19
* drm/i915: Report the failure to write to the punitChris Wilson2017-01-261-13/+32
* drm/i915: Remove early pre-production RPS workarounds for BXTChris Wilson2017-01-261-32/+3
* drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi2017-01-241-7/+6
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-30/+37
|\
| * drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-5/+5
| * drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-21/+21
| * drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm codeVille Syrjälä2016-12-151-8/+15
| * Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie2016-12-081-7/+7
| |\
| | * drm/i915: Make skl_write_{plane,cursor}_wm() staticVille Syrjälä2016-12-051-7/+7
* | | drm/i915: Update comment in vlv_set_rps_idle()Chris Wilson2017-01-031-2/+12
* | | drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä2016-12-221-2/+0
* | | drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-1/+1
* | | drm/i915/gen9: Fix PCODE polling during SAGV disablingImre Deak2016-12-081-25/+9
* | | drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak2016-12-081-0/+75
* | | drm/i915/skl+: change WM calc to fixed point 16.16Mahesh Kumar2016-12-071-29/+40
* | | drm/i915/kbl: IPC workaround for kabylakeMahesh Kumar2016-12-071-0/+4
* | | drm/i915/bxt: IPC WA for BroxtonMahesh Kumar2016-12-071-2/+11
OpenPOWER on IntegriCloud