Re: [PATCH v11 2/9] drm/display/dsc: add helper to set semi-const parameters

2023-05-17 Thread Jessica Zhang
On 5/17/2023 2:15 PM, Marijn Suijten wrote: On 2023-05-17 11:51:11, Jessica Zhang wrote: From: Dmitry Baryshkov Add a helper setting config values which are typically constant across operating modes (table E-4 of the standard) and mux_word_size (which is a const according to 3.5.2). Signed

Re: [PATCH v11 2/9] drm/display/dsc: add helper to set semi-const parameters

2023-05-17 Thread Marijn Suijten
On 2023-05-17 11:51:11, Jessica Zhang wrote: > From: Dmitry Baryshkov > > Add a helper setting config values which are typically constant across > operating modes (table E-4 of the standard) and mux_word_size (which is > a const according to 3.5.2). > > Signed-off-by: Dmitry Baryshkov > Reviewe

[PATCH v11 2/9] drm/display/dsc: add helper to set semi-const parameters

2023-05-17 Thread Jessica Zhang
From: Dmitry Baryshkov Add a helper setting config values which are typically constant across operating modes (table E-4 of the standard) and mux_word_size (which is a const according to 3.5.2). Signed-off-by: Dmitry Baryshkov Reviewed-by: Marijn Suijten Signed-off-by: Jessica Zhang --- driv