mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amdgpu: update the handle ptr in print_ip_state
Update the ptr handle to amdgpu_ip_block ptr in all the functions affected. Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
181db30bcf
commit
d60e78bdef
@@ -402,7 +402,7 @@ struct amd_ip_funcs {
|
||||
enum amd_powergating_state state);
|
||||
void (*get_clockgating_state)(void *handle, u64 *flags);
|
||||
void (*dump_ip_state)(struct amdgpu_ip_block *ip_block);
|
||||
void (*print_ip_state)(void *handle, struct drm_printer *p);
|
||||
void (*print_ip_state)(struct amdgpu_ip_block *ip_block, struct drm_printer *p);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user