projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f78f1b
)
drm/amdgpu: drop unused df init callback
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 21 Jun 2019 21:32:25 +0000
(16:32 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Sat, 22 Jun 2019 14:34:14 +0000
(09:34 -0500)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 7118ca21aa4e5ed4a8b1f29a89a8b5ff9285524c..896a4bc600404aaa5454b9e72ac2f504eda6a45d 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@
-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);