diff options
author | Junwei Zhang <Jerry.Zhang@amd.com> | 2015-09-08 21:05:55 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-09-23 17:23:36 -0400 |
commit | 4c7eb91cae88fd2aa101750d6825b4176f85ffb2 (patch) | |
tree | 852e67d3ae0e4bad92b8405ea9bf46fae1ac0d47 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | bf60efd353f68e5dec1a177b5cbe4da07c819569 (diff) |
drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job
Use consistent naming across functions.
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: David Zhou <david1.zhou@amd.com>
Signed-off-by: Junwei Zhang <Jerry.Zhang@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 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) |