diff options
| author | Charlene Liu <charlene.liu@amd.com> | 2025-06-04 21:04:24 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-06-18 12:19:20 -0400 |
| commit | f59e7ad57ba40a26cd670a5292344f95174525b4 (patch) | |
| tree | 8fd2b615d042f816705e6dca2accbc574d27745d /drivers/gpu/drm/amd/display/dc/inc | |
| parent | drm/amd/display: prepare for new platform (diff) | |
| download | linux-f59e7ad57ba40a26cd670a5292344f95174525b4.tar.gz 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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc')
| -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 { |
