All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hansg@kernel.org>
To: David Airlie <airlied@linux.ie>
Cc: Hans de Goede <hansg@kernel.org>, Lukas Wunner <lukas@wunner.de>,
	Andi Kleen <ak@linux.intel.com>,
	dri-devel@lists.freedesktop.org
Subject: [PATCH 0/3] agp/amd64: Remove support for probing unlisted PCI devices
Date: Mon,  7 Jul 2025 19:37:07 +0200	[thread overview]
Message-ID: <20250707173710.313701-1-hansg@kernel.org> (raw)

Hi all,

As discussed in this thread:

https://lore.kernel.org/dri-devel/b29e7fbfc6d146f947603d0ebaef44cbd2f0d754.1751468802.git.lukas@wunner.de/

The amd64_agp driver's support for trying to probe unsupported devices does
not make sense anymore given that no new AGP devices have been produced for
a while now.

This patch series disabled the probing of unsupported devices in 2 steps
(for easier reverting and/or for applying one step at a time) first default
it to off and then completely remove it.

The first patch is a resend of Lukas' patch for 6.16-rc# to fix
the bootsplash regression caused by the probing of unsupported devices

I've included this patch so that the series applies cleanly, this means
that drm-misc-fixes (once it lands there) will needs to be backmerged
for the last patch to apply.

Regards,

Hans


Hans de Goede (2):
  agp/amd64: Change agp_try_unsupported default to 0
  agp/amd64: Remove support for probing unlisted PCI devices

Lukas Wunner (1):
  agp/amd64: Check AGP Capability before binding to unsupported devices

 drivers/char/agp/Kconfig     |  3 +--
 drivers/char/agp/agp.h       |  1 -
 drivers/char/agp/amd64-agp.c | 41 +-----------------------------------
 drivers/char/agp/backend.c   |  4 ----
 4 files changed, 2 insertions(+), 47 deletions(-)

-- 
2.49.0


             reply	other threads:[~2025-07-07 17:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-07 17:37 Hans de Goede [this message]
2025-07-07 17:37 ` [PATCH 1/3] agp/amd64: Check AGP Capability before binding to unsupported devices Hans de Goede
2025-07-07 17:37 ` [PATCH 2/3] agp/amd64: Change agp_try_unsupported default to 0 Hans de Goede
2025-07-07 17:37 ` [PATCH 3/3] agp/amd64: Remove support for probing unlisted PCI devices Hans de Goede
2025-07-07 18:00   ` Lukas Wunner
2025-07-07 18:12 ` [PATCH 0/3] " Andi Kleen

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=20250707173710.313701-1-hansg@kernel.org \
    --to=hansg@kernel.org \
    --cc=airlied@linux.ie \
    --cc=ak@linux.intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lukas@wunner.de \
    /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 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.