Re: [PATCH 47/64] drm/vc4: txp: Switch to drmm_kzalloc

2022-06-20 Thread Thomas Zimmermann
Am 10.06.22 um 11:29 schrieb Maxime Ripard: Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. This means that this will eventually be freed whenever the device is removed. In our case, the most like source of removal is that the main d

[PATCH 47/64] drm/vc4: txp: Switch to drmm_kzalloc

2022-06-10 Thread Maxime Ripard
Our internal structure that stores the DRM entities structure is allocated through a device-managed kzalloc. This means that this will eventually be freed whenever the device is removed. In our case, the most like source of removal is that the main device is going to be unbound, and component_unbi