Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c502 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp); in vmw_stdu_bo_cpu_commit()
1109 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(0); in vmw_stdu_bo_populate_update_cpu()
H A Dvmwgfx_drv.h1341 #define VMW_CPU_BLIT_DIFF_INITIALIZER(_cpp) { \ macro