All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: revert the remaining commits about dma_buf handling
@ 2025-09-19 15:54 Melissa Wen
  2025-09-19 15:54 ` [PATCH 1/2] Revert "drm/framebuffer: Acquire internal references on GEM handles" Melissa Wen
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Melissa Wen @ 2025-09-19 15:54 UTC (permalink / raw)
  To: airlied, maarten.lankhorst, mripard, simona, tzimmermann
  Cc: amd-gfx, Alex Deucher, Mario Limonciello, Christian König,
	dri-devel, kernel-dev

Hi all,

I just talked with Thomas that these two patches are preventing amdgpu
driver to be unloaded:

`modprobe: FATAL: Module amdgpu is in use.`

and there is no process using the driver.

We agreed that the best approach now is to completely revert the work
done for improving DMA bug handling to avoid any loose ends. With these
reverts we are just back to the old behavior and amdgpu loading and
unloading will return to normal.

Best Regards,

Melissa

Melissa Wen (2):
  Revert "drm/framebuffer: Acquire internal references on GEM handles"
  Revert "drm/gem: Acquire references on GEM handles for framebuffers"

 drivers/gpu/drm/drm_framebuffer.c | 31 +--------------
 drivers/gpu/drm/drm_gem.c         | 64 +++++--------------------------
 drivers/gpu/drm/drm_internal.h    |  2 -
 include/drm/drm_framebuffer.h     |  7 ----
 4 files changed, 11 insertions(+), 93 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-09-22 14:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-19 15:54 [PATCH 0/2] drm: revert the remaining commits about dma_buf handling Melissa Wen
2025-09-19 15:54 ` [PATCH 1/2] Revert "drm/framebuffer: Acquire internal references on GEM handles" Melissa Wen
2025-09-19 15:54 ` [PATCH 2/2] Revert "drm/gem: Acquire references on GEM handles for framebuffers" Melissa Wen
2025-09-22  8:34   ` Christian König
2025-09-22  8:40     ` Thomas Zimmermann
2025-09-22  9:20       ` Christian König
2025-09-22 12:04   ` Maarten Lankhorst
2025-09-22  7:41 ` [PATCH 0/2] drm: revert the remaining commits about dma_buf handling Thomas Zimmermann
2025-09-22 11:54 ` Thomas Zimmermann
2025-09-22 11:55   ` Christian König
2025-09-22 12:01     ` Thomas Zimmermann
2025-09-22 13:42   ` Melissa Wen
2025-09-22 14:00     ` Christian König
2025-09-22 14:06     ` Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.