diff options
author | Nils Wallménius <nils.wallmenius@gmail.com> | 2016-04-10 10:30:00 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:20:05 -0400 |
commit | 62250a910a4090f88b729e04baf4369d78ba5bdc (patch) | |
tree | fac76dbe592027b5e8d7aa650a541e05fc45d5d7 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | f498d9ed26fdfa2694ef3d892f032c7dc6feba14 (diff) |
drm/amd/scheduler: Mark amdgpu_sched_ops const
This marks the struct amdgpu_sched_ops const and
adjusts amd_sched_init to take a const pointer
for the ops param. The ops member of
struct amd_gpu_scheduler is also changed to const.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 5d05b5d67bbd..660213a1682a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -748,7 +748,7 @@ enum amdgpu_ring_type { | |||
748 | AMDGPU_RING_TYPE_VCE | 748 | AMDGPU_RING_TYPE_VCE |
749 | }; | 749 | }; |
750 | 750 | ||
751 | extern struct amd_sched_backend_ops amdgpu_sched_ops; | 751 | extern const struct amd_sched_backend_ops amdgpu_sched_ops; |
752 | 752 | ||
753 | int amdgpu_job_alloc(struct amdgpu_device *adev, unsigned num_ibs, | 753 | int amdgpu_job_alloc(struct amdgpu_device *adev, unsigned num_ibs, |
754 | struct amdgpu_job **job); | 754 | struct amdgpu_job **job); |