Re: [PATCH v2 03/19] drm/msm/dpu: pass mode dimensions instead of fb size in CDM setup

2024-02-10 Thread Dmitry Baryshkov
On Sat, 10 Feb 2024 at 03:52, Paloma Arellano wrote: > > Modify the output width and height parameters of hw_cdm to utilize the > physical encoder's data instead of obtaining the information from the > framebuffer. CDM is to be set up to utilize the actual output data since > at CDM setup, there i

[PATCH v2 03/19] drm/msm/dpu: pass mode dimensions instead of fb size in CDM setup

2024-02-09 Thread Paloma Arellano
Modify the output width and height parameters of hw_cdm to utilize the physical encoder's data instead of obtaining the information from the framebuffer. CDM is to be set up to utilize the actual output data since at CDM setup, there is no difference between the two sources. Changes in v2: