diff options
author | 2025-06-04 21:04:24 -0400 | |
---|---|---|
committer | 2025-06-18 12:19:20 -0400 | |
commit | f59e7ad57ba40a26cd670a5292344f95174525b4 (patch) | |
tree | 8fd2b615d042f816705e6dca2accbc574d27745d | |
parent | drm/amd/display: prepare for new platform (diff) | |
download | wireguard-linux-f59e7ad57ba40a26cd670a5292344f95174525b4.tar.xz wireguard-linux-f59e7ad57ba40a26cd670a5292344f95174525b4.zip |
drm/amd/display: add APG struct to stream_enc for future use
some new asics will have an APG instance taking over certain functions.
Reviewed-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h b/drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h index fe7f3137f228..27f950ae45ee 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h @@ -117,6 +117,7 @@ struct stream_encoder { uint32_t stream_enc_inst; struct vpg *vpg; struct afmt *afmt; + struct apg *apg; }; struct enc_state { |