linux/drivers/gpu/drm/amd/display/dc
Randy Dunlap e6f62afe9b drm/amd/display: don't use /** for non-kernel-doc comments
Change a static function's comment from "/**" (indicating kernel-doc
notation) to "/*" (indicating a regular C language comment).
This prevents multiple kernel-doc warnings:

  drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4343: warning: Function parameter or member 'max_supported_frl_bw_in_kbps' not described in 'intersect_frl_link_bw_support'
  drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4343: warning: Function parameter or member 'hdmi_encoded_link_bw' not described in 'intersect_frl_link_bw_support'
  drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4343: warning: expecting prototype for Return PCON's post FRL link training supported BW if its non(). Prototype was for intersect_frl_link_bw_support() instead

Fixes: c022375ae0 ("drm/amd/display: Add DP-HDMI FRL PCON Support in DC")
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Fangzhi Zuo <Jerry.Zuo@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-01-25 18:00:36 -05:00
..
basics
bios drm/amd/display: Drop DCN for DP2.x logic 2022-01-25 18:00:34 -05:00
clk_mgr drm/amd/display: add debug option for z9 disable interface 2022-01-25 18:00:36 -05:00
core drm/amd/display: don't use /** for non-kernel-doc comments 2022-01-25 18:00:36 -05:00
dce drm/amd/display: Only set PSR version when valid 2022-01-25 18:00:34 -05:00
dce60
dce80
dce100
dce110 drm/amd/display: Change error to warning when hpd remains low for eDP 2022-01-25 18:00:34 -05:00
dce112
dce120
dcn10 drm/amd/display: Disabled seamless boots on DP and renamed power_down_display_on_boot 2022-01-18 17:41:18 -05:00
dcn20 drm/amd/display: fix zstate allow interface to PMFW 2022-01-25 18:00:35 -05:00
dcn21 drm/amd/display: Changed pipe split policy to allow for multi-display pipe split 2021-12-30 08:54:44 -05:00
dcn30 drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw. 2022-01-25 18:00:36 -05:00
dcn31 drm/amd/display: add debug option for z9 disable interface 2022-01-25 18:00:36 -05:00
dcn201 drm/amd/display: fix dereference before NULL check 2021-12-30 08:54:45 -05:00
dcn301 drm/amd/display: Wrap dcn301_calculate_wm_and_dlg for FPU. 2022-01-25 18:00:36 -05:00
dcn302 drm/amd/display: move FPU associated DCN302 code to DML folder (#2266) 2022-01-18 17:42:26 -05:00
dcn303 drm/amd/display: Add reg defs for DCN303 2021-12-30 08:54:44 -05:00
dml drm/amd/display: Wrap dcn301_calculate_wm_and_dlg for FPU. 2022-01-25 18:00:36 -05:00
dsc drm/amd/display: fixed an error related to 4:2:0/4:2:2 DSC 2021-11-24 14:06:52 -05:00
gpio
hdcp
inc drm/amd/display: Support synchronized indirect reg access 2022-01-25 18:00:35 -05:00
irq drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21 2022-01-14 18:08:14 -05:00
virtual
dc_bios_types.h
dc_ddc_types.h
dc_dmub_srv.c drm/amd/display: Wait for ACK for INBOX0 HW Lock 2021-11-17 16:58:11 -05:00
dc_dmub_srv.h drm/amd/display: Wait for ACK for INBOX0 HW Lock 2021-11-17 16:58:11 -05:00
dc_dp_types.h drm/amd/display: Add Cable ID support for native DP 2022-01-25 18:00:35 -05:00
dc_dsc.h
dc_edid_parser.c
dc_edid_parser.h
dc_helper.c drm/amd/display: Support synchronized indirect reg access 2022-01-25 18:00:35 -05:00
dc_hw_types.h drm/amd/display: Add DP-HDMI FRL PCON Support in DC 2021-12-01 16:04:56 -05:00
dc_link.h drm/amd/display: allow set dp drive setting when stream is not present 2022-01-25 18:00:35 -05:00
dc_stat.h
dc_stream.h drm/amd/display: Drop DCN for DP2.x logic 2022-01-25 18:00:34 -05:00
dc_trace.h
dc_types.h drm/amd/display: Drop DCN for DP2.x logic 2022-01-25 18:00:34 -05:00
dc.h drm/amd/display: add debug option for z9 disable interface 2022-01-25 18:00:36 -05:00
dm_cp_psp.h drm/amd/display: unhard code link to phy idx mapping in dc link and clean up 2022-01-07 17:21:20 -05:00
dm_event_log.h
dm_helpers.h drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgr 2022-01-25 18:00:35 -05:00
dm_pp_smu.h
dm_services_types.h
dm_services.h
irq_types.h
Makefile drm/amd/display: move calcs folder into DML 2022-01-18 17:43:36 -05:00
os_types.h