summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-29drm/i915/dp: Enable/Disable DSC in DP SinkGaurav K Singh3-0/+24
2018-11-29drm/i915/dsc: Compute Rate Control parameters for DSCGaurav K Singh1-1/+124
2018-11-29drm/i915/dsc: Define & Compute VESA DSC paramsGaurav K Singh4-1/+469
2018-11-29drm/i915/dp: Do not enable PSR2 if DSC is enabledManasi Navare1-0/+14
2018-11-29drm/i915/dp: Compute DSC pipe config in atomic checkManasi Navare3-25/+172
2018-11-29drm/i915/dp: Add DSC params and DSC config to intel_crtc_stateManasi Navare2-0/+10
2018-11-29drm/i915: Decouple SKL stride units from intel_fb_stride_alignment()Ville Syrjälä1-11/+17
2018-11-29drm/i915: Make sure fb gtt offsets stay within 32bitsVille Syrjälä2-5/+24
2018-11-28drm/i915: Pass the plane to icl_program_input_csc_coeff()Ville Syrjälä1-8/+6
2018-11-28drm/i915: Rename the confusing 'plane_id' to 'color_plane'Ville Syrjälä1-4/+4
2018-11-28drm/i915: Commit skl+ planes in an order that avoids ddb overlapsVille Syrjälä3-18/+93
2018-11-28drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä7-207/+260
2018-11-28drm/i915: Don't pass dev_priv around so muchVille Syrjälä1-14/+13
2018-11-28drm/i915: Clean up skl+ vs. icl+ watermark computationVille Syrjälä1-77/+92
2018-11-28drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm()Ville Syrjälä1-9/+7
2018-11-28drm/i915: Remove some useless zeroing on skl+ wm calculationsVille Syrjälä1-12/+4
2018-11-28drm/i915: Fix latency==0 handling for level 0 watermark on skl+Ville Syrjälä1-2/+4
2018-11-28drm/i915: Pass the new crtc_state to ->disable_plane()Ville Syrjälä5-21/+42
2018-11-28drm/i915: Introduce crtc_state->update_planes bitmaskVille Syrjälä4-5/+12
2018-11-28drm/i915: Move single buffered plane register writes to the endVille Syrjälä1-2/+2
2018-11-28drm/i915: Reorganize plane register writes to make them more atomicVille Syrjälä2-62/+86
2018-11-28drm/i915: Mark up early pre-production KabylakesChris Wilson3-17/+1
2018-11-27drm/dsc: Add helpers for DSC picture parameter set infoframesManasi Navare2-1/+229
2018-11-27drm/dsc: Modify DRM helper to return complete DSC color depth capabilitiesManasi Navare1-6/+8
2018-11-27drm/i915: Skip engine serialisation for no-op seqno resetChris Wilson1-0/+3
2018-11-26drm/i915/ringbuffer: 2-step restartChris Wilson1-2/+9
2018-11-23drm/i915: Cache the error stringChris Wilson4-175/+243
2018-11-22drm/i915/hsw: Drop the stereo 3D enabled check in psr_compute_config()José Roberto de Souza1-7/+0
2018-11-22drm/i915: Keep PSR disabled after a driver reload after a PSR errorJosé Roberto de Souza1-0/+18
2018-11-22drm/i915: Disable PSR when a PSR aux error happenJosé Roberto de Souza2-4/+38
2018-11-22drm/i915: Do not enable PSR in the next modeset after a errorJosé Roberto de Souza2-1/+10
2018-11-22drm/i915: Check PSR errors instead of retrain while PSR is enabledJosé Roberto de Souza3-0/+27
2018-11-22drm/i915: Avoid a full port detection in the first eDP short pulseJosé Roberto de Souza1-18/+26
2018-11-22drm/i915: Synchronize hpd work in i915_hpd_storm_ctl_show()Lyude Paul1-0/+7
2018-11-22drm/i915: Eliminate the horrendous format check codeVille Syrjälä1-97/+8
2018-11-22drm/i915: Update DRIVER_DATE to 20181122Jani Nikula1-1/+1
2018-11-22drm/i915: Update DRIVER_DATE to 20181122Jani Nikula1-2/+2
2018-11-22drm/i915: avoid rebuilding i915_gpu_error.o on version string updatesHans Holmberg1-2/+2
2018-11-21drm/i915: Show waiter's status on engine dumpChris Wilson1-2/+4
2018-11-21drm/i915: Add rotation readout for plane initial configVille Syrjälä2-0/+32
2018-11-21drm/i915: Force a LUT update in intel_initial_commit()Ville Syrjälä1-0/+8
2018-11-21drm/i915: Make CHICKEN_TRANS reg not depend on enum valueImre Deak3-17/+52
2018-11-21drm/i915: Add code comment on assumption of pipe==transcoderImre Deak1-3/+19
2018-11-21drm/i915: Make EDP PSR flags not depend on enum valuesImre Deak2-21/+44
2018-11-21drm/i915: Make pipe/transcoder offsets not depend on enum valuesImre Deak1-14/+38
2018-11-21drm/i915: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2018-11-20drm/i915: Downgrade unknown CSR firmware warningsLucas De Marchi1-3/+0
2018-11-20drm/i915: allow to load DMC firmware on next genLucas De Marchi1-1/+6
2018-11-20drm/i915/ilk: Fix warning when reading emon_status with no outputJosé Roberto de Souza1-0/+4
2018-11-20drm/i915/selftests: Hold task reference to reset workerChris Wilson1-0/+3