mbox series

[0/3] drm/msm/dpu: several fixes for UBWC setup

Message ID 20221207142833.204193-1-dmitry.baryshkov@linaro.org
Headers show
Series drm/msm/dpu: several fixes for UBWC setup | expand

Message

Dmitry Baryshkov Dec. 7, 2022, 2:28 p.m. UTC
Several small corrections for the UBWC setup and related data.

Dmitry Baryshkov (3):
  drm/msm/dpu: handle UBWC 1.0 in dpu_hw_sspp_setup_format
  drm/msm/dpu: correct the UBWC version on sm6115
  drm/msm/dpu: add missing ubwc_swizzle setting to catalog

 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 5 ++++-
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c    | 6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

Comments

Abhinav Kumar Jan. 13, 2023, 9:43 p.m. UTC | #1
On 12/7/2022 6:28 AM, Dmitry Baryshkov wrote:
> Several small corrections for the UBWC setup and related data.
> 

I am assuming this series will be dropped in favor of the RFC:

https://patchwork.freedesktop.org/series/111751/

Right?

> Dmitry Baryshkov (3):
>    drm/msm/dpu: handle UBWC 1.0 in dpu_hw_sspp_setup_format
>    drm/msm/dpu: correct the UBWC version on sm6115
>    drm/msm/dpu: add missing ubwc_swizzle setting to catalog
> 
>   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 5 ++++-
>   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c    | 6 +++++-
>   2 files changed, 9 insertions(+), 2 deletions(-)
>
Dmitry Baryshkov Jan. 15, 2023, 2:06 p.m. UTC | #2
On 13/01/2023 23:43, Abhinav Kumar wrote:
> 
> 
> On 12/7/2022 6:28 AM, Dmitry Baryshkov wrote:
>> Several small corrections for the UBWC setup and related data.
>>
> 
> I am assuming this series will be dropped in favor of the RFC:
> 
> https://patchwork.freedesktop.org/series/111751/
> 
> Right?

No, they cover different topics. One covers the way the DPU handles UBWC 
setup, another one reworks MDSS.

> 
>> Dmitry Baryshkov (3):
>>    drm/msm/dpu: handle UBWC 1.0 in dpu_hw_sspp_setup_format
>>    drm/msm/dpu: correct the UBWC version on sm6115
>>    drm/msm/dpu: add missing ubwc_swizzle setting to catalog
>>
>>   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 5 ++++-
>>   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c    | 6 +++++-
>>   2 files changed, 9 insertions(+), 2 deletions(-)
>>
Dmitry Baryshkov Jan. 26, 2023, 7 p.m. UTC | #3
On Wed, 07 Dec 2022 16:28:30 +0200, Dmitry Baryshkov wrote:
> Several small corrections for the UBWC setup and related data.
> 
> Dmitry Baryshkov (3):
>   drm/msm/dpu: handle UBWC 1.0 in dpu_hw_sspp_setup_format
>   drm/msm/dpu: correct the UBWC version on sm6115
>   drm/msm/dpu: add missing ubwc_swizzle setting to catalog
> 
> [...]

Applied, thanks!

[1/3] drm/msm/dpu: handle UBWC 1.0 in dpu_hw_sspp_setup_format
      https://gitlab.freedesktop.org/lumag/msm/-/commit/975b86f8c2a8
[2/3] drm/msm/dpu: correct the UBWC version on sm6115
      https://gitlab.freedesktop.org/lumag/msm/-/commit/7a9898ec3018

Best regards,