OSDN Git Service

drm/nouveau/nvdec/gm107: rename from gp102 implementation
[tomoyo/tomoyo-test1.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / nvdec.h
index ae3c294..1b3183e 100644 (file)
@@ -11,5 +11,5 @@ struct nvkm_nvdec {
        struct nvkm_falcon falcon;
 };
 
-int gp102_nvdec_new(struct nvkm_device *, int, struct nvkm_nvdec **);
+int gm107_nvdec_new(struct nvkm_device *, int, struct nvkm_nvdec **);
 #endif