cl0080.h (ca9686340aba42e8316202c428ef76a304bed75a) | cl0080.h (015185cc670e8cb3325990dd41b1ddb502dd3a36) |
---|---|
1/* SPDX-License-Identifier: MIT */ 2#ifndef __NVIF_CL0080_H__ 3#define __NVIF_CL0080_H__ 4 5struct nv_device_v0 { 6 __u8 version; 7 __u8 priv; 8 __u8 pad02[6]; --- 78 unchanged lines hidden (view full) --- 87#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSPDEC 0x00000400 88#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSPPP 0x00000800 89#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSENC 0x00001000 90#define NV_DEVICE_HOST_RUNLIST_ENGINES_VIC 0x00002000 91#define NV_DEVICE_HOST_RUNLIST_ENGINES_SEC2 0x00004000 92#define NV_DEVICE_HOST_RUNLIST_ENGINES_NVDEC 0x00008000 93#define NV_DEVICE_HOST_RUNLIST_ENGINES_NVENC 0x00010000 94#define NV_DEVICE_HOST_RUNLIST_ENGINES_NVJPG 0x00020000 | 1/* SPDX-License-Identifier: MIT */ 2#ifndef __NVIF_CL0080_H__ 3#define __NVIF_CL0080_H__ 4 5struct nv_device_v0 { 6 __u8 version; 7 __u8 priv; 8 __u8 pad02[6]; --- 78 unchanged lines hidden (view full) --- 87#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSPDEC 0x00000400 88#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSPPP 0x00000800 89#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSENC 0x00001000 90#define NV_DEVICE_HOST_RUNLIST_ENGINES_VIC 0x00002000 91#define NV_DEVICE_HOST_RUNLIST_ENGINES_SEC2 0x00004000 92#define NV_DEVICE_HOST_RUNLIST_ENGINES_NVDEC 0x00008000 93#define NV_DEVICE_HOST_RUNLIST_ENGINES_NVENC 0x00010000 94#define NV_DEVICE_HOST_RUNLIST_ENGINES_NVJPG 0x00020000 |
95#define NV_DEVICE_HOST_RUNLIST_ENGINES_OFA 0x00040000 |
|
95/* Returns the number of available channels on runlist(data). */ 96#define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101) 97#endif | 96/* Returns the number of available channels on runlist(data). */ 97#define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101) 98#endif |