8using DRMCrtc = std::shared_ptr<class MythDRMCrtc>;
14 static DRMCrtc Create(
int FD, uint32_t Id,
int Index = -1);
20 uint32_t m_fbId { 0 };
24 uint32_t m_width { 0 };
25 uint32_t m_height { 0 };
30 static int RetrieveCRTCIndex(
int FD, uint32_t Id);
A simple wrapper around a DRM CRTC object.
std::shared_ptr< class MythDRMCrtc > DRMCrtc
std::vector< DRMCrtc > DRMCrtcs
std::shared_ptr< class MythDRMMode > DRMMode
std::vector< DRMProp > DRMProps