Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-19 Thread Harry Wentland
On 1/19/23 11:24, Jessica Zhang wrote: > > > On 1/19/2023 7:57 AM, Harry Wentland wrote: >> >> >> On 1/18/23 17:53, Jessica Zhang wrote: >>> >>> >>> On 1/18/2023 10:57 AM, Harry Wentland wrote: On 1/4/23 18:40, Jessica Zhang wrote: > Add support for solid_fill property to drm_plane. I

Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-19 Thread Jessica Zhang
On 1/19/2023 7:57 AM, Harry Wentland wrote: On 1/18/23 17:53, Jessica Zhang wrote: On 1/18/2023 10:57 AM, Harry Wentland wrote: On 1/4/23 18:40, Jessica Zhang wrote: Add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_f

Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-19 Thread Harry Wentland
On 1/18/23 17:53, Jessica Zhang wrote: > > > On 1/18/2023 10:57 AM, Harry Wentland wrote: >> On 1/4/23 18:40, Jessica Zhang wrote: >>> Add support for solid_fill property to drm_plane. In addition, add >>> support for setting and getting the values for solid_fill. >>> >>> solid_fill holds data

Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-18 Thread Jessica Zhang
On 1/18/2023 10:57 AM, Harry Wentland wrote: On 1/4/23 18:40, Jessica Zhang wrote: Add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_fill. solid_fill holds data for supporting solid fill planes. The property accepts an RGB

Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-18 Thread Harry Wentland
On 1/4/23 18:40, Jessica Zhang wrote: > Add support for solid_fill property to drm_plane. In addition, add > support for setting and getting the values for solid_fill. > > solid_fill holds data for supporting solid fill planes. The property > accepts an RGB323232 value and the driver data is forma

Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-04 Thread Dmitry Baryshkov
On 05/01/2023 01:40, Jessica Zhang wrote: Add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_fill. solid_fill holds data for supporting solid fill planes. The property accepts an RGB323232 value and the driver data is formatted

Re: [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-04 Thread Dmitry Baryshkov
On 05/01/2023 01:40, Jessica Zhang wrote: Add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_fill. solid_fill holds data for supporting solid fill planes. The property accepts an RGB323232 value and the driver data is formatted

[RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

2023-01-04 Thread Jessica Zhang
Add support for solid_fill property to drm_plane. In addition, add support for setting and getting the values for solid_fill. solid_fill holds data for supporting solid fill planes. The property accepts an RGB323232 value and the driver data is formatted as such: struct drm_solid_fill { u