Searched refs:G2D_CMDLIST_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c118 #define G2D_CMDLIST_SIZE (PAGE_SIZE / 4) macro
120 #define G2D_CMDLIST_POOL_SIZE (G2D_CMDLIST_SIZE * G2D_CMDLIST_NUM)
121 #define G2D_CMDLIST_DATA_NUM (G2D_CMDLIST_SIZE / sizeof(u32) - 2)
282 g2d->cmdlist_pool_virt + nr * G2D_CMDLIST_SIZE; g2d_init_cmdlist()
284 g2d->cmdlist_pool + nr * G2D_CMDLIST_SIZE; g2d_init_cmdlist()

Completed in 38 milliseconds