Displaying 1 result from an estimated 1 matches for "nouveau_drm_device_new".
Did you mean:
nouveau_drm_device_del
2024 Jul 26
2
[PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
On 27/7/24 01:41, Danilo Krummrich wrote:
> On Fri, Jul 26, 2024 at 02:27:53PM +1000, Ben Skeggs wrote:
>>>>>> +
>>>>>> +static struct nouveau_drm *
>>>>>> +nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent,
>>>>>> + struct nvkm_device *device)
>>>>>> +{
>>>>>> + struct nouveau_drm *drm;
>>>>>> + int ret;
>>>>>> +
>>>>>> + drm =...