[PATCH] drm/i915:fix kernel-doc trivial warnings

2023-05-24 Thread pengfuyuan
x27; not described in 'i915_refct_sgt_put' drivers/gpu/drm/i915/i915_scatterlist.h:198: warning: Function parameter or member 'rsgt' not described in 'i915_refct_sgt_get' drivers/gpu/drm/i915/i915_scatterlist.h:214: warning: Function parameter or member &#x

[PATCH] drm/i915/gt: fix kernel-doc trivial warnings

2023-05-24 Thread pengfuyuan
warning: Function parameter or member 'ce' not described in 'intel_context_unlock_pinned drivers/gpu/drm/i915/gt/intel_engine_types.h:293: warning: Function parameter or member 'preempt_hang' not described in 'intel_engine_execlists' Reported-by: k2ci Signed-off-by: pe

[PATCH] drm/i915/gt/uc:fix kernel-doc trivial warnings

2023-05-24 Thread pengfuyuan
ivers/gpu/drm/i915/gt/uc/guc_capture_fwif.h:163: warning: Function parameter or member 'size' not described in '__guc_capture_ads_cache' drivers/gpu/drm/i915/gt/uc/guc_capture_fwif.h:163: warning: Function parameter or member 'status' not described in '__guc_

[PATCH] drm/i915/pxp:fix kernel-doc trivial warnings

2023-05-24 Thread pengfuyuan
The test robot reports some make warnings. Fix those warnings: drivers/gpu/drm/i915/pxp/intel_pxp_types.h:96: warning: Function parameter or member 'dev_link' not described in 'intel_pxp' Reported-by: k2ci Signed-off-by: pengfuyuan --- drivers/gpu/drm/i915/pxp/intel_p

[PATCH] arm/komeda: Compile DEFINE_SHOW_ATTRIBUTE() only when CONFIG_DEBUG_FS is enabled

2024-06-06 Thread pengfuyuan
We do not call komeda_debugfs_init() and the debugfs core function declaration if CONFIG_DEBUG_FS is not defined, but we should not compile it either because the debugfs core function declaration is not included. Reported-by: k2ci Signed-off-by: pengfuyuan --- drivers/gpu/drm/arm/display

[PATCH] arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations

2024-06-06 Thread pengfuyuan
developers have it enabled, CONFIG_DEBUG_FS=n is not tested much and may fail the build due to the conditional compilation. Reported-by: k2ci Signed-off-by: pengfuyuan --- drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm

[PATCH] drm/arm/mali-dp: Fix spelling typo in comment

2022-04-27 Thread pengfuyuan
Fix spelling typo in comment. Signed-off-by: pengfuyuan --- drivers/gpu/drm/arm/malidp_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/malidp_regs.h b/drivers/gpu/drm/arm/malidp_regs.h index 514c50dcb74d..3bc16db70ddb 100644 --- a/drivers/gpu/drm

[PATCH] drm/arm/mali-dp: Fix spelling typo in comment

2022-04-27 Thread pengfuyuan
Fix spelling typo in comment. Signed-off-by: pengfuyuan --- drivers/gpu/drm/arm/malidp_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/arm/malidp_regs.h b/drivers/gpu/drm/arm/malidp_regs.h index 514c50dcb74d..59f63cc2b304 100644 --- a/drivers/gpu/drm

[PATCH] gpu/drm/radeon: Fix spelling typo in comments

2022-04-28 Thread pengfuyuan
Fix spelling typo in comments. Signed-off-by: pengfuyuan --- drivers/gpu/drm/radeon/atombios.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index bd5dc09e860f..e00d6adf7262 100644 --- a

[PATCH] gpu/drm/radeon: Fix spelling typo in comments

2022-05-02 Thread pengfuyuan
Fix spelling typo in comments. Signed-off-by: pengfuyuan --- drivers/gpu/drm/radeon/atombios.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index bd5dc09e860f..da35a970fcc0 100644 --- a

[PATCH] drm/amd/display: Remove macro DC_DEFAULT_LOG_MASK

2022-05-12 Thread pengfuyuan
[Why & How] The DC_DEFAULT_LOG_MASK macro has not been used for a long time, so remove it. Signed-off-by: pengfuyuan --- .../drm/amd/display/include/logger_types.h| 34 --- 1 file changed, 34 deletions(-) diff --git a/drivers/gpu/drm/amd/display/include/logger_types.

[PATCH] drm/amd/display: Remove macro DC_DEFAULT_LOG_MASK

2022-05-13 Thread pengfuyuan
[Why] The DC_DEFAULT_LOG_MASK macro has not been used for a long time, so remove it. Signed-off-by: pengfuyuan --- .../drm/amd/display/include/logger_types.h| 33 --- 1 file changed, 33 deletions(-) diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers

[PATCH] radeon: Fix spelling typo in comment

2022-05-25 Thread pengfuyuan
Fix spelling typo in comment. Signed-off-by: pengfuyuan --- include/video/radeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/video/radeon.h b/include/video/radeon.h index 005eae19ec09..72f94ccfa725 100644 --- a/include/video/radeon.h +++ b/include/video