From: Charlene Liu Date: Thu, 5 Jun 2025 01:04:24 +0000 (-0400) Subject: drm/amd/display: add APG struct to stream_enc for future use X-Git-Tag: v6.17-rc1~110^2~13^2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59e7ad57ba40a26cd670a5292344f95174525b4;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Charlene Liu Signed-off-by: Aurabindo Pillai Signed-off-by: Alex Deucher --- 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 fe7f3137f2285..27f950ae45ee5 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 {