aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/atomfirmware.h
diff options
context:
space:
mode:
authorYongqiang Sun <[email protected]>2020-11-11 20:12:04 +0000
committerAlex Deucher <[email protected]>2020-11-24 17:08:15 +0000
commitc85ef99a9fa394f1cd3cc3694415f80d2c9378ec (patch)
treef8d53bcb3202b4b8113ae20fd9f230b56bde439d /drivers/gpu/drm/amd/include/atomfirmware.h
parentdrm/amd/display: Add BLNDGAM memory shutdown support (diff)
downloadkernel-c85ef99a9fa394f1cd3cc3694415f80d2c9378ec.tar.gz
kernel-c85ef99a9fa394f1cd3cc3694415f80d2c9378ec.zip
drm/amd/display: Add internal display info
[Why & How] Get internal display info from vbios and pass it to dmub fw to determine if multiple display optmization is needed. Signed-off-by: Yongqiang Sun <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Acked-by: Anthony Koo <[email protected]> Acked-by: Aric Cyr <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/atomfirmware.h')
-rw-r--r--drivers/gpu/drm/amd/include/atomfirmware.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/atomfirmware.h b/drivers/gpu/drm/amd/include/atomfirmware.h
index 6139d10f4289..c38635992101 100644
--- a/drivers/gpu/drm/amd/include/atomfirmware.h
+++ b/drivers/gpu/drm/amd/include/atomfirmware.h
@@ -725,6 +725,7 @@ enum atom_object_record_type_id
ATOM_ENCODER_CAP_RECORD_TYPE=20,
ATOM_BRACKET_LAYOUT_RECORD_TYPE=21,
ATOM_CONNECTOR_FORCED_TMDS_CAP_RECORD_TYPE=22,
+ ATOM_DISP_CONNECTOR_CAPS_RECORD_TYPE=23,
ATOM_RECORD_END_TYPE =0xFF,
};