Re: [RFC PATCH 2/3] drm: Adjust atomic checks for solid fill color

2022-10-31 Thread Jessica Zhang
On 10/29/2022 4:38 AM, Dmitry Baryshkov wrote: On 29/10/2022 01:59, Jessica Zhang wrote: Loosen the requirements for atomic and legacy commit so that, in cases where solid fill planes is enabled (and FB_ID is NULL), the commit can still go through. In addition, add framebuffer NULL checks

Re: [RFC PATCH 2/3] drm: Adjust atomic checks for solid fill color

2022-10-29 Thread Dmitry Baryshkov
On 29/10/2022 01:59, Jessica Zhang wrote: Loosen the requirements for atomic and legacy commit so that, in cases where solid fill planes is enabled (and FB_ID is NULL), the commit can still go through. In addition, add framebuffer NULL checks in other areas to account for FB being NULL when

[RFC PATCH 2/3] drm: Adjust atomic checks for solid fill color

2022-10-28 Thread Jessica Zhang
Loosen the requirements for atomic and legacy commit so that, in cases where solid fill planes is enabled (and FB_ID is NULL), the commit can still go through. In addition, add framebuffer NULL checks in other areas to account for FB being NULL when solid fill is enabled. Signed-off-by: Jessica