Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/dma/
Ddebug.c1214 static void check_sync(struct device *dev, in check_sync() function
1625 check_sync(dev, &ref, true); in debug_dma_sync_single_for_cpu()
1645 check_sync(dev, &ref, false); in debug_dma_sync_single_for_device()
1666 check_sync(dev, &ref, true); in debug_dma_sync_single_range_for_cpu()
1687 check_sync(dev, &ref, false); in debug_dma_sync_single_range_for_device()
1719 check_sync(dev, &ref, true); in debug_dma_sync_sg_for_cpu()
1751 check_sync(dev, &ref, false); in debug_dma_sync_sg_for_device()
/Linux-v4.19/drivers/gpu/drm/ast/
Dast_mode.c89 bool check_sync; in ast_get_vbios_mode_info() local
151 check_sync = vbios_mode->enh_table->flags & WideScreenMode; in ast_get_vbios_mode_info()
156 if ((check_sync) && in ast_get_vbios_mode_info()
173 if (best || !check_sync) in ast_get_vbios_mode_info()
175 check_sync = 0; in ast_get_vbios_mode_info()