Searched refs:pDisplayTiming (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c795 * pDisplayTiming: It specifies the display timing of the galdevice.
799 Gal_get_display_timing(PGAL_DISPLAYTIMING pDisplayTiming) argument
801 INIT_GAL(pDisplayTiming);
802 pDisplayTiming->dwSubfunction = GALFN_GETDISPLAYTIMINGS;
804 if (ioctl(ifbdev_handle, FBIOGAL_API, pDisplayTiming))
816 * pDisplayTiming: It specifies the display timing of the galdevice.
820 Gal_set_display_timing(PGAL_DISPLAYTIMING pDisplayTiming) argument
822 INIT_GAL(pDisplayTiming);
823 pDisplayTiming->dwSubfunction = GALFN_SETDISPLAYTIMINGS;
825 if (ioctl(ifbdev_handle, FBIOGAL_API, pDisplayTiming))
[all...]

Completed in 4 milliseconds