mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -04:00
drm/amdgpu: change the comment from handle to ip_block
htmldoc generation depend upon the input arguments etc to generate the document. After update of handle to ip_block then update needs in comments too to fix the warnings. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202410021904.YyGjlpk9-lkp@intel.com Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Acked-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
2d5f74a867
commit
7e6487ab21
@@ -98,7 +98,7 @@ static void vcn_v4_0_3_enable_ras(struct amdgpu_device *adev,
|
||||
/**
|
||||
* vcn_v4_0_3_early_init - set function pointers
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* Set ring and irq function pointers
|
||||
*/
|
||||
@@ -119,7 +119,7 @@ static int vcn_v4_0_3_early_init(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* vcn_v4_0_3_sw_init - sw init for VCN block
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* Load firmware and sw initialization
|
||||
*/
|
||||
@@ -212,7 +212,7 @@ static int vcn_v4_0_3_sw_init(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* vcn_v4_0_3_sw_fini - sw fini for VCN block
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* VCN suspend and free up sw allocation
|
||||
*/
|
||||
@@ -249,7 +249,7 @@ static int vcn_v4_0_3_sw_fini(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* vcn_v4_0_3_hw_init - start and test VCN block
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* Initialize the hardware, boot up the VCPU and do some testing
|
||||
*/
|
||||
@@ -308,7 +308,7 @@ static int vcn_v4_0_3_hw_init(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* vcn_v4_0_3_hw_fini - stop the hardware block
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* Stop the VCN block, mark ring as not ready any more
|
||||
*/
|
||||
@@ -327,7 +327,7 @@ static int vcn_v4_0_3_hw_fini(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* vcn_v4_0_3_suspend - suspend VCN block
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* HW fini and suspend VCN block
|
||||
*/
|
||||
@@ -347,7 +347,7 @@ static int vcn_v4_0_3_suspend(struct amdgpu_ip_block *ip_block)
|
||||
/**
|
||||
* vcn_v4_0_3_resume - resume VCN block
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* Resume firmware and hw init VCN block
|
||||
*/
|
||||
@@ -1565,7 +1565,7 @@ static bool vcn_v4_0_3_is_idle(void *handle)
|
||||
/**
|
||||
* vcn_v4_0_3_wait_for_idle - wait for VCN block idle
|
||||
*
|
||||
* @handle: amdgpu_device pointer
|
||||
* @ip_block: Pointer to the amdgpu_ip_block for this hw instance.
|
||||
*
|
||||
* Wait for VCN block idle
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user