Revert "disp: msm: sde: adjust DSC encoders to support all 4LM topologies"

This  reverts commit 6a50aedbfa.

Change-Id: I3570b18728cfad2843ca7f3a7d0276cda32c9492
This commit is contained in:
Alisha Thapaliya
2020-05-13 19:13:39 -07:00
förälder 528f0862c9
incheckning e2f98dc79b
11 ändrade filer med 59 tillägg och 185 borttagningar

Visa fil

@@ -364,9 +364,6 @@ struct msm_roi_caps {
* @det_thresh_flatness: Flatness threshold.
* @extra_width: Extra width required in timing calculations.
* @pps_delay_ms: Post PPS command delay in milliseconds.
* @dsc_4hsmerge_en: Using DSC 4HS merge topology
* @dsc_4hsmerge_padding 4HS merge DSC pair padding value in bytes
* @dsc_4hsmerge_alignment 4HS merge DSC alignment value in bytes
*/
struct msm_display_dsc_info {
struct drm_dsc_config config;
@@ -385,9 +382,6 @@ struct msm_display_dsc_info {
int det_thresh_flatness;
u32 extra_width;
u32 pps_delay_ms;
bool dsc_4hsmerge_en;
u32 dsc_4hsmerge_padding;
u32 dsc_4hsmerge_alignment;
};