mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/amdgpu/vcn: add a generic helper for set_power_gating_state
It's common for all VCN variants. Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -546,4 +546,7 @@ int amdgpu_vcn_sysfs_reset_mask_init(struct amdgpu_device *adev);
|
||||
void amdgpu_vcn_sysfs_reset_mask_fini(struct amdgpu_device *adev);
|
||||
void amdgpu_debugfs_vcn_sched_mask_init(struct amdgpu_device *adev);
|
||||
|
||||
int vcn_set_powergating_state(struct amdgpu_ip_block *ip_block,
|
||||
enum amd_powergating_state state);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user