KWin
|
#include <drm_commit.h>
Public Member Functions | |
virtual | ~DrmCommit () |
DrmGpu * | gpu () const |
virtual void | pageFlipped (std::chrono::nanoseconds timestamp) const =0 |
Protected Member Functions | |
DrmCommit (DrmGpu *gpu) | |
Protected Attributes | |
DrmGpu *const | m_gpu |
Definition at line 36 of file drm_commit.h.
|
virtual |
Definition at line 29 of file drm_commit.cpp.
|
protected |
Definition at line 24 of file drm_commit.cpp.
DrmGpu * KWin::DrmCommit::gpu | ( | ) | const |
Definition at line 34 of file drm_commit.cpp.
|
pure virtual |
Implemented in KWin::DrmAtomicCommit, and KWin::DrmLegacyCommit.
|
protected |
Definition at line 47 of file drm_commit.h.