src/via_outputs.c | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit 277ee3e2eb000682df419958f78511da7078c613 Author: Kevin Brace <kevinbr...@gmx.com> Date: Sun Feb 21 02:23:15 2016 -0800
Added debug messages to via_dp_init Added debug messages to via_dp_init function inside via_outputs.c. Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/src/via_outputs.c b/src/via_outputs.c index c2a68aa..8034911 100644 --- a/src/via_outputs.c +++ b/src/via_outputs.c @@ -660,6 +660,9 @@ via_dp_init(ScrnInfoPtr pScrn) VIAPtr pVia = VIAPTR(pScrn); xf86OutputPtr output = NULL; + DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, + "Entered via_dp_init.\n")); + if (pVia->pI2CBus2) output = xf86OutputCreate(pScrn, &via_dp_funcs, "DP-1"); if (output) { @@ -668,6 +671,9 @@ via_dp_init(ScrnInfoPtr pScrn) output->interlaceAllowed = TRUE; output->doubleScanAllowed = FALSE; } + + DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, + "Exiting via_dp_init.\n")); } /* _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel