Displaying 4 results from an estimated 4 matches for "drm_mode_object_unregist".
Did you mean:
drm_mode_object_unregister
2016 Jun 03
1
[PATCH 9/9] drm: Turn off crtc before tearing down its data structure
...39.680878] [drm:drm_mode_object_unreference] OBJ ID: 0 (2)
> > > [ 39.680884] [drm:drm_mode_object_unreference] OBJ ID: 0 (1)
> >
> > Well we must first unregister it before we can remove it, so this is
> > unavoidable.
>
> Yes but drm_framebuffer_free() calls drm_mode_object_unregister()
> and is invoked by drm_framebuffer_remove(), so the additional call to
> drm_framebuffer_unregister_private() in intel_fbdev_destroy() seems
> superfluous. Or is there some reason I'm missing that this needs to
> be called before intel_unpin_fb_obj()?
>
>
> > Wrt...
2016 Jun 01
2
[PATCH 9/9] drm: Turn off crtc before tearing down its data structure
On Wed, Jun 01, 2016 at 02:36:41PM +0200, Lukas Wunner wrote:
> On Wed, May 25, 2016 at 03:43:42PM +0200, Daniel Vetter wrote:
> > On Wed, May 25, 2016 at 12:51 PM, Lukas Wunner <lukas at wunner.de> wrote:
> > > On Tue, May 24, 2016 at 11:30:42PM +0200, Daniel Vetter wrote:
> > >> On Tue, May 24, 2016 at 06:03:27PM +0200, Lukas Wunner wrote:
> > >>
2016 Jun 03
0
[PATCH 9/9] drm: Turn off crtc before tearing down its data structure
...ce] OBJ ID: 0 (3)
> > [ 39.680878] [drm:drm_mode_object_unreference] OBJ ID: 0 (2)
> > [ 39.680884] [drm:drm_mode_object_unreference] OBJ ID: 0 (1)
>
> Well we must first unregister it before we can remove it, so this is
> unavoidable.
Yes but drm_framebuffer_free() calls drm_mode_object_unregister()
and is invoked by drm_framebuffer_remove(), so the additional call to
drm_framebuffer_unregister_private() in intel_fbdev_destroy() seems
superfluous. Or is there some reason I'm missing that this needs to
be called before intel_unpin_fb_obj()?
> Wrt switching from _cleanup to _remove,...
2020 Feb 07
11
[PATCH 0/6] drm: Provide a simple encoder
Many DRM drivers implement an encoder with an empty implementation. This
patchset adds drm_simple_encoder_init() and drm_simple_encoder_create(),
which can be used by drivers instead. Except for the destroy callback, the
simple encoder's implementation is empty.
The patchset also converts 4 encoder instances to use the simple-encoder
helpers. But there are at least 11 other drivers which can