drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_table_helper_transmitter_bp_to_atom()'
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper.c:127: warning: expecting prototype for translate_transmitter_bp_to_atom(). Prototype was for dal_cmd_table_helper_transmitter_bp_to_atom() instead Cc: Harry Wentland <harry.wentland@amd.com> Cc: Leo Li <sunpeng.li@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: "Christian König" <christian.koenig@amd.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Lee Jones <lee.jones@linaro.org> Cc: amd-gfx@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c00e89efb9
commit
920e2f5a08
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ bool dal_cmd_table_helper_controller_id_to_atom(
|
|||
}
|
||||
|
||||
/**
|
||||
* translate_transmitter_bp_to_atom - Translate the Transmitter to the
|
||||
* dal_cmd_table_helper_transmitter_bp_to_atom - Translate the Transmitter to the
|
||||
* corresponding ATOM BIOS value
|
||||
* @t: transmitter
|
||||
* returns: output digitalTransmitter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue