Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40677 )
Change subject: soc/amd/{common,picasso}: Move GFX device from static ASL to SSDT ......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40677/4/src/soc/amd/common/block/gr... File src/soc/amd/common/block/graphics/graphics.c:
https://review.coreboot.org/c/coreboot/+/40677/4/src/soc/amd/common/block/gr... PS4, Line 26: graphics_fill_ssdt
I don't know the history here. […]
In general my understanding has been that we add all runtime ACPI information to SSDT. Yes, there are some DSDT injectors as well, but probably those are for anything that *has* to live only in DSDT. I could be wrong about the history here.
Anyways, keeping this here for not changing functionality. If it has to be moved, I think it can be done as a separate change.