On 3/12/26 2:29 PM, Dmitry Baryshkov wrote:
> All the users have been migrated to using qcom_ubwc_macrotile_mode()
> instead of reading the raw value from the config structure. Drop the
> field from struct qcom_ubwc_cfg_data and replace it with the calculated
> value. Split single UBWC_3_0 into UBWC_3_0 (no macrotile mode) and
> UBWC_3_1 (with macrotile mode).
>
> Signed-off-by: Dmitry Baryshkov <[email protected]>
> ---
[...]
> static const struct qcom_ubwc_cfg_data sar2130p_data = {
> - .ubwc_enc_version = UBWC_3_0, /* 4.0.2 in hw */
Is it referring to the values reported by MDSS (4.0.2 enc, 4.3.1
dec)? FWIW the other doc only mentions UBWC3 for the platform..
Konrad