-
- Downloads
drm/i915/dp: Pass actual BW overhead to m_n calculation
A follow-up MST patch will need to specify the total BW allocation overhead, prepare for that here by passing the amount of overhead to intel_link_compute_m_n(), keeping the existing behavior. v2: - Fix passing the correct crtc_state->fec_enable param in intel_dp_mst_compute_link_config() / intel_dp_dsc_mst_compute_link_config(). Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> (v1) Signed-off-by:Imre Deak <imre.deak@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231030155843.2251023-13-imre.deak@intel.com
Showing
- drivers/gpu/drm/i915/display/intel_display.c 34 additions, 6 deletionsdrivers/gpu/drm/i915/display/intel_display.c
- drivers/gpu/drm/i915/display/intel_display.h 2 additions, 2 deletionsdrivers/gpu/drm/i915/display/intel_display.h
- drivers/gpu/drm/i915/display/intel_dp.c 25 additions, 5 deletionsdrivers/gpu/drm/i915/display/intel_dp.c
- drivers/gpu/drm/i915/display/intel_dp.h 2 additions, 0 deletionsdrivers/gpu/drm/i915/display/intel_dp.h
- drivers/gpu/drm/i915/display/intel_dp_mst.c 4 additions, 4 deletionsdrivers/gpu/drm/i915/display/intel_dp_mst.c
- drivers/gpu/drm/i915/display/intel_fdi.c 4 additions, 1 deletiondrivers/gpu/drm/i915/display/intel_fdi.c
Loading
Please register or sign in to comment