projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1215de
)
drm/i915/dp: Fix link compute m_n calc for DSC
author
Manasi Navare
<
[email protected]
>
Sat, 1 Dec 2018 01:04:12 +0000
(17:04 -0800)
committer
Manasi Navare
<
[email protected]
>
Mon, 3 Dec 2018 19:52:27 +0000
(11:52 -0800)
Fix the intel_link_compute_m_n in case of display stream
compression. This patch passes the compressed_bpp to
intel_link_compute_m_n if compression is enabled.
Fixes: a4a157777c80 ("drm/i915/dp: Compute DSC pipe config in atomic check")
Cc: Ville Syrjala <
[email protected]
>
Cc: Anusha Srivatsa <
[email protected]
>
Signed-off-by: Manasi Navare <
[email protected]
>
Reviewed-by: Ville Syrjälä <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c
index 38a6e82153fdc76e67f0923c1d3faf662a1983d5..a6907a1761ab6d59b65d43cd207c1e3bf373f4cd 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-2173,7
+2173,7
@@
intel_dp_compute_config(struct intel_encoder *encoder,
&pipe_config->dp_m_n,
constant_n);
else
- intel_link_compute_m_n(pipe_config->dsc_params.compress
ion_enable
,
+ intel_link_compute_m_n(pipe_config->dsc_params.compress
ed_bpp
,
pipe_config->lane_count,
adjusted_mode->crtc_clock,
pipe_config->port_clock,