pros: learning a lot about Qualcomm's DRM code lately
cons: have to distill said code into something simpler, maintainable, and hopefully expandable for U-Boot
so like, only DSI interface support (for now!), either single or dual "bonded" DSI, and then it gets really fun and messy with Display Stream Compression and weird displays that require a total of 4 DSC sub-blocks running in "merge" mode
So far I have ~300 lines of code that takes a `dpu_resource_request` and returns a `dpu_topology` and it seems to be basically right for at least 1 case XD


