[PATCH -next 0/3] drm: Enable module autoloading

Liao Chen posted 3 patches 1 year, 5 months ago
drivers/gpu/drm/bridge/ite-it6505.c | 1 +
drivers/gpu/drm/mcde/mcde_drv.c     | 1 +
drivers/gpu/drm/tegra/drm.c         | 1 +
3 files changed, 3 insertions(+)
[PATCH -next 0/3] drm: Enable module autoloading
Posted by Liao Chen 1 year, 5 months ago
This patch enables the autoloading feature of drm module. By registering
MDT, the kernel is allowed to automatically bind modules to devices that
match the specified compatible strings.


Liao Chen (3):
  drm/bridge: it6505: Enable module autoloading
  drm/tegra: Enable module autoloading
  drm/mcde: Enable module autoloading

 drivers/gpu/drm/bridge/ite-it6505.c | 1 +
 drivers/gpu/drm/mcde/mcde_drv.c     | 1 +
 drivers/gpu/drm/tegra/drm.c         | 1 +
 3 files changed, 3 insertions(+)

-- 
2.34.1
Re: (subset) [PATCH -next 0/3] drm: Enable module autoloading
Posted by Neil Armstrong 1 year, 3 months ago
Hi,

On Mon, 02 Sep 2024 11:33:17 +0000, Liao Chen wrote:
> This patch enables the autoloading feature of drm module. By registering
> MDT, the kernel is allowed to automatically bind modules to devices that
> match the specified compatible strings.
> 
> 
> Liao Chen (3):
>   drm/bridge: it6505: Enable module autoloading
>   drm/tegra: Enable module autoloading
>   drm/mcde: Enable module autoloading
> 
> [...]

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/3] drm/bridge: it6505: Enable module autoloading
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/d9c12481f980bdad9cf6fdb742e49c5b50622795

-- 
Neil