diff options
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 e587e20074d3..58fe9fab8192 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1275,7 +1275,7 @@ struct amdgpu_job { | |||
1275 | uint32_t num_ibs; | 1275 | uint32_t num_ibs; |
1276 | struct mutex job_lock; | 1276 | struct mutex job_lock; |
1277 | struct amdgpu_user_fence uf; | 1277 | struct amdgpu_user_fence uf; |
1278 | int (*free_job)(struct amdgpu_job *sched_job); | 1278 | int (*free_job)(struct amdgpu_job *job); |
1279 | }; | 1279 | }; |
1280 | 1280 | ||
1281 | static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, uint32_t ib_idx, int idx) | 1281 | static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, uint32_t ib_idx, int idx) |