mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user