superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
105 stars 68 forks source link

Add HDMI output for linux-yocto #87

Closed m5p3nc3r closed 4 years ago

m5p3nc3r commented 4 years ago

Configuration is only added if building for X11 or Waylamd targets

Open questions for this pull request:

1, CMA memory is extended from 256M to 896M

2, I am assuming that CMA is only used by the video subsystem,

superna9999 commented 4 years ago

Hi,

896M is only needed to decoded 4k-10bit VP9 videos, otherwise 256MiB is enough for 4k DRM display only.

I think you can remove the 896M CMA patch unless you enable the video decoder

m5p3nc3r commented 4 years ago

That's what I assumed the patch was for. Thanks for the clarification. I have removed the CMA patch now, so should be ready for merge if you are happy.