linux_dsm_epyc7002/drivers/gpu/drm/panfrost
Denis Efremov 114427b892 drm/panfrost: Use kvfree() to free bo->sgts
Use kvfree() to free bo->sgts, because the memory is allocated with
kvmalloc_array() in panfrost_mmu_map_fault_addr().

Fixes: 187d292920 ("drm/panfrost: Add support for GPU heap allocations")
Cc: stable@vger.kernel.org
Signed-off-by: Denis Efremov <efremov@linux.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200608151728.234026-1-efremov@linux.com
2020-06-19 11:00:02 +01:00
..
Kconfig
Makefile
panfrost_devfreq.c
panfrost_devfreq.h
panfrost_device.c drm/panfrost: Reduce the amount of logs on deferred probe 2020-06-18 09:59:25 +01:00
panfrost_device.h
panfrost_drv.c
panfrost_features.h
panfrost_gem_shrinker.c
panfrost_gem.c drm/panfrost: Use kvfree() to free bo->sgts 2020-06-19 11:00:02 +01:00
panfrost_gem.h
panfrost_gpu.c
panfrost_gpu.h
panfrost_issues.h
panfrost_job.c drm/panfrost: Fix runtime PM imbalance on error 2020-06-19 11:00:02 +01:00
panfrost_job.h
panfrost_mmu.c drm/panfrost: Use kvfree() to free bo->sgts 2020-06-19 11:00:02 +01:00
panfrost_mmu.h
panfrost_perfcnt.c
panfrost_perfcnt.h
panfrost_regs.h
TODO