RE: [PATCHv2 3/5] Add crtc properties for global histogram

2024-09-18 Thread Murthy, Arun R
> > #define INTEL_CRTC_FUNCS \ > > .set_config = drm_atomic_helper_set_config, \ > > .destroy = intel_crtc_destroy, \ > > @@ -229,7 +326,9 @@ static int intel_crtc_late_register(struct drm_crtc > *crtc) > > .set_crc_source = intel_crtc_set_crc_source, \ > > .verify_crc_source = int

Re: [PATCHv2 3/5] Add crtc properties for global histogram

2024-09-12 Thread Jani Nikula
On Wed, 21 Aug 2024, Arun R Murthy wrote: > CRTC properties have been added for enable/disable histogram, reading > the histogram data and writing the IET data. > "HISTOGRAM_EN" is the crtc property to enable/disable the global > histogram and takes a value 0/1 accordingly. > "Histogram" is a crtc

RE: [PATCHv2 3/5] Add crtc properties for global histogram

2024-09-03 Thread Murthy, Arun R
> > > +static int > > > +intel_atomic_replace_property_blob_from_id(struct drm_device *dev, > > > +struct drm_property_blob **blob, > > > +u64 blob_id, > > > +ssize_t expected_size, > > > +

RE: [PATCHv2 3/5] Add crtc properties for global histogram

2024-09-02 Thread Kulkarni, Vandita
+dri-devel > -Original Message- > From: Kulkarni, Vandita > Sent: Tuesday, September 3, 2024 10:54 AM > To: Arun R Murthy ; intel- > g...@lists.freedesktop.org; drm-devel@lists.freedesktop > Cc: Murthy, Arun R > Subject: RE: [PATCHv2 3/5] Add crtc properties

RE: [PATCHv2 3/5] Add crtc properties for global histogram

2024-09-02 Thread Kulkarni, Vandita
> -Original Message- > From: Intel-gfx On Behalf Of Arun > R Murthy > Sent: Wednesday, August 21, 2024 3:54 PM > To: intel-gfx@lists.freedesktop.org > Cc: Murthy, Arun R > Subject: [PATCHv2 3/5] Add crtc properties for global histogram > > CRTC properties have been added for enable/disab