Re: [PATCH] drm/panfrost: Remove opp table when unloading

2019-08-19 Thread Rob Herring
On Fri, Aug 16, 2019 at 4:31 AM Steven Price wrote: > > The devfreq opp table needs to be removed when unloading the driver to > free the memory associated with it. > > Signed-off-by: Steven Price > --- > drivers/gpu/drm/panfrost/panfrost_devfreq.c | 6 ++ > drivers/gpu/drm/panfrost/panfrost

[PATCH] drm/panfrost: Remove opp table when unloading

2019-08-16 Thread Steven Price
The devfreq opp table needs to be removed when unloading the driver to free the memory associated with it. Signed-off-by: Steven Price --- drivers/gpu/drm/panfrost/panfrost_devfreq.c | 6 ++ drivers/gpu/drm/panfrost/panfrost_devfreq.h | 1 + drivers/gpu/drm/panfrost/panfrost_drv.c | 5 ++