Commit 54ecff3e authored by Ben Skeggs's avatar Ben Skeggs

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: default avatarBen Skeggs <bskeggs@redhat.com>
parent 88524bc0
...@@ -17,8 +17,7 @@ enum nv_subdev_type { ...@@ -17,8 +17,7 @@ enum nv_subdev_type {
NVDEV_SUBDEV_DEVINIT, NVDEV_SUBDEV_DEVINIT,
NVDEV_SUBDEV_GPIO, NVDEV_SUBDEV_GPIO,
NVDEV_SUBDEV_I2C, NVDEV_SUBDEV_I2C,
NVDEV_SUBDEV_CLOCK, NVDEV_SUBDEV_DEVINIT_LAST = NVDEV_SUBDEV_I2C,
NVDEV_SUBDEV_DEVINIT_LAST = NVDEV_SUBDEV_CLOCK,
/* This grouping of subdevs are initialised right after they've /* This grouping of subdevs are initialised right after they've
* been created, and are allowed to assume any subdevs in the * been created, and are allowed to assume any subdevs in the
...@@ -35,6 +34,7 @@ enum nv_subdev_type { ...@@ -35,6 +34,7 @@ enum nv_subdev_type {
NVDEV_SUBDEV_VM, NVDEV_SUBDEV_VM,
NVDEV_SUBDEV_BAR, NVDEV_SUBDEV_BAR,
NVDEV_SUBDEV_VOLT, NVDEV_SUBDEV_VOLT,
NVDEV_SUBDEV_CLOCK,
NVDEV_SUBDEV_THERM, NVDEV_SUBDEV_THERM,
NVDEV_ENGINE_DMAOBJ, NVDEV_ENGINE_DMAOBJ,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment