Release 4.17 drivers/gpu/drm/nouveau/nvkm/engine/nvdec/priv.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NVKM_NVDEC_PRIV_H__
#define __NVKM_NVDEC_PRIV_H__
#include <engine/nvdec.h>
int nvkm_nvdec_new_(struct nvkm_device *, int, struct nvkm_nvdec **);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexandre Courbot | 26 | 96.30% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.70% | 1 | 50.00% |
Total | 27 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.