Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_dma_buf.c34 uint32_t size_yrgb = 0; in rga_buf_size_cal() local
51 size_yrgb = stride * h; in rga_buf_size_cal()
53 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
60 size_yrgb = stride * h; in rga_buf_size_cal()
62 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
77 size_yrgb = stride * h; in rga_buf_size_cal()
79 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
88 size_yrgb = stride * h; in rga_buf_size_cal()
92 end = max((yrgb_addr + size_yrgb), (uv_addr + size_uv)); in rga_buf_size_cal()
99 size_yrgb = stride * h; in rga_buf_size_cal()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_mmu_info.c131 uint32_t size_yrgb = 0; in rga_buf_size_cal() local
142 size_yrgb = stride*h; in rga_buf_size_cal()
144 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()
148 size_yrgb = stride*h; in rga_buf_size_cal()
150 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()
154 size_yrgb = stride*h; in rga_buf_size_cal()
156 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()
159 size_yrgb = w*h*4; in rga_buf_size_cal()
161 pageCount = (size_yrgb + PAGE_SIZE - 1) >> PAGE_SHIFT; in rga_buf_size_cal()
165 size_yrgb = stride * h; in rga_buf_size_cal()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c712 uint32_t size_yrgb = 0; in rga2_buf_size_cal() local
730 size_yrgb = stride*h; in rga2_buf_size_cal()
732 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
739 size_yrgb = stride*h; in rga2_buf_size_cal()
741 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
756 size_yrgb = stride * h; in rga2_buf_size_cal()
758 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
767 size_yrgb = stride * h; in rga2_buf_size_cal()
771 end = MAX((yrgb_addr + size_yrgb), (uv_addr + size_uv)); in rga2_buf_size_cal()
778 size_yrgb = stride * h; in rga2_buf_size_cal()
[all …]