mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
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>
This commit is contained in:
parent
52f84591e4
commit
f59e7ad57b
|
|
@ -117,6 +117,7 @@ struct stream_encoder {
|
|||
uint32_t stream_enc_inst;
|
||||
struct vpg *vpg;
|
||||
struct afmt *afmt;
|
||||
struct apg *apg;
|
||||
};
|
||||
|
||||
struct enc_state {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user