]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c
drm/nouveau/therm: skip probing for devices not specified in thermal tables
[linux.git] / drivers / gpu / drm / nouveau / nvkm / subdev / therm / ic.c
index 6e0ddc1bb583541af27d90e3029805cb231c7ad1..03b355dabab3dc64507e3102259b1fd6451972ba 100644 (file)
@@ -116,6 +116,9 @@ nvkm_therm_ic_ctor(struct nvkm_therm *therm)
                        return;
        }
 
+       if (nvbios_extdev_skip_probe(bios))
+               return;
+
        /* The vbios doesn't provide the address of an exisiting monitoring
           device. Let's try our static list.
         */