On Wed, Oct 08, 2025 at 02:03:59PM +0200, Maxime Ripard wrote: > All the objects that need to implement some callbacks in KMS have a > pointer in there structure to the main drm_device. > > However, it's not the case for drm_private_objs, which makes it harder > than it needs to be to implement some of its callbacks. Let's add that > pointer. > > Signed-off-by: Maxime Ripard <[email protected]> > --- > drivers/gpu/drm/drm_atomic.c | 1 + > include/drm/drm_atomic.h | 5 +++++ > 2 files changed, 6 insertions(+) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
