Release 4.17 drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 75.00% | 1 | 33.33% |
Ben Skeggs | 11 | 22.92% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.08% | 1 | 33.33% |
Total | 48 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.