|
MythTV master
|
#include "libmythbase/mythconfig.h"#include <QDir>#include <QMutex>#include <QtGlobal>#include <QScreen>#include <QGuiApplication>#include "libmythbase/mythlogging.h"#include "mythedid.h"#include "platforms/drm/mythdrmvrr.h"#include "platforms/drm/mythdrmencoder.h"#include "platforms/drm/mythdrmframebuffer.h"#include "platforms/mythdrmdevice.h"#include <unistd.h>#include <fcntl.h>#include <drm_fourcc.h>Go to the source code of this file.
Macros | |
| #define | LOC (QString("%1: ").arg(m_deviceName)) |
| #define LOC (QString("%1: ").arg(m_deviceName)) |
Definition at line 31 of file mythdrmdevice.cpp.