[PATCH xf86-video-cirrus 1/3] Fix for Laguna I2C bus code compilation error

Kevin Brace kevinbrace at gmx.com
Wed Apr 17 23:45:19 UTC 2019


When commit 9a5e19597be4f5ee4c1030e4a716207789e78668 (cirrus: convert
to compat server API.) updated the code, it did not update Laguna I2C
bus code to handle newer X Servers.

Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
 src/lg_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lg_driver.c b/src/lg_driver.c
index daaf4f9..be8963a 100644
--- a/src/lg_driver.c
+++ b/src/lg_driver.c
@@ -359,7 +359,7 @@ LgDoDDC(ScrnInfoPtr pScrn)
     /*
      * Read and output monitor info using DDC2 over I2C bus.
      */
-    MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pCir->I2CPtr1);
+    MonInfo = xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn), pCir->I2CPtr1);
     xf86DrvMsg(pScrn->scrnIndex, X_INFO,
                 "I2C Monitor info: %p\n", (void *)MonInfo);
     xf86PrintEDID(MonInfo);
--
2.17.1



More information about the xorg-devel mailing list