summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/ce2_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/ce2_vgpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c b/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
index 914041ff..a552ad44 100644
--- a/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
@@ -22,7 +22,7 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#include "gk20a/channel_gk20a.h" 25#include "gk20a/gk20a.h"
26 26
27#include <nvgpu/bug.h> 27#include <nvgpu/bug.h>
28#include <nvgpu/vgpu/vgpu.h> 28#include <nvgpu/vgpu/vgpu.h>
@@ -34,7 +34,7 @@ int vgpu_ce2_nonstall_isr(struct gk20a *g,
34 34
35 switch (info->type) { 35 switch (info->type) {
36 case TEGRA_VGPU_CE2_NONSTALL_INTR_NONBLOCKPIPE: 36 case TEGRA_VGPU_CE2_NONSTALL_INTR_NONBLOCKPIPE:
37 gk20a_channel_semaphore_wakeup(g, true); 37 g->ops.semaphore_wakeup(g, true);
38 break; 38 break;
39 default: 39 default:
40 WARN_ON(1); 40 WARN_ON(1);