[PATCH] drm/amdgpu: Add description for AMD_IP_BLOCK_TYPE_VPE

2023-09-25 Thread 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 --- drivers/gpu/drm/amd/include

[PATCH v2] drm: Rename drm_ioctl_flags() to eliminate duplicate declaration warning

2023-09-25 Thread Juntong Deng
(...)' to eliminate the warning. Signed-off-by: Juntong Deng --- drivers/gpu/drm/drm_ioctl.c | 6 +++--- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 +- include/drm/drm_ioctl.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_ioctl.c b

[PATCH v2] drm: Rename drm_ioctl_flags() to eliminate duplicate declaration warning

2023-09-08 Thread Juntong Deng
(...)' to eliminate the warning. Signed-off-by: Juntong Deng --- drivers/gpu/drm/drm_ioctl.c | 6 +++--- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 +- include/drm/drm_ioctl.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_ioctl.c b

Re: [PATCH] drm: Rename drm_ioctl_flags() to eliminate duplicate declaration warning

2023-09-08 Thread Juntong Deng
On 2023/9/7 5:13, Zack Rusin wrote: Can we follow the namespace_action naming convention here? i.e. drm_ioctl_flags_check instead. I find it a lot easier to look up/memorise the api if naming is consistent. z you are right! I will send a new patch.

[PATCH] drm: Rename drm_ioctl_flags() to eliminate duplicate declaration warning

2023-09-06 Thread Juntong Deng
(...)' to eliminate the warning. Signed-off-by: Juntong Deng --- drivers/gpu/drm/drm_ioctl.c | 6 +++--- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 +- include/drm/drm_ioctl.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_ioctl.c b