Re: [PATCH 3/3] drm/atomic: Make private objs proper objects

2022-01-12 Thread Ville Syrjälä
On Tue, Jan 11, 2022 at 10:34:34AM +0200, Jani Nikula wrote: > On Mon, 10 Jan 2022, Ville Syrjälä wrote: > > On Fri, Dec 31, 2021 at 03:23:31PM +0200, Jani Nikula wrote: > >> On Wed, 12 Jul 2017, ville.syrj...@linux.intel.com wrote: > >> > From: Ville Syrjälä > >> > > >> > Make the atomic private

Re: [PATCH 3/3] drm/atomic: Make private objs proper objects

2022-01-11 Thread Jani Nikula
On Mon, 10 Jan 2022, Ville Syrjälä wrote: > On Fri, Dec 31, 2021 at 03:23:31PM +0200, Jani Nikula wrote: >> On Wed, 12 Jul 2017, ville.syrj...@linux.intel.com wrote: >> > From: Ville Syrjälä >> > >> > Make the atomic private object stuff less special by introducing proper >> > base classes for th

Re: [PATCH 3/3] drm/atomic: Make private objs proper objects

2022-01-10 Thread Ville Syrjälä
On Fri, Dec 31, 2021 at 03:23:31PM +0200, Jani Nikula wrote: > On Wed, 12 Jul 2017, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Make the atomic private object stuff less special by introducing proper > > base classes for the object and its state. Drivers can embed these in

Re: [PATCH 3/3] drm/atomic: Make private objs proper objects

2021-12-31 Thread Jani Nikula
On Wed, 12 Jul 2017, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Make the atomic private object stuff less special by introducing proper > base classes for the object and its state. Drivers can embed these in > their own appropriate objects, after which these things will work >