Message ID | 20210817020153.25378-1-digetx@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Tegra DRM and Host1x driver fixes | expand |
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
On Tue, Aug 17, 2021 at 05:01:50AM +0300, 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(-) All three patches applied, thanks. Thierry