OSDN Git Service

drm/amd/display: Remove duplicate entries from BIOS function table
authorKen Chalmers <ken.chalmers@amd.com>
Wed, 7 Feb 2018 19:58:53 +0000 (14:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:20:12 +0000 (14:20 -0500)
Identical to the two entries above them.

Signed-off-by: Ken Chalmers <ken.chalmers@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c

index fb3ccee..69c59e0 100644 (file)
@@ -3795,10 +3795,6 @@ static const struct dc_vbios_funcs vbios_funcs = {
 
        .get_gpio_pin_info = bios_parser_get_gpio_pin_info,
 
-       .get_embedded_panel_info = bios_parser_get_embedded_panel_info,
-
-       .get_gpio_pin_info = bios_parser_get_gpio_pin_info,
-
        .get_encoder_cap_info = bios_parser_get_encoder_cap_info,
 
        /* bios scratch register communication */