RE: [PATCHv3 01/10] drm/crtc: Add histogram properties

2025-01-05 Thread Murthy, Arun R
> On Tue, Dec 10, 2024 at 05:52:38PM +, Murthy, Arun R wrote: > > > On Tue, Dec 10, 2024 at 08:42:36AM +, Murthy, Arun R wrote: > > > > > On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > > > > > > Add variables for histogram drm_property, its corrsponding > > > > > > crtc_st

Re: [PATCHv3 01/10] drm/crtc: Add histogram properties

2024-12-13 Thread Dmitry Baryshkov
On Tue, Dec 10, 2024 at 05:52:38PM +, Murthy, Arun R wrote: > > On Tue, Dec 10, 2024 at 08:42:36AM +, Murthy, Arun R wrote: > > > > On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > > > > > Add variables for histogram drm_property, its corrsponding > > > > > crtc_state variab

RE: [PATCHv3 01/10] drm/crtc: Add histogram properties

2024-12-10 Thread Murthy, Arun R
> On Tue, Dec 10, 2024 at 08:42:36AM +, Murthy, Arun R wrote: > > > On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > > > > Add variables for histogram drm_property, its corrsponding > > > > crtc_state variables and define the structure pointed by the blob > > > > property. > >

Re: [PATCHv3 01/10] drm/crtc: Add histogram properties

2024-12-10 Thread Dmitry Baryshkov
On Tue, Dec 10, 2024 at 08:42:36AM +, Murthy, Arun R wrote: > > On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > > > Add variables for histogram drm_property, its corrsponding crtc_state > > > variables and define the structure pointed by the blob property. > > > > > > struct dr

RE: [PATCHv3 01/10] drm/crtc: Add histogram properties

2024-12-10 Thread Murthy, Arun R
> On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > > Add variables for histogram drm_property, its corrsponding crtc_state > > variables and define the structure pointed by the blob property. > > > > struct drm_histogram and drm_iet defined in > > include/uapi/drm/drm_mode.h > > > >

Re: [PATCHv3 01/10] drm/crtc: Add histogram properties

2024-12-09 Thread Dmitry Baryshkov
On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > Add variables for histogram drm_property, its corrsponding crtc_state > variables and define the structure pointed by the blob property. > > struct drm_histogram and drm_iet defined in include/uapi/drm/drm_mode.h > > The property HI

Re: [PATCHv3 01/10] drm/crtc: Add histogram properties

2024-12-09 Thread Dmitry Baryshkov
On Mon, Dec 09, 2024 at 09:54:55PM +0530, Arun R Murthy wrote: > Add variables for histogram drm_property, its corrsponding crtc_state > variables and define the structure pointed by the blob property. > > struct drm_histogram and drm_iet defined in include/uapi/drm/drm_mode.h > > The property HI