summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/include/bios_parser_types.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-08-21 10:17:51 +1000
committerDave Airlie <airlied@redhat.com>2020-08-21 10:17:52 +1000
commitba9086a6df1ea8bb2bbed7a92f14bfddc10fb8a7 (patch)
treebab2088354f935343021f8b9b3a1ab093fa1c711 /drivers/gpu/drm/amd/display/include/bios_parser_types.h
parent485d41b092c8643a1e78556a7cda33e958407a30 (diff)
parentda2446b66b5e2c7f3ab63912c8d999810e35e8b3 (diff)
Merge tag 'amd-drm-fixes-5.9-2020-08-20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
amd-drm-fixes-5.9-2020-08-20: amdgpu: - Fixes for Navy Flounder - Misc display fixes - RAS fix amdkfd: - SDMA fix for renoir Signed-off-by: Dave Airlie <airlied@redhat.com> From: Alex Deucher <alexdeucher@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200820041938.3928-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/bios_parser_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/bios_parser_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/bios_parser_types.h b/drivers/gpu/drm/amd/display/include/bios_parser_types.h
index c30437ae8395..21011edea337 100644
--- a/drivers/gpu/drm/amd/display/include/bios_parser_types.h
+++ b/drivers/gpu/drm/amd/display/include/bios_parser_types.h
@@ -101,6 +101,13 @@ enum bp_pipe_control_action {
ASIC_PIPE_INIT
};
+enum bp_lvtma_control_action {
+ LVTMA_CONTROL_LCD_BLOFF = 2,
+ LVTMA_CONTROL_LCD_BLON = 3,
+ LVTMA_CONTROL_POWER_ON = 12,
+ LVTMA_CONTROL_POWER_OFF = 13
+};
+
struct bp_encoder_control {
enum bp_encoder_control_action action;
enum engine_id engine_id;