All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-24 20:00 ` Juntong Deng
  0 siblings, 0 replies; 10+ messages in thread
From: Juntong Deng @ 2023-09-24 20:00 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland
  Cc: linux-kernel-mentees, dri-devel, amd-gfx, linux-kernel

AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
but currently lacks description.

Fix the documentation warning:
warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
enum 'amd_ip_block_type'

Signed-off-by: Juntong Deng <juntong.deng@outlook.com>
---
 drivers/gpu/drm/amd/include/amd_shared.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 63e2153c00c4..314fd44ec018 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -83,6 +83,7 @@ enum amd_apu_flags {
 * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
 * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
 * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
+* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
 * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
 * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
 */
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-24 20:00 ` Juntong Deng
  0 siblings, 0 replies; 10+ messages in thread
From: Juntong Deng @ 2023-09-24 20:00 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland
  Cc: linux-kernel-mentees, dri-devel, amd-gfx, linux-kernel

AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
but currently lacks description.

Fix the documentation warning:
warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
enum 'amd_ip_block_type'

Signed-off-by: Juntong Deng <juntong.deng@outlook.com>
---
 drivers/gpu/drm/amd/include/amd_shared.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 63e2153c00c4..314fd44ec018 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -83,6 +83,7 @@ enum amd_apu_flags {
 * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
 * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
 * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
+* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
 * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
 * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
 */
-- 
2.39.2

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-24 20:00 ` Juntong Deng
  0 siblings, 0 replies; 10+ messages in thread
From: Juntong Deng @ 2023-09-24 20:00 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland
  Cc: amd-gfx, dri-devel, linux-kernel, linux-kernel-mentees

AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
but currently lacks description.

Fix the documentation warning:
warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
enum 'amd_ip_block_type'

Signed-off-by: Juntong Deng <juntong.deng@outlook.com>
---
 drivers/gpu/drm/amd/include/amd_shared.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 63e2153c00c4..314fd44ec018 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -83,6 +83,7 @@ enum amd_apu_flags {
 * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
 * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
 * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
+* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
 * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
 * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
 */
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
  2023-09-24 20:00 ` Juntong Deng
  (?)
  (?)
@ 2023-09-25  8:18   ` Lang Yu via Linux-kernel-mentees
  -1 siblings, 0 replies; 10+ messages in thread
From: Lang Yu @ 2023-09-25  8:18 UTC (permalink / raw)
  To: Juntong Deng
  Cc: amd-gfx, Bhawanpreet.Lakha, Xinhui.Pan, linux-kernel, shiwu.zhang,
	aurabindo.pillai, dri-devel, daniel, harry.wentland,
	alexander.deucher, airlied, christian.koenig,
	linux-kernel-mentees

On 09/24/ , Juntong Deng wrote:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
> 
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
> 
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Thanks!

Reviewed-by: Lang Yu <lang.yu@amd.com>

> ---
>  drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>  * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>  * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>  * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>  * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>  * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>  */
> -- 
> 2.39.2
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-25  8:18   ` Lang Yu via Linux-kernel-mentees
  0 siblings, 0 replies; 10+ messages in thread
From: Lang Yu via Linux-kernel-mentees @ 2023-09-25  8:18 UTC (permalink / raw)
  To: Juntong Deng
  Cc: amd-gfx, Bhawanpreet.Lakha, Xinhui.Pan, linux-kernel, shiwu.zhang,
	aurabindo.pillai, dri-devel, daniel, harry.wentland,
	alexander.deucher, airlied, christian.koenig,
	linux-kernel-mentees

On 09/24/ , Juntong Deng wrote:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
> 
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
> 
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Thanks!

Reviewed-by: Lang Yu <lang.yu@amd.com>

> ---
>  drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>  * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>  * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>  * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>  * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>  * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>  */
> -- 
> 2.39.2
> 
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-25  8:18   ` Lang Yu via Linux-kernel-mentees
  0 siblings, 0 replies; 10+ messages in thread
From: Lang Yu @ 2023-09-25  8:18 UTC (permalink / raw)
  To: Juntong Deng
  Cc: amd-gfx, Bhawanpreet.Lakha, Xinhui.Pan, linux-kernel, shiwu.zhang,
	aurabindo.pillai, dri-devel, alexander.deucher, christian.koenig,
	linux-kernel-mentees

On 09/24/ , Juntong Deng wrote:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
> 
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
> 
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Thanks!

Reviewed-by: Lang Yu <lang.yu@amd.com>

> ---
>  drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>  * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>  * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>  * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>  * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>  * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>  */
> -- 
> 2.39.2
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-25  8:18   ` Lang Yu via Linux-kernel-mentees
  0 siblings, 0 replies; 10+ messages in thread
From: Lang Yu @ 2023-09-25  8:18 UTC (permalink / raw)
  To: Juntong Deng
  Cc: alexander.deucher, christian.koenig, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland,
	linux-kernel-mentees, dri-devel, amd-gfx, linux-kernel

On 09/24/ , Juntong Deng wrote:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
> 
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
> 
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Thanks!

Reviewed-by: Lang Yu <lang.yu@amd.com>

> ---
>  drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>  * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>  * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>  * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>  * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>  * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>  */
> -- 
> 2.39.2
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
  2023-09-24 20:00 ` Juntong Deng
  (?)
@ 2023-09-25 11:58   ` Christian König via Linux-kernel-mentees
  -1 siblings, 0 replies; 10+ messages in thread
From: Christian König @ 2023-09-25 11:58 UTC (permalink / raw)
  To: Juntong Deng, alexander.deucher, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland
  Cc: linux-kernel-mentees, dri-devel, amd-gfx, linux-kernel

Am 24.09.23 um 22:00 schrieb Juntong Deng:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
>
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
>
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Acked-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>   * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>   * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>   * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>   * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>   * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>   */


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-25 11:58   ` Christian König via Linux-kernel-mentees
  0 siblings, 0 replies; 10+ messages in thread
From: Christian König via Linux-kernel-mentees @ 2023-09-25 11:58 UTC (permalink / raw)
  To: Juntong Deng, alexander.deucher, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland
  Cc: linux-kernel-mentees, dri-devel, amd-gfx, linux-kernel

Am 24.09.23 um 22:00 schrieb Juntong Deng:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
>
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
>
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Acked-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>   * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>   * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>   * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>   * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>   * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>   */

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE
@ 2023-09-25 11:58   ` Christian König via Linux-kernel-mentees
  0 siblings, 0 replies; 10+ messages in thread
From: Christian König @ 2023-09-25 11:58 UTC (permalink / raw)
  To: Juntong Deng, alexander.deucher, Xinhui.Pan, airlied, daniel,
	aurabindo.pillai, shiwu.zhang, Bhawanpreet.Lakha, harry.wentland
  Cc: amd-gfx, dri-devel, linux-kernel, linux-kernel-mentees

Am 24.09.23 um 22:00 schrieb Juntong Deng:
> AMD_IP_BLOCK_TYPE_VPE is a new IP BLOCK type for Video Processing Engine,
> but currently lacks description.
>
> Fix the documentation warning:
> warning: Enum value 'AMD_IP_BLOCK_TYPE_VPE' not described in
> enum 'amd_ip_block_type'
>
> Signed-off-by: Juntong Deng <juntong.deng@outlook.com>

Acked-by: Christian König <christian.koenig@amd.com>

> ---
>   drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 63e2153c00c4..314fd44ec018 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -83,6 +83,7 @@ enum amd_apu_flags {
>   * @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
>   * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
>   * @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
> +* @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine
>   * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Schduler for Multimedia
>   * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
>   */


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-09-25 11:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-24 20:00 [PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE Juntong Deng
2023-09-24 20:00 ` Juntong Deng
2023-09-24 20:00 ` Juntong Deng
2023-09-25  8:18 ` Lang Yu
2023-09-25  8:18   ` Lang Yu
2023-09-25  8:18   ` Lang Yu
2023-09-25  8:18   ` Lang Yu via Linux-kernel-mentees
2023-09-25 11:58 ` Christian König
2023-09-25 11:58   ` Christian König
2023-09-25 11:58   ` Christian König via Linux-kernel-mentees

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.