replace xf86InterpretEEDID() by xf86InterpretEDID()

xf86InterpretEEDID() is doing nothing but calling xf86InterpretEDID().

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-21 12:08:52 +01:00
parent 04752db35c
commit e63186a555

View File

@@ -302,7 +302,7 @@ static R128MonitorType R128DisplayDDCConnected(xf86OutputPtr output)
if (ioctl(xf86Info.consoleFd, WSDISPLAYIO_GET_EDID, &ei) != -1) {
xf86Msg(X_INFO, "got %d bytes worth of EDID from wsdisplay\n",
ei.data_size);
tmp = xf86InterpretEEDID(pScrn->scrnIndex, buffer);
tmp = xf86InterpretEDID(pScrn->scrnIndex, buffer);
tmp->flags |= MONITOR_EDID_COMPLETE_RAWDATA;
*MonInfo = tmp;
xf86OutputSetEDID(output, tmp);