mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: Add host1x support
Add support for the upstream host1x driver with the 'Host1x/Tegra UAPI' series [0] applied. The host1x support is only enabled if the kernel configuration variable CONFIG_TEGRA_HOST1X_NEXT is set. Please note that the initial implementation only supports Tegra194. [0] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=206532 Bug 3156385 Change-Id: If531a8b866b48ba5a2af021756a4b5d158b8d59a Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2429981 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: Sagar Kamble <skamble@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: automaticguardword <automaticguardword@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Alex Waterman
parent
18d1b1b536
commit
8c94013c4d
@@ -14,7 +14,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if !defined(CONFIG_TEGRA_GK20A_NVHOST_HOST1X)
|
||||
#include <uapi/linux/nvhost_ioctl.h>
|
||||
#endif
|
||||
|
||||
#include <linux/err.h>
|
||||
#include <nvgpu/errno.h>
|
||||
|
||||
Reference in New Issue
Block a user