summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/enabled.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/enabled.h b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
index a0b738e0..54c4d61c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/enabled.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/enabled.h
@@ -192,10 +192,9 @@ bool nvgpu_is_enabled(struct gk20a *g, int flag);
192 * @flag - Which flag to modify. 192 * @flag - Which flag to modify.
193 * @state - The state to set the flag to. 193 * @state - The state to set the flag to.
194 * 194 *
195 * Set the state of the passed @flag to @state. This will return the previous 195 * Set the state of the passed @flag to @state.
196 * state of the passed @flag.
197 */ 196 */
198bool __nvgpu_set_enabled(struct gk20a *g, int flag, bool state); 197void __nvgpu_set_enabled(struct gk20a *g, int flag, bool state);
199 198
200int nvgpu_init_enabled_flags(struct gk20a *g); 199int nvgpu_init_enabled_flags(struct gk20a *g);
201void nvgpu_free_enabled_flags(struct gk20a *g); 200void nvgpu_free_enabled_flags(struct gk20a *g);