Home
last modified time | relevance | path

Searched refs:sync_source (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dgpio_interface.h89 enum sync_source dal_gpio_get_sync_source(
H A Dgrph_object_defs.h98 enum sync_source { enum
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dxive-internal.h54 void (*sync_source)(u32 hw_irq); member
H A Dcommon.c928 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()
929 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
945 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()
946 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
H A Dnative.c481 .sync_source = xive_native_sync_source,
H A Dspapr.c686 .sync_source = xive_spapr_sync_source,
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1604 enum det_monrec_source *sync_source; member
1621 if (*p->sync_source == sync_default) in handle_detailed_monrec()
1622 *p->sync_source = sync_edid; in handle_detailed_monrec()
1628 if (*p->sync_source == sync_default) in handle_detailed_monrec()
1629 *p->sync_source = sync_edid; in handle_detailed_monrec()
1666 enum det_monrec_source sync_source = sync_default; in xf86ProbeOutputModes() local
1695 sync_source = sync_config; in xf86ProbeOutputModes()
1703 sync_source = sync_config; in xf86ProbeOutputModes()
1732 p.sync_source = &sync_source; in xf86ProbeOutputModes()
1784 if (sync_source == sync_config) { in xf86ProbeOutputModes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/
H A Dgpio_base.c167 enum sync_source dal_gpio_get_sync_source( in dal_gpio_get_sync_source()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog115230 Share enum definition for det_monrec_parameter sync_source