Patch "drm/framebuffer: Acquire internal references on GEM handles" has been added to the 6.15-stable tree

2025-07-12 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/framebuffer: Acquire internal references on GEM handles to the 6.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/framebuffer: Acquire internal references on GEM handles" has been added to the 6.12-stable tree

2025-07-12 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/framebuffer: Acquire internal references on GEM handles to the 6.12-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "drm/framebuffer: Acquire internal references on GEM handles" has been added to the 6.6-stable tree

2025-07-12 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/framebuffer: Acquire internal references on GEM handles to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH] drm/framebuffer: Acquire internal references on GEM handles

2025-07-06 Thread Mario Limonciello
On 7/4/25 04:53, Thomas Zimmermann wrote: Acquire GEM handles in drm_framebuffer_init() and release them in the corresponding drm_framebuffer_cleanup(). Ties the handle's lifetime to the framebuffer. Not all GEM buffer objects have GEM handles. If not set, no refcounting takes place. This is t

Re: [PATCH] drm/framebuffer: Acquire internal references on GEM handles

2025-07-04 Thread Christian König
On 04.07.25 14:31, Thomas Zimmermann wrote: > Hi > > Am 04.07.25 um 14:06 schrieb Christian König: >> On 04.07.25 10:53, Thomas Zimmermann wrote: >>> Acquire GEM handles in drm_framebuffer_init() and release them in >>> the corresponding drm_framebuffer_cleanup(). Ties the handle's >>> lifetime to

Re: [PATCH] drm/framebuffer: Acquire internal references on GEM handles

2025-07-04 Thread Thomas Zimmermann
Hi Am 04.07.25 um 14:06 schrieb Christian König: On 04.07.25 10:53, Thomas Zimmermann wrote: Acquire GEM handles in drm_framebuffer_init() and release them in the corresponding drm_framebuffer_cleanup(). Ties the handle's lifetime to the framebuffer. Not all GEM buffer objects have GEM handles.

Re: [PATCH] drm/framebuffer: Acquire internal references on GEM handles

2025-07-04 Thread Christian König
On 04.07.25 10:53, Thomas Zimmermann wrote: > Acquire GEM handles in drm_framebuffer_init() and release them in > the corresponding drm_framebuffer_cleanup(). Ties the handle's > lifetime to the framebuffer. Not all GEM buffer objects have GEM > handles. If not set, no refcounting takes place. This

[PATCH] drm/framebuffer: Acquire internal references on GEM handles

2025-07-04 Thread Thomas Zimmermann
Acquire GEM handles in drm_framebuffer_init() and release them in the corresponding drm_framebuffer_cleanup(). Ties the handle's lifetime to the framebuffer. Not all GEM buffer objects have GEM handles. If not set, no refcounting takes place. This is the case for some fbdev emulation. This is not a