diff options
| author | Mikko Perttunen <mperttunen@nvidia.com> | 2024-04-25 08:02:36 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2024-08-29 20:14:29 +0200 |
| commit | 57d298bdb46bc240498675a7f887fc71089da2c0 (patch) | |
| tree | b6f14cc4c452b0a52b926cc8916b716fdf9e483f /include/linux | |
| parent | 4e90b03a4b0771df6a2062f755524573c58843eb (diff) | |
gpu: host1x: Add MLOCK recovery for rest of engines
Add class IDs / MLOCKs for MLOCK recovery for rest of engines
present on Tegra234.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240425050238.2943404-4-cyndis@kapsi.fi
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/host1x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index 9c8119ed13a4..5a7a81e5f9bd 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h @@ -14,12 +14,17 @@ enum host1x_class { HOST1X_CLASS_HOST1X = 0x1, + HOST1X_CLASS_NVJPG1 = 0x7, + HOST1X_CLASS_NVENC = 0x21, + HOST1X_CLASS_NVENC1 = 0x22, HOST1X_CLASS_GR2D = 0x51, HOST1X_CLASS_GR2D_SB = 0x52, HOST1X_CLASS_VIC = 0x5D, HOST1X_CLASS_GR3D = 0x60, + HOST1X_CLASS_NVJPG = 0xC0, HOST1X_CLASS_NVDEC = 0xF0, HOST1X_CLASS_NVDEC1 = 0xF5, + HOST1X_CLASS_OFA = 0xF8, }; struct host1x; |
