summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h
diff options
context:
space:
mode:
authorCruise Hung <cruise.hung@amd.com>2023-06-21 12:11:53 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-07-18 18:15:32 +0300
commit6c3162d03b14fda1fe8e740b46bab4c2f25563ff (patch)
tree7b2010172e9859eaada299a74f6844a1b6666116 /drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h
parent65e9d632e3c289d264c18c8da7f6304f273319c6 (diff)
downloadlinux-6c3162d03b14fda1fe8e740b46bab4c2f25563ff.tar.xz
drm/amd/display: Add helpers to get DMUB FW boot options
[Why & How] To query the bits and print them out for debug purposes. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Acked-by: Alan Liu <haoping.liu@amd.com> Signed-off-by: Cruise Hung <cruise.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h')
-rw-r--r--drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h b/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h
index 89c5a948b67d..4d520a893c7b 100644
--- a/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h
+++ b/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.h
@@ -239,6 +239,8 @@ void dmub_dcn31_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip)
union dmub_fw_boot_status dmub_dcn31_get_fw_boot_status(struct dmub_srv *dmub);
+union dmub_fw_boot_options dmub_dcn31_get_fw_boot_option(struct dmub_srv *dmub);
+
void dmub_dcn31_setup_outbox0(struct dmub_srv *dmub,
const struct dmub_region *outbox0);