commit | 62250a910a4090f88b729e04baf4369d78ba5bdc | [log] [tgz] |
---|---|---|
author | Nils Wallménius <nils.wallmenius@gmail.com> | Sun Apr 10 16:30:00 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 04 20:20:05 2016 -0400 |
tree | fac76dbe592027b5e8d7aa650a541e05fc45d5d7 | |
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>