mbox series

[v1,0/3] Tegra DRM and Host1x driver fixes

Message ID 20210817020153.25378-1-digetx@gmail.com
Headers show
Series Tegra DRM and Host1x driver fixes | expand

Message

Dmitry Osipenko Aug. 17, 2021, 2:01 a.m. UTC
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(-)

Comments

Mikko Perttunen Aug. 17, 2021, 8:20 a.m. UTC | #1
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
Thierry Reding Aug. 17, 2021, 2:17 p.m. UTC | #2
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