Skip to content

Commit

Permalink
drm/amdgpu: drop unused df init callback
Browse files Browse the repository at this point in the history
It was replaced with the sw_init callback so is no longer
needed.

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Jun 22, 2019
1 parent 8f78f1b commit f3f48d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/amd/amdgpu/amdgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ struct amdgpu_nbio_funcs {
};

struct amdgpu_df_funcs {
void (*init)(struct amdgpu_device *adev);
void (*sw_init)(struct amdgpu_device *adev);
void (*enable_broadcast_mode)(struct amdgpu_device *adev,
bool enable);
Expand Down

0 comments on commit f3f48d7

Please sign in to comment.