vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
drmplane.cpp File Reference

DRM plane class. More...

#include <cerrno>
#include <cinttypes>
#include <cstdlib>
#include <cstring>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include "drmplane.h"
#include "logger.h"

Go to the source code of this file.

Detailed Description

DRM plane class.

This file defines cDrmPlane, which is a class to describe planes, that are used for modesetting in the DRM system.

@license{AGPLv3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\

Definition in file drmplane.cpp.