Age | Commit message (Expand) | Author | Files | Lines |
2017-06-16 | Revert "drm/i915/skl: New ddb allocation algorithm" | Rodrigo Vivi | 1 | -159/+98 |
2017-06-08 | drm/i915/cfl: Introduce Display workarounds for Coffee Lake. | Rodrigo Vivi | 1 | -10/+11 |
2017-06-06 | drm/i915: Fix SKL+ watermarks for 90/270 rotation | Ville Syrjälä | 1 | -12/+24 |
2017-06-01 | drm/i915/glk: Fix dotclock calculation in skl_check_pipe_max_pixel_rate | Maarten Lankhorst | 1 | -4/+8 |
2017-06-01 | drm/i915/skl+: consider max supported plane pixel rate while scaling | Mahesh Kumar | 1 | -0/+87 |
2017-06-01 | drm/i915/skl: New ddb allocation algorithm | Kumar, Mahesh | 1 | -98/+159 |
2017-06-01 | drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2. | Maarten Lankhorst | 1 | -0/+9 |
2017-05-18 | drm/i915/skl+: use linetime latency if ddb size is not available | Kumar, Mahesh | 1 | -9/+33 |
2017-05-18 | drm/i915/skl+: Perform wm level calculations in separate function | Kumar, Mahesh | 1 | -24/+24 |
2017-05-18 | drm/i915/skl+: Watermark calculation cleanup | Kumar, Mahesh | 1 | -34/+19 |
2017-05-18 | drm/i915/skl+: Fail the flip if ddb min requirement exceeds pipe allocation | Kumar, Mahesh | 1 | -2/+11 |
2017-05-18 | drm/i915/skl+: no need to memset again | Kumar, Mahesh | 1 | -3/+1 |
2017-05-18 | drm/i915/skl: Fail the flip if no FB for WM calculation | Kumar, Mahesh | 1 | -1/+2 |
2017-05-18 | drm/i915/skl+: calculate pixel_rate & relative_data_rate in fixed point | Kumar, Mahesh | 1 | -19/+19 |
2017-05-18 | drm/i915: Use fixed_16_16 wrapper for division operation | Kumar, Mahesh | 1 | -2/+2 |
2017-05-18 | drm/i915: fix naming of fixed_16_16 wrapper. | Kumar, Mahesh | 1 | -3/+3 |
2017-05-10 | drm/i915: Add g4x watermark tracepoint | Ville Syrjälä | 1 | -0/+5 |
2017-05-10 | drm/i915: Enable HPLL watermarks on g4x | Ville Syrjälä | 1 | -1/+2 |
2017-05-10 | drm/i915: Two stage watermarks for g4x | Ville Syrjälä | 1 | -216/+724 |
2017-05-10 | drm/i915: Apply the g4x TLB miss w/a to SR watermarks as well | Ville Syrjälä | 1 | -6/+9 |
2017-05-10 | drm/i915: Refactor wm calculations | Ville Syrjälä | 1 | -72/+149 |
2017-05-10 | drm/i915: Refactor the g4x TLB miss w/a to a helper | Ville Syrjälä | 1 | -7/+20 |
2017-05-10 | drm/i915: Fix the g4x watermark TLB miss workaround | Ville Syrjälä | 1 | -5/+6 |
2017-05-10 | drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms | Ville Syrjälä | 1 | -5/+5 |
2017-05-10 | drm/i915: Document CxSR | Ville Syrjälä | 1 | -0/+37 |
2017-05-10 | drm/i915: Make vlv/chv watermark debug print less cryptic | Ville Syrjälä | 1 | -1/+1 |
2017-05-10 | drm/i915: Rename bunch of vlv_ watermark structures to g4x_ | Ville Syrjälä | 1 | -7/+7 |
2017-05-10 | drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/ | Ville Syrjälä | 1 | -9/+9 |
2017-05-10 | drm/i915: Drop the debug message from vlv_get_fifo_size() | Ville Syrjälä | 1 | -7/+0 |
2017-05-10 | drm/i915: s/vlv_plane_wm_compute/vlv_raw_plane_wm_compute/ etc. | Ville Syrjälä | 1 | -11/+11 |
2017-04-11 | drm/i915: Use __intel_uncore_wait_for_register_fw for sandybride_pcode_read | Chris Wilson | 1 | -6/+6 |
2017-04-05 | drm/i915: Use intel_wm_plane_visible() on VLV/CHV as well | Ville Syrjälä | 1 | -2/+2 |
2017-04-05 | drm/i915: Check for id==PLANE_CURSOR instead of type==DRM_PLANE_TYPE_CURSOR | Ville Syrjälä | 1 | -1/+1 |
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 |