Lines Matching refs:subdev

34 #include <subdev/bios.h>
35 #include <subdev/bios/pll.h>
36 #include <subdev/bios/rammap.h>
37 #include <subdev/bios/timing.h>
38 #include <subdev/clk.h>
39 #include <subdev/clk/pll.h>
116 struct nvkm_device *device = fb->subdev.device;
136 struct nvkm_subdev *subdev = &ram->base.fb->subdev;
137 struct nvkm_device *device = subdev->device;
155 nvkm_error(subdev, "invalid/missing rammap entry\n");
160 strap = nvbios_ramcfg_index(subdev);
162 nvkm_error(subdev, "invalid ramcfg strap\n");
168 nvkm_error(subdev, "invalid/missing ramcfg entry\n");
178 nvkm_error(subdev, "invalid/missing timing entry\n");
220 ret = gt215_pll_calc(subdev, &ram->refpll, ram->mempll.refclk,
223 nvkm_error(subdev, "unable to calc refpll\n");
235 ret = gt215_pll_calc(subdev, &ram->mempll, freq,
238 nvkm_error(subdev, "unable to calc refpll\n");
415 struct nvkm_device *device = ram->base.fb->subdev.device;
443 struct nvkm_device *device = ram->base.fb->subdev.device;
499 struct nvkm_subdev *subdev = &fb->subdev;
500 struct nvkm_device *device = subdev->device;
509 nvkm_debug(subdev, "%d FBP(s)\n", fbps);
513 nvkm_debug(subdev, "FBP %d: %4d MiB, %d LTC(s)\n",
519 nvkm_debug(subdev, "FBP %d: disabled\n", fbp);
527 nvkm_debug(subdev, "Lower: %4"PRId64" MiB @ %010llx\n", lower >> 20, 0ULL);
528 nvkm_debug(subdev, "Upper: %4"PRId64" MiB @ %010"PRIx64"\n", usize >> 20, ubase);
529 nvkm_debug(subdev, "Total: %4"PRId64" MiB\n", total >> 20);
575 struct nvkm_subdev *subdev = &fb->subdev;
576 struct nvkm_bios *bios = subdev->device->bios;
590 nvkm_error(subdev, "mclk refpll data not found\n");
596 nvkm_error(subdev, "mclk pll data not found\n");