Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/nouveau/clk: change init ordering, no longer needed by devinit

And, will depend on FB/VOLT/DAEMON being ready when it gets initialised
so that it can set/restore clocks.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

+2 -2
+2 -2
drivers/gpu/drm/nouveau/core/include/core/device.h
··· 17 17 NVDEV_SUBDEV_DEVINIT, 18 18 NVDEV_SUBDEV_GPIO, 19 19 NVDEV_SUBDEV_I2C, 20 - NVDEV_SUBDEV_CLOCK, 21 - NVDEV_SUBDEV_DEVINIT_LAST = NVDEV_SUBDEV_CLOCK, 20 + NVDEV_SUBDEV_DEVINIT_LAST = NVDEV_SUBDEV_I2C, 22 21 23 22 /* This grouping of subdevs are initialised right after they've 24 23 * been created, and are allowed to assume any subdevs in the ··· 34 35 NVDEV_SUBDEV_VM, 35 36 NVDEV_SUBDEV_BAR, 36 37 NVDEV_SUBDEV_VOLT, 38 + NVDEV_SUBDEV_CLOCK, 37 39 NVDEV_SUBDEV_THERM, 38 40 39 41 NVDEV_ENGINE_DMAOBJ,