Commit 3755e20
committed
drm/i915/dp: Account with pipe joiner max compressed BPP limit for DP-MST and eDP
The pipe joiner maximum compressed BPP must be limited based on the pipe
joiner memory size and BW, do that for all DP outputs by adjusting the
max compressed BPP value already in
intel_dp_compute_config_link_bpp_limits() (which is used by all output
types).
This way the BPP doesn't need to be adjusted in
dsc_compute_compressed_bpp() (called for DP-SST after the above limits
were computed already), so remove the adjustment from there.
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20251215192357.172201-13-imre.deak@intel.com1 parent 260aef1 commit 3755e20
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2246 | 2246 | | |
2247 | 2247 | | |
2248 | 2248 | | |
2249 | | - | |
2250 | 2249 | | |
2251 | | - | |
2252 | | - | |
2253 | 2250 | | |
2254 | 2251 | | |
2255 | 2252 | | |
2256 | 2253 | | |
2257 | | - | |
2258 | | - | |
2259 | | - | |
2260 | | - | |
2261 | | - | |
| 2254 | + | |
2262 | 2255 | | |
2263 | 2256 | | |
2264 | 2257 | | |
| |||
2614 | 2607 | | |
2615 | 2608 | | |
2616 | 2609 | | |
| 2610 | + | |
2617 | 2611 | | |
2618 | 2612 | | |
2619 | 2613 | | |
2620 | 2614 | | |
2621 | 2615 | | |
2622 | 2616 | | |
2623 | 2617 | | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
| 2621 | + | |
| 2622 | + | |
2624 | 2623 | | |
2625 | 2624 | | |
2626 | 2625 | | |
2627 | 2626 | | |
2628 | 2627 | | |
| 2628 | + | |
2629 | 2629 | | |
2630 | 2630 | | |
2631 | 2631 | | |
| |||
0 commit comments