|
MythTV master
|
#include "libmythbase/mythconfig.h"#include "libmythui/mythdisplay.h"#include "libmythui/platforms/drm/mythdrmconnector.h"#include "libmythui/platforms/drm/mythdrmencoder.h"#include "libmythui/platforms/drm/mythdrmcrtc.h"#include "libmythui/platforms/drm/mythdrmplane.h"#include <memory>Go to the source code of this file.
Classes | |
| class | MythDRMDevice |
Typedefs | |
| using | MythDRMPtr = std::shared_ptr< class MythDRMDevice > |
| using | MythAtomic = std::tuple< uint32_t, uint32_t, uint64_t > |
| using | MythAtomics = std::vector< MythAtomic > |
Variables | |
| static constexpr const char * | DRM_QUIET { "Shush" } |
| using MythAtomic = std::tuple<uint32_t,uint32_t,uint64_t> |
Definition at line 20 of file mythdrmdevice.h.
| using MythAtomics = std::vector<MythAtomic> |
Definition at line 21 of file mythdrmdevice.h.
| using MythDRMPtr = std::shared_ptr<class MythDRMDevice> |
Definition at line 19 of file mythdrmdevice.h.
|
staticconstexpr |
Definition at line 23 of file mythdrmdevice.h.
Referenced by MythVRR::Create(), and MythDRMDevice::MythDRMDevice().