summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index df16af85..74fc991d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -38,11 +38,11 @@
38#include <nvgpu/clk_arb.h> 38#include <nvgpu/clk_arb.h>
39#include <nvgpu/therm.h> 39#include <nvgpu/therm.h>
40#include <nvgpu/mc.h> 40#include <nvgpu/mc.h>
41#include <nvgpu/channel_sync.h>
41 42
42#include <trace/events/gk20a.h> 43#include <trace/events/gk20a.h>
43 44
44#include "gk20a.h" 45#include "gk20a.h"
45#include "channel_sync_gk20a.h"
46 46
47#include "dbg_gpu_gk20a.h" 47#include "dbg_gpu_gk20a.h"
48#include "hal.h" 48#include "hal.h"
@@ -475,7 +475,7 @@ int gk20a_init_gpu_characteristics(struct gk20a *g)
475 * supported otherwise, provided that the user doesn't request anything 475 * supported otherwise, provided that the user doesn't request anything
476 * that depends on deferred cleanup. 476 * that depends on deferred cleanup.
477 */ 477 */
478 if (!gk20a_channel_sync_needs_sync_framework(g)) { 478 if (!nvgpu_channel_sync_needs_os_fence_framework(g)) {
479 __nvgpu_set_enabled(g, 479 __nvgpu_set_enabled(g,
480 NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_FULL, 480 NVGPU_SUPPORT_DETERMINISTIC_SUBMIT_FULL,
481 true); 481 true);