Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_fb_cma_helper.c76 u32 num_hblocks; in drm_fb_cma_get_gem_addr() local
92 num_hblocks = sample_x / block_w; in drm_fb_cma_get_gem_addr()
95 paddr += block_size * num_hblocks; in drm_fb_cma_get_gem_addr()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_fb_dma_helper.c83 u32 num_hblocks; in drm_fb_dma_get_gem_addr() local
99 num_hblocks = sample_x / block_w; in drm_fb_dma_get_gem_addr()
102 dma_addr += block_size * num_hblocks; in drm_fb_dma_get_gem_addr()

Completed in 1 milliseconds