Release 4.12 drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h
#ifndef __NVKM_NVDEC_H__
#define __NVKM_NVDEC_H__
#define nvkm_nvdec(p) container_of((p), struct nvkm_nvdec, engine)
#include <core/engine.h>
struct nvkm_nvdec {
struct nvkm_engine engine;
struct nvkm_falcon *falcon;
};
int gp102_nvdec_new(struct nvkm_device *, int, struct nvkm_nvdec **);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexandre Courbot | 36 | 76.60% | 1 | 50.00% |
Ben Skeggs | 11 | 23.40% | 1 | 50.00% |
Total | 47 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.