aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
diff options
context:
space:
mode:
authorCharlene Liu <[email protected]>2018-01-24 18:18:57 +0000
committerAlex Deucher <[email protected]>2018-02-19 19:19:35 +0000
commitc5fc7f59a71a65310e7e23b0f76057ffda02bcb0 (patch)
tree2fc7037b4048e1248ff25c86cac5b7f250c8cded /drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
parentdrm/amd/display: add eDP 1.2+ polling for T7 (diff)
downloadkernel-c5fc7f59a71a65310e7e23b0f76057ffda02bcb0.tar.gz
kernel-c5fc7f59a71a65310e7e23b0f76057ffda02bcb0.zip
drm/amd/display: resume from S3 bypass power down HW block.
Signed-off-by: Charlene Liu <[email protected]> Reviewed-by: Krunoslav Kovac <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/bios_parser.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser.c1
1 files changed, 1 insertions, 0 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 c00e405b63e8..fb3cceec1a7f 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -3803,6 +3803,7 @@ static const struct dc_vbios_funcs vbios_funcs = {
/* bios scratch register communication */
.is_accelerated_mode = bios_is_accelerated_mode,
+ .get_vga_enabled_displays = bios_get_vga_enabled_displays,
.set_scratch_critical_state = bios_parser_set_scratch_critical_state,