drm/amdgpu: move amdgpu_device_get_job_timeout_settings
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Oct 2019 18:36:09 +0000 (13:36 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Oct 2019 20:10:20 +0000 (15:10 -0500)
commit71f98027f2c399805ad513f6675b88c92eea3302
tree6296fada763bea2d280e38996efe9cf63542bb22
parent72caac6b62c291a095948a80995b9c40c3956796
drm/amdgpu: move amdgpu_device_get_job_timeout_settings

It's only used in amdgpu_device.c and the naming also
reflects that.  Move it there.

Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c