search for: nouveau_drm_device_del

Displaying 1 result from an estimated 1 matches for "nouveau_drm_device_del".

2024 Jul 26
2
[PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
...+ return ERR_PTR(-ENOMEM); >>>>>> + >>>>>> + drm->dev = drm_dev_alloc(drm_driver, parent); >>>>> Since you're reworking this anyways, can we switch to devm_drm_dev_alloc()? >>>>> >>>>> This also gets us rid of nouveau_drm_device_del(). >>>> No, we can't.? I originally had this change as a cleanup patch in the series >>>> I posted implementing aux bus support.? However it turns out that in order >>>> to avoid breaking udev etc, we can't use the aux device as parent of the drm >>...