drm/amd/display/dc/bios/command_table_helper2: Fix function name 'dal_cmd_table_helper_transmitter_bp_to_atom2()'
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table_helper2.c:141: warning: expecting prototype for translate_transmitter_bp_to_atom2(). Prototype was for dal_cmd_table_helper_transmitter_bp_to_atom2() 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: 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>pull/452/merge
parent
920e2f5a08
commit
0dc4cbbe70
|
|
@ -129,7 +129,7 @@ bool dal_cmd_table_helper_controller_id_to_atom2(
|
|||
}
|
||||
|
||||
/**
|
||||
* translate_transmitter_bp_to_atom2 - Translate the Transmitter to the
|
||||
* dal_cmd_table_helper_transmitter_bp_to_atom2 - Translate the Transmitter to the
|
||||
* corresponding ATOM BIOS value
|
||||
* @t: transmitter
|
||||
* returns: digitalTransmitter
|
||||
|
|
|
|||
Loading…
Reference in New Issue