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

From: Rob Herring
Date: Mon Aug 19 2019 - 12:57:42 EST


On Fri, Aug 16, 2019 at 4:31 AM Steven Price <steven.price@xxxxxxx> 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 <steven.price@xxxxxxx>
> ---
> drivers/gpu/drm/panfrost/panfrost_devfreq.c | 6 ++++++
> drivers/gpu/drm/panfrost/panfrost_devfreq.h | 1 +
> drivers/gpu/drm/panfrost/panfrost_drv.c | 5 ++++-
> 3 files changed, 11 insertions(+), 1 deletion(-)

Applied, thanks.

Rob