Module Name: src Committed By: riastradh Date: Mon Aug 27 07:43:07 UTC 2018
Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev: clk.h src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk: nouveau_nvkm_subdev_clk_base.c Log Message: Convert nouveau clk to condition variables. Not totally sure that the activity in nvkm_pstate_work that must happen atomically with wakeup is kosher under a spin lock, but we'll see. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/clk.h cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/nouveau_nvkm_subdev_clk_base.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.