cl0080.h (176fdcbddfd288408ce8571c1760ad618d962096) | cl0080.h (ca9686340aba42e8316202c428ef76a304bed75a) |
---|---|
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]; --- 77 unchanged lines hidden (view full) --- 86#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSVLD 0x00000200 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 | 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]; --- 77 unchanged lines hidden (view full) --- 86#define NV_DEVICE_HOST_RUNLIST_ENGINES_MSVLD 0x00000200 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 |
|
94/* Returns the number of available channels on runlist(data). */ 95#define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101) 96#endif | 95/* Returns the number of available channels on runlist(data). */ 96#define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101) 97#endif |