Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_smp.c196 int n, fetch_stride, cpp; in mdp5_smp_request() local
199 fetch_stride = width * cpp / (i ? hsub : 1); in mdp5_smp_request()
201 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size); in mdp5_smp_request()