mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Host1x class information and opcodes are unchanged or backwards compatible across SoCs so let's not duplicate them for each one but have them in a shared header file. At the same time, add opcode functions for acquire/release_mlock. Bug 3724727 Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Change-Id: I06e28af3822b11684aef52e6d0776700beff1c69 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2745950 Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Brad Griffis <bgriffis@nvidia.com>
21 lines
395 B
C
21 lines
395 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Tegra host1x Register Offsets for Tegra210
|
|
*
|
|
* Copyright (c) 2015 NVIDIA Corporation.
|
|
*/
|
|
|
|
#ifndef __HOST1X_HOST1X05_HARDWARE_H
|
|
#define __HOST1X_HOST1X05_HARDWARE_H
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/bitops.h>
|
|
|
|
#include "hw_host1x05_channel.h"
|
|
#include "hw_host1x05_sync.h"
|
|
#include "hw_host1x05_uclass.h"
|
|
|
|
#include "opcodes.h"
|
|
|
|
#endif
|