[PATCH] drm/amdgpu: Repeat assignment to max_slave_planes

2021-01-14 Thread ZhiJie.Zhang
Signed-off-by: ZhiJie.Zhang --- drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c index 3f63822b8e28..9a86d43a6233 100644

[PATCH] drm/amdgpu:this forword declear maybe not used

2021-01-15 Thread ZhiJie.Zhang
Signed-off-by: ZhiJie.Zhang --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h index 2ee6edb3df93..ef4acb1d4a80

[PATCH v2] drm: Improve the output_poll_changed description

2021-01-15 Thread ZhiJie.Zhang
Signed-off-by: ZhiJie.Zhang --- include/drm/drm_mode_config.h | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h index ab424ddd7665..50541980f7f2 100644 --- a/include/drm/drm_mode_config.h +++ b/i

[PATCH v3] drm: Improve the output_poll_changed description

2021-01-17 Thread ZhiJie.Zhang
is hook is deprecated - new implementation methods instead of this hook Signed-off-by: zhangzhijie Signed-off-by: ZhiJie.Zhang --- include/drm/drm_mode_config.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_conf

[PATCH v4] drm: Improve the output_poll_changed description

2021-01-20 Thread ZhiJie.Zhang
is hook is deprecated - new implementation methods instead of this hook Signed-off-by: ZhiJie.Zhang --- include/drm/drm_mode_config.h | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h index ab424ddd7665..fb

[PATCH] drm: Improve the output_poll_changed description

2021-01-13 Thread ZhiJie.Zhang
From: zhangzhijie codeview the implementation of few Drivers. this callback was used by drm_kms_helper_hotplug_event() Signed-off-by: zhangzhijie --- include/drm/drm_mode_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_mode_config.h b/include/drm/dr

Re: [PATCH v1 1/1] kfd: fixed memleak about release topology

2022-08-18 Thread ZhiJie.Zhang
在 2022/8/18 6:31, Felix Kuehling 写道: Am 2022-07-15 um 04:07 schrieb ZhiJie.zhang: memleak will happend that reload module due to ignore kfree when release topology Signed-off-by: ZhiJie.zhang ---   drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 1 +   1 file changed, 1 insertion(+) diff

[PATCH v1 1/1] kfd: fixed memleak about release topology

2022-07-15 Thread ZhiJie.zhang
memleak will happend that reload module due to ignore kfree when release topology Signed-off-by: ZhiJie.zhang --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c b/drivers/gpu/drm/amd/amdkfd/kfd_topology.c