Searched refs:source_provider (Results 1 – 3 of 3) sorted by relevance
321 RRProviderPtr provider, source_provider = NULL; in ProcRRSetProviderOutputSource() local331 if (stuff->source_provider) { in ProcRRSetProviderOutputSource()332 VERIFY_RR_PROVIDER(stuff->source_provider, source_provider, DixReadAccess); in ProcRRSetProviderOutputSource()334 if (!(source_provider->capabilities & RR_Capability_SourceOutput)) in ProcRRSetProviderOutputSource()344 pScrPriv->rrProviderSetOutputSource(pScreen, provider, source_provider); in ProcRRSetProviderOutputSource()
485 swapl(&stuff->source_provider); in SProcRRSetProviderOutputSource()
2085 RRProviderPtr source_provider) in xf86RandR14ProviderSetOutputSource() argument2087 if (!source_provider) { in xf86RandR14ProviderSetOutputSource()2095 if (provider->output_source == source_provider) in xf86RandR14ProviderSetOutputSource()2098 SetRootClip(source_provider->pScreen, ROOT_CLIP_NONE); in xf86RandR14ProviderSetOutputSource()2100 AttachOutputGPU(source_provider->pScreen, pScreen); in xf86RandR14ProviderSetOutputSource()2102 provider->output_source = source_provider; in xf86RandR14ProviderSetOutputSource()2103 SetRootClip(source_provider->pScreen, ROOT_CLIP_FULL); in xf86RandR14ProviderSetOutputSource()