Home
last modified time | relevance | path

Searched refs:drmmode_output_init (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3355 drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, drmModeResPtr mode_res, int num, Bool d… in drmmode_output_init() function
3920 crtcs_needed += drmmode_output_init(pScrn, drmmode, mode_res, i, FALSE, in drmmode_pre_init()
4307 drmmode_output_init(scrn, drmmode, mode_res, i, TRUE, 0); in drmmode_update_kms_state()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog39082 modesetting: Remove unused params from drmmode_output_init()
39084 drmmode_output_init() doesn't touch (the int*) num_dvi and num_hdmi.