21 :
DrmObject(gpu, crtcId, DRM_MODE_OBJECT_CRTC)
22 , modeId(this, QByteArrayLiteral(
"MODE_ID"))
23 , active(this, QByteArrayLiteral(
"ACTIVE"))
24 , vrrEnabled(this, QByteArrayLiteral(
"VRR_ENABLED"))
25 , gammaLut(this, QByteArrayLiteral(
"GAMMA_LUT"))
26 , gammaLutSize(this, QByteArrayLiteral(
"GAMMA_LUT_SIZE"))
27 , ctm(this, QByteArrayLiteral(
"CTM"))
28 , degammaLut(this, QByteArrayLiteral(
"DEGAMMA_LUT"))
29 , degammaLutSize(this, QByteArrayLiteral(
"DEGAMMA_LUT_SIZE"))
31 , m_pipeIndex(pipeIndex)
32 , m_primaryPlane(primaryPlane)
33 , m_cursorPlane(cursorPlane)