[PATCH] drm/amd/display: Correct kdoc formats in dcn10_opp.c

2023-06-04 Thread Srinivasan Shanmugam
Fixes the following W=1 kernel build warning: display/dc/dcn10/dcn10_opp.c:52: warning: Function parameter or member 'oppn10' not described in 'opp1_set_truncation' display/dc/dcn10/dcn10_opp.c:52: warning: Function parameter or member 'params' not described in 'opp1_set_truncation' display/dc/d

RE: [PATCH] drm/amd/pm: update smu-driver if header for smu 13.0.0 and smu 13.0.10

2023-06-04 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Kenneth Feng Sent: Monday, June 5, 2023 11:19 To: amd-gfx@lists.freedesktop.org Cc: Feng, Kenneth Subject: [PATCH] drm/amd/pm: update smu-driver if header for smu

[PATCH] drm/amd/pm: update smu-driver if header for smu 13.0.0 and smu 13.0.10

2023-06-04 Thread Kenneth Feng
update smu-driver if header for smu 13.0.0 and smu 13.0.10 Signed-off-by: Kenneth Feng Change-Id: I540aaa99fac2216f2d1a28fd79c68dd77a495f8b --- .../inc/pmfw_if/smu13_driver_if_v13_0_0.h | 33 ++- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/a

[PATCH v2 2/2] vgaarb: introduce is_boot_device callback function to vga_client_register

2023-06-04 Thread Sui Jingfeng
From: Sui Jingfeng The vga_is_firmware_default() function is arch-dependent, which dosen't sound right. At least, It also works on Mips and LoongArch platform with the drm/AMDGPU and drm/radeon driver. However, it's difficult to enumerate all Arch-driver combination. I'm wrong if there are only o

[PATCH v2 1/2] vgaarb: various coding style and comments fix

2023-06-04 Thread Sui Jingfeng
From: Sui Jingfeng To keep consistent with vga_iostate_to_str() function, the third argument of vga_str_to_iostate() function should be 'unsigned int *'. Signed-off-by: Sui Jingfeng --- drivers/pci/vgaarb.c | 29 +++-- include/linux/vgaarb.h | 8 +++- 2 files cha

[PATCH v2 1/2] vgaarb: various coding style and comments fix

2023-06-04 Thread Sui Jingfeng
To keep consistent with vga_iostate_to_str() function, the third argument of vga_str_to_iostate() function should be 'unsigned int *'. Signed-off-by: Sui Jingfeng --- drivers/pci/vgaarb.c | 29 +++-- include/linux/vgaarb.h | 8 +++- 2 files changed, 18 insertions(+