Re: [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-07 Thread Jessica Zhang
On 8/4/2023 6:40 AM, Sebastian Wick wrote: On Mon, Jul 31, 2023 at 6:01 AM Dmitry Baryshkov wrote: On 28/07/2023 20:02, Jessica Zhang wrote: Document and add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_fill. To enable

Re: [PATCH RFC v5 04/10] drm/atomic: Add pixel source to plane state dump

2023-08-07 Thread Jessica Zhang
On 7/28/2023 5:04 PM, Dmitry Baryshkov wrote: On 28/07/2023 20:02, Jessica Zhang wrote: Add pixel source to the atomic plane state dump Signed-off-by: Jessica Zhang ---   drivers/gpu/drm/drm_atomic.c    |  1 +   drivers/gpu/drm/drm_crtc_internal.h |  2 ++   drivers/gpu/drm/drm_plane.c  

Re: [PATCH RFC v5 05/10] drm/atomic: Add solid fill data to plane state dump

2023-08-07 Thread Jessica Zhang
On 7/28/2023 5:05 PM, Dmitry Baryshkov wrote: On 28/07/2023 20:02, Jessica Zhang wrote: Add solid_fill property data to the atomic plane state dump. Signed-off-by: Jessica Zhang ---   drivers/gpu/drm/drm_atomic.c |  4   drivers/gpu/drm/drm_plane.c  | 10 ++   include/drm/drm_pla

Re: [PATCH RFC v5 09/10] drm/msm/dpu: Use DRM solid_fill property

2023-08-07 Thread Jessica Zhang
On 7/31/2023 5:52 PM, Dmitry Baryshkov wrote: On 01/08/2023 03:39, Jessica Zhang wrote: On 7/30/2023 9:15 PM, Dmitry Baryshkov wrote: On 28/07/2023 20:02, Jessica Zhang wrote: Drop DPU_PLANE_COLOR_FILL_FLAG and check the DRM solid_fill property to determine if the plane is solid fill. In

Re: [PATCH RFC v5 01/10] drm: Introduce pixel_source DRM plane property

2023-08-07 Thread Jessica Zhang
On 8/4/2023 6:15 AM, Sebastian Wick wrote: On Fri, Jul 28, 2023 at 7:03 PM Jessica Zhang wrote: Add support for pixel_source property to drm_plane and related documentation. In addition, force pixel_source to DRM_PLANE_PIXEL_SOURCE_FB in DRM_IOCTL_MODE_SETPLANE as to not break legacy usersp

Re: [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-07 Thread Jessica Zhang
On 8/4/2023 6:27 AM, Dmitry Baryshkov wrote: On Fri, 28 Jul 2023 at 20:03, Jessica Zhang wrote: Document and add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_fill. To enable solid fill planes, userspace must assign a pr

Re: [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

2023-08-07 Thread Dmitry Baryshkov
On 8 August 2023 00:41:07 GMT+03:00, Jessica Zhang wrote: > > >On 8/4/2023 6:27 AM, Dmitry Baryshkov wrote: >> On Fri, 28 Jul 2023 at 20:03, Jessica Zhang >> wrote: >>> >>> Document and add support for solid_fill property to drm_plane. In >>> addition, add support for setting and getting th