summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-08-31 05:59:37 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-05 23:40:32 -0400
commit34d552957dd0e3e3363067fc9b9af64281d29396 (patch)
tree2f3689c84156f9980561e9554ce5d945d3820fb9 /drivers/gpu/nvgpu/gk20a/fence_gk20a.c
parentcf7850ee33a5a9ffc32f584c7c3beefe286ceed2 (diff)
gpu: nvgpu: move channel header to common
channel_gk20a is clear from chip specifics and from most dependencies, so move it under the common directory. Jira NVGPU-967 Change-Id: I41f2160b96d4ec84064288ecc22bb360e82352df Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1810578 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
index 0df73278..af421304 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
@@ -28,9 +28,9 @@
28#include <nvgpu/nvhost.h> 28#include <nvgpu/nvhost.h>
29#include <nvgpu/barrier.h> 29#include <nvgpu/barrier.h>
30#include <nvgpu/os_fence.h> 30#include <nvgpu/os_fence.h>
31#include <nvgpu/channel.h>
31 32
32#include "gk20a.h" 33#include "gk20a.h"
33#include "channel_gk20a.h"
34 34
35struct gk20a_fence_ops { 35struct gk20a_fence_ops {
36 int (*wait)(struct gk20a_fence *, long timeout); 36 int (*wait)(struct gk20a_fence *, long timeout);