diff options
| author | Ken Chalmers <[email protected]> | 2018-02-07 19:58:53 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-02-19 19:20:12 +0000 |
| commit | 05a2e8315fb8dec47a8e06de8ced6f968936b0a7 (patch) | |
| tree | 1f038e17b674a6d510e963560b4f1f74ac1bf686 | |
| parent | drm/amd/display: Make FBC work without fbdev emulation (diff) | |
| download | kernel-05a2e8315fb8dec47a8e06de8ced6f968936b0a7.tar.gz kernel-05a2e8315fb8dec47a8e06de8ced6f968936b0a7.zip | |
drm/amd/display: Remove duplicate entries from BIOS function table
Identical to the two entries above them.
Signed-off-by: Ken Chalmers <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c index fb3cceec1a7f..69c59e050a96 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c @@ -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 */ |
