Commit 8193ce9
committed
drm/i915/dp: Simplify computing DSC BPPs for eDP
The maximum pipe BPP value (used as the DSC input BPP) has been aligned
already to the corresponding source/sink input BPP capabilities in
intel_dp_compute_config_limits(). So it isn't needed to perform the same
alignment again in intel_edp_dsc_compute_pipe_bpp() called later, this
function can simply use the already aligned maximum pipe BPP value, do
that.
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20251222153547.713360-16-imre.deak@intel.com1 parent 4d2dd78 commit 8193ce9
1 file changed
Lines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2338 | 2338 | | |
2339 | 2339 | | |
2340 | 2340 | | |
2341 | | - | |
2342 | 2341 | | |
2343 | 2342 | | |
2344 | 2343 | | |
2345 | 2344 | | |
2346 | 2345 | | |
2347 | | - | |
2348 | | - | |
| 2346 | + | |
2349 | 2347 | | |
2350 | | - | |
2351 | | - | |
| 2348 | + | |
| 2349 | + | |
2352 | 2350 | | |
2353 | | - | |
2354 | | - | |
2355 | | - | |
2356 | | - | |
2357 | | - | |
2358 | | - | |
2359 | | - | |
2360 | | - | |
2361 | 2351 | | |
2362 | 2352 | | |
2363 | 2353 | | |
| |||
0 commit comments