public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: alexander.deucher@amd.com, christian.koenig@amd.com,
	airlied@gmail.com, simona@ffwll.ch
Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: [PATCH 0/2] amdgpu,radeon: Test fbdev GEM object in helper
Date: Wed,  4 Mar 2026 13:58:37 +0100	[thread overview]
Message-ID: <20260304130250.59008-1-tzimmermann@suse.de> (raw)

Amdgpu and radeon handle GEM objects that refer to fbdev framebuffers
separately from the other GEM objects. Share the test logic in a single
helper that works for all.

This series is purely for cleaning up the drivers. No functional changes
intended.

Thomas Zimmermann (2):
  drm/amdgpu: Move test for fbdev GEM object into generic helper
  drm/radeon: Test for fbdev GEM object with generic helper

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 21 +++------------
 drivers/gpu/drm/drm_fb_helper.c             | 29 +++++++++++++++++++++
 drivers/gpu/drm/radeon/radeon_device.c      |  7 ++---
 drivers/gpu/drm/radeon/radeon_fbdev.c       | 17 ------------
 drivers/gpu/drm/radeon/radeon_mode.h        |  5 ----
 include/drm/drm_fb_helper.h                 |  9 +++++++
 6 files changed, 45 insertions(+), 43 deletions(-)

-- 
2.53.0


             reply	other threads:[~2026-03-04 13:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-04 12:58 Thomas Zimmermann [this message]
2026-03-04 12:58 ` [PATCH 1/2] drm/amdgpu: Move test for fbdev GEM object into generic helper Thomas Zimmermann
2026-03-05  3:27   ` Claude review: " Claude Code Review Bot
2026-03-04 12:58 ` [PATCH 2/2] drm/radeon: Test for fbdev GEM object with " Thomas Zimmermann
2026-03-04 15:32   ` Alex Deucher
2026-03-04 15:49     ` Thomas Zimmermann
2026-03-05  3:27   ` Claude review: " Claude Code Review Bot
2026-03-05  3:27 ` Claude review: amdgpu,radeon: Test fbdev GEM object in helper Claude Code Review Bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260304130250.59008-1-tzimmermann@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=simona@ffwll.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox