backends/drm: fix underscan property name

This commit is contained in:
Xaver Hugl 2023-08-23 21:35:34 +02:00
parent 75275bbc8f
commit fb7b5ab035

View file

@ -92,11 +92,11 @@ DrmConnector::DrmConnector(DrmGpu *gpu, uint32_t connectorId)
, edidProp(this, QByteArrayLiteral("EDID"))
, overscan(this, QByteArrayLiteral("overscan"))
, vrrCapable(this, QByteArrayLiteral("vrr_capable"))
, underscan(this, QByteArrayLiteral("EDID"), {
QByteArrayLiteral("off"),
QByteArrayLiteral("on"),
QByteArrayLiteral("auto"),
})
, underscan(this, QByteArrayLiteral("underscan"), {
QByteArrayLiteral("off"),
QByteArrayLiteral("on"),
QByteArrayLiteral("auto"),
})
, underscanVBorder(this, QByteArrayLiteral("underscan vborder"))
, underscanHBorder(this, QByteArrayLiteral("underscan hborder"))
, broadcastRGB(this, QByteArrayLiteral("Broadcast RGB"), {