On 8/17/21 5:01 AM, Dmitry Osipenko wrote:
Fix troubles introduced by recent commits.
Dmitry Osipenko (3): drm/tegra: dc: Remove unused variables drm/tegra: uapi: Fix wrong mapping end address in case of disabled IOMMU gpu/host1x: fence: Make spinlock static
drivers/gpu/drm/tegra/dc.c | 3 --- drivers/gpu/drm/tegra/dc.h | 6 ------ drivers/gpu/drm/tegra/uapi.c | 2 +- drivers/gpu/host1x/fence.c | 2 +- 4 files changed, 2 insertions(+), 11 deletions(-)
Series
Reviewed-by: Mikko Perttunen mperttunen@nvidia.com
I went through the changes between v6 and v7 and from what I can tell the end address change above is the only one of those missing in what was merged.
Thanks, Mikko