diff options
author | Christian König <christian.koenig@amd.com> | 2016-05-03 12:46:19 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-11 12:31:18 -0400 |
commit | 4d9c514d8ccff2b4bd0db5d3e178c0c0b3f3bc77 (patch) | |
tree | f3fb27b84f3fcc7163aba9953f28750ab07d27bd /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 794ff5710eb1d8bea4acc79cd005f6342623ec46 (diff) |
drm/amdgpu: two minor 80 char fixes
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 959008ad65a8..e42b0a357fb8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -508,9 +508,10 @@ void amdgpu_gem_object_close(struct drm_gem_object *obj, | |||
508 | struct drm_file *file_priv); | 508 | struct drm_file *file_priv); |
509 | unsigned long amdgpu_gem_timeout(uint64_t timeout_ns); | 509 | unsigned long amdgpu_gem_timeout(uint64_t timeout_ns); |
510 | struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj); | 510 | struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj); |
511 | struct drm_gem_object *amdgpu_gem_prime_import_sg_table(struct drm_device *dev, | 511 | struct drm_gem_object * |
512 | struct dma_buf_attachment *attach, | 512 | amdgpu_gem_prime_import_sg_table(struct drm_device *dev, |
513 | struct sg_table *sg); | 513 | struct dma_buf_attachment *attach, |
514 | struct sg_table *sg); | ||
514 | struct dma_buf *amdgpu_gem_prime_export(struct drm_device *dev, | 515 | struct dma_buf *amdgpu_gem_prime_export(struct drm_device *dev, |
515 | struct drm_gem_object *gobj, | 516 | struct drm_gem_object *gobj, |
516 | int flags); | 517 | int flags); |
@@ -1187,7 +1188,8 @@ struct amdgpu_gfx { | |||
1187 | 1188 | ||
1188 | int amdgpu_ib_get(struct amdgpu_device *adev, struct amdgpu_vm *vm, | 1189 | int amdgpu_ib_get(struct amdgpu_device *adev, struct amdgpu_vm *vm, |
1189 | unsigned size, struct amdgpu_ib *ib); | 1190 | unsigned size, struct amdgpu_ib *ib); |
1190 | void amdgpu_ib_free(struct amdgpu_device *adev, struct amdgpu_ib *ib, struct fence *f); | 1191 | void amdgpu_ib_free(struct amdgpu_device *adev, struct amdgpu_ib *ib, |
1192 | struct fence *f); | ||
1191 | int amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned num_ibs, | 1193 | int amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned num_ibs, |
1192 | struct amdgpu_ib *ib, struct fence *last_vm_update, | 1194 | struct amdgpu_ib *ib, struct fence *last_vm_update, |
1193 | struct amdgpu_job *job, struct fence **f); | 1195 | struct amdgpu_job *job, struct fence **f); |