]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/ttm: Add limits.h
authorMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 10:50:50 +0000 (11:50 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 10:54:44 +0000 (11:54 +0100)
commitef30df1664b27d3b67219e4195c20a62454e4973
tree64d7d0c40625fd540656a958eee203f032319709
parentbc5c2ebdae589e402313a54fff16f32521aa3c34
drm/nouveau/ttm: Add limits.h

It seems that a recent commit broke the nouveau compilation when swiotlb is
disabled (which is the case on our ARM defconfig for example).

Daniel says

"""
Since the proper fix is maybe stuck in the usual "drm abuses swiotlb
internals" bikeshed, maybe best if we push a fix to including limits.h
in nouveau and call it done?
"""

So let's go down the simplest path to fix our build, and goes back to it
later if needed.

Link: https://patchwork.freedesktop.org/patch/397835/
Fixes: bc645fa13233 ("drm/nouveu: fix swiotlb include")
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/nouveau/nouveau_ttm.c