[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-04-29 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