aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/grph_object_id.h
diff options
context:
space:
mode:
authorFangzhi Zuo <[email protected]>2021-06-09 19:21:35 +0000
committerAlex Deucher <[email protected]>2021-09-01 20:55:10 +0000
commit83228ebb82e4fe2e5513f35d9b0b0eded3c44cbc (patch)
tree3538a2072b7a4b1653152c8ba6835b39169f31f8 /drivers/gpu/drm/amd/display/include/grph_object_id.h
parentdrm/amd/display: Add DP 2.0 Audio Package Generator (diff)
downloadkernel-83228ebb82e4fe2e5513f35d9b0b0eded3c44cbc.tar.gz
kernel-83228ebb82e4fe2e5513f35d9b0b0eded3c44cbc.zip
drm/amd/display: Add DP 2.0 HPO Stream Encoder
HW Blocks: +--------+ +-----+ +------+ | OPTC | | HDA | | HUBP | +--------+ +-----+ +------+ | | | | | | HPO ====|==========|========|==== | | v | | | +-----+ | | | | APG | | | | +-----+ | | | | | v v v v +----------------------+ | HPO Stream Encoder | +----------------------+ [squash in warning fixes - Alex] Signed-off-by: Fangzhi Zuo <[email protected]> Reviewed-by: Nicholas Kazlauskas <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/grph_object_id.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/grph_object_id.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/grph_object_id.h b/drivers/gpu/drm/amd/display/include/grph_object_id.h
index 33b3d755fe65..01775417cf4b 100644
--- a/drivers/gpu/drm/amd/display/include/grph_object_id.h
+++ b/drivers/gpu/drm/amd/display/include/grph_object_id.h
@@ -184,6 +184,14 @@ enum engine_id {
ENGINE_ID_DACA,
ENGINE_ID_DACB,
ENGINE_ID_VCE, /* wireless display pseudo-encoder */
+#if defined(CONFIG_DRM_AMD_DC_DCN)
+ ENGINE_ID_HPO_0,
+ ENGINE_ID_HPO_1,
+ ENGINE_ID_HPO_DP_0,
+ ENGINE_ID_HPO_DP_1,
+ ENGINE_ID_HPO_DP_2,
+ ENGINE_ID_HPO_DP_3,
+#endif
ENGINE_ID_VIRTUAL,
ENGINE_ID_COUNT,