search for: argubali

Displaying 3 results from an estimated 3 matches for "argubali".

Did you mean: argubaly
2024 Jul 28
1
[PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
On Fri, Jul 26, 2024 at 11:07:19PM +1000, Ben Skeggs wrote: > > Right, I think I took that too literally. > > > > The lifetime of the DRM device (or more precisely one of its references) is > > bound to the binding between the parent device and its corresponding driver. > > > > But the lifetime of the parent device itself is bound to the DRM device. > >
2024 Jul 28
1
[PATCH v2 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
On Sun, Jul 28, 2024 at 03:13:08PM -0300, Jason Gunthorpe wrote: > On Fri, Jul 26, 2024 at 11:07:19PM +1000, Ben Skeggs wrote: > > > > Right, I think I took that too literally. > > > > > > The lifetime of the DRM device (or more precisely one of its references) is > > > bound to the binding between the parent device and its corresponding driver. >
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) >>>>>> +{