drm/amdgpu: change job->ctx field name
authorMonk Liu <Monk.Liu@amd.com>
Thu, 25 Aug 2016 07:40:48 +0000 (15:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 12 Sep 2016 22:12:17 +0000 (18:12 -0400)
commit3aecd24c65b9539b6faac2a52a9aaa7bc90f4677
tree60f9c78fd04b2865ccdfe093e96b0608ceefc7df
parentd4946ccfd0373610ffa6181cffae236bf07d3aff
drm/amdgpu: change job->ctx field name

job->ctx actually is a fence_context of the entity
it belongs to, naming it as ctx is too vague, and
we'll need add amdgpu_ctx into the job structure
later.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c