aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_bios_types.h
diff options
context:
space:
mode:
authorSamson Tam <Samson.Tam@amd.com>2018-05-30 15:44:50 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-07-05 16:38:45 -0500
commit1eeedbcc20d64ff2ef7eb9823f85bbb1c2545064 (patch)
treea04bda4497b806276a08ddefafb324e3cbf36ede /drivers/gpu/drm/amd/display/dc/dc_bios_types.h
parentdrm/amd/display: add valid regoffset and NULL pointer check (diff)
downloadlinux-dev-1eeedbcc20d64ff2ef7eb9823f85bbb1c2545064.tar.xz
linux-dev-1eeedbcc20d64ff2ef7eb9823f85bbb1c2545064.zip
drm/amd/display: get board layout for edid emulation
Signed-off-by: Samson Tam <Samson.Tam@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_bios_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_bios_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_bios_types.h b/drivers/gpu/drm/amd/display/dc/dc_bios_types.h
index d9b84ec7954c..90082bab71f0 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_bios_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_bios_types.h
@@ -198,6 +198,10 @@ struct dc_vbios_funcs {
void (*post_init)(struct dc_bios *bios);
void (*bios_parser_destroy)(struct dc_bios **dcb);
+
+ enum bp_result (*get_board_layout_info)(
+ struct dc_bios *dcb,
+ struct board_layout_info *board_layout_info);
};
struct bios_registers {