Age | Commit message (Expand) | Author | Files | Lines |
2017-06-13 | drm/i915: Fix SKL+ watermarks for 90/270 rotation | Ville Syrjälä | 1 | -12/+24 |
2017-06-07 | drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2. | Maarten Lankhorst | 1 | -0/+9 |
2017-03-29 | drm/i915: Move WARN_ON/MISSING_CASE macros to i915_utils.h | Michal Wajdeczko | 1 | -1/+1 |
2017-03-27 | drm/i915: Limit number of reads to stabilize rc6 counter reads | Chris Wilson | 1 | -1/+2 |
2017-03-22 | drm/i915: Fix SKL cursor watermarks | Ville Syrjälä | 1 | -13/+31 |
2017-03-22 | drm/i915: Extract intel_wm_plane_visible() | Ville Syrjälä | 1 | -12/+27 |
2017-03-17 | drm/i915: Squelch WARN for VLV_COUNTER_CONTROL | Chris Wilson | 1 | -6/+13 |
2017-03-17 | drm/i915: Remove superfluous i915_add_request_no_flush() helper | Chris Wilson | 1 | -1/+1 |
2017-03-16 | drm/i915: Use coarse grained residency counter with byt | Mika Kuoppala | 1 | -6/+3 |
2017-03-16 | drm/i915: Extend vlv/chv residency resolution | Mika Kuoppala | 1 | -9/+51 |
2017-03-16 | drm/i915: Return residency as microseconds | Mika Kuoppala | 1 | -6/+6 |
2017-03-16 | drm/i915: Move residency calculation into intel_pm.c | Mika Kuoppala | 1 | -0/+31 |
2017-03-13 | drm/i915: Optimize VLV/CHV display FIFO updates | Ville Syrjälä | 1 | -15/+24 |
2017-03-13 | drm/i915: Use new atomic iterator macros in wm code | Maarten Lankhorst | 1 | -4/+4 |
2017-03-10 | drm/i915: Stop using RP_DOWN_EI on Baytrail | Chris Wilson | 1 | -2/+3 |
2017-03-03 | drm/i915: Add cxsr toggle tracepoint | Ville Syrjälä | 1 | -0/+2 |
2017-03-03 | drm/i915: Add VLV/CHV watermark/FIFO programming tracepoints | Ville Syrjälä | 1 | -0/+4 |
2017-03-03 | drm/i915: Kill level 0 wm hack for VLV/CHV | Ville Syrjälä | 1 | -4/+0 |
2017-03-03 | drm/i915: Workaround VLV/CHV sprite1->sprite0 enable underrun | Ville Syrjälä | 1 | -1/+23 |
2017-03-03 | drm/i915: Sanitize VLV/CHV watermarks properly | Ville Syrjälä | 1 | -1/+49 |
2017-03-03 | drm/i915: Nuke crtc->wm.cxsr_allowed | Ville Syrjälä | 1 | -7/+7 |
2017-03-03 | drm/i915: Compute proper intermediate wms for vlv/cvh | Ville Syrjälä | 1 | -1/+58 |
2017-03-03 | drm/i915: Skip useless watermark/FIFO related work on VLV/CHV when not needed | Ville Syrjälä | 1 | -15/+56 |
2017-03-03 | drm/i915: Compute vlv/chv wms the atomic way | Ville Syrjälä | 1 | -99/+203 |
2017-03-03 | drm/i915: Compute VLV/CHV FIFO sizes based on the PM2 watermarks | Ville Syrjälä | 1 | -60/+51 |
2017-03-03 | drm/i915: Plop vlv/chv fifo sizes into crtc state | Ville Syrjälä | 1 | -11/+15 |
2017-03-03 | drm/i915: Plop vlv wm state into crtc_state | Ville Syrjälä | 1 | -16/+16 |
2017-03-03 | drm/i915: Move vlv wms from crtc->wm_state to crtc->wm.active.vlv | Ville Syrjälä | 1 | -5/+5 |
2017-03-03 | drm/i915: Track plane fifo sizes under intel_crtc | Ville Syrjälä | 1 | -67/+48 |
2017-03-02 | drm/i915: s/assert_spin_locked/lockdep_assert_held/ | Chris Wilson | 1 | -4/+4 |
2017-03-02 | drm/i915: Fix legacy cursor vs. watermarks for ILK-BDW | Ville Syrjälä | 1 | -8/+12 |
2017-03-01 | drm/i915/gen9: Increase PCODE request timeout to 50ms | Imre Deak | 1 | -5/+6 |
2017-02-27 | drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3 | Mika Kuoppala | 1 | -0/+7 |
2017-02-27 | drm/i915/glk: Implement WaDDIIOTimeout | Ander Conselvan de Oliveira | 1 | -0/+10 |
2017-02-20 | drm/i915: Remove unrequired POSTING_READ from gen6_set_rps() | Chris Wilson | 1 | -2/+0 |
2017-02-20 | drm/i915: Store the requested frequency whilst RPS is disabled | Chris Wilson | 1 | -0/+5 |
2017-02-20 | drm/i915: Move the common RPS warnings to intel_set_rps() | Chris Wilson | 1 | -8/+4 |
2017-02-16 | drm/i915/bxt: apply clock gating workaround to all revisions | Jani Nikula | 1 | -3/+2 |
2017-02-15 | drm/i915: Only apply the jump to the "efficient RPS" frequency on startup | Chris Wilson | 1 | -2/+9 |
2017-02-15 | drm/i915: Enable fine-tuned RPS for cherryview | Chris Wilson | 1 | -2/+1 |
2017-02-15 | drm/i915/chv: Set min freq to RPn on CHV. | Deepak S | 1 | -2/+12 |
2017-02-14 | drm/i915: fix for WaDisableDopClockGating:bdw | Robert Bragg | 1 | -0/+8 |
2017-02-08 | drm/i915: Move ilk_pipe_pixel_rate() to intel_display.c | Ville Syrjälä | 1 | -33/+0 |
2017-02-08 | drm/i915: Track full cdclk state for the logical and actual cdclk frequencies | Ville Syrjälä | 1 | -2/+2 |
2017-02-08 | drm/i915: Store the pipe pixel rate in the crtc state | Ville Syrjälä | 1 | -7/+7 |
2017-01-30 | drm/i915/glk: Turn on workarounds that apply to Geminilake too | Ander Conselvan de Oliveira | 1 | -4/+19 |
2017-01-26 | drm/i915: Report the failure to write to the punit | Chris Wilson | 1 | -13/+32 |
2017-01-26 | drm/i915: Remove early pre-production RPS workarounds for BXT | Chris Wilson | 1 | -32/+3 |
2017-01-24 | drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake. | Rodrigo Vivi | 1 | -7/+6 |
2017-01-04 | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm... | Daniel Vetter | 1 | -30/+37 |