drm/amd/display: add APG struct to stream_enc for future use
authorCharlene Liu <charlene.liu@amd.com>
Thu, 5 Jun 2025 01:04:24 +0000 (21:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Jun 2025 16:19:20 +0000 (12:19 -0400)
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>
drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h

index fe7f313..27f950a 100644 (file)
@@ -117,6 +117,7 @@ struct stream_encoder {
        uint32_t stream_enc_inst;
        struct vpg *vpg;
        struct afmt *afmt;
+       struct apg *apg;
 };
 
 struct enc_state {