Searched refs:fb_mem_phys (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | wm8505fb.c | 271 dma_addr_t fb_mem_phys; in wm8505fb_probe() local 329 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe() 340 fbi->fb.fix.smem_start = fb_mem_phys; in wm8505fb_probe()
|
H A D | vt8500lcdfb.c | 276 dma_addr_t fb_mem_phys; in vt8500lcd_probe() local 351 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe() 359 fbi->fb.fix.smem_start = fb_mem_phys; in vt8500lcd_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | wm8505fb.c | 270 dma_addr_t fb_mem_phys; in wm8505fb_probe() local 326 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe() 337 fbi->fb.fix.smem_start = fb_mem_phys; in wm8505fb_probe()
|
H A D | vt8500lcdfb.c | 276 dma_addr_t fb_mem_phys; in vt8500lcd_probe() local 350 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe() 358 fbi->fb.fix.smem_start = fb_mem_phys; in vt8500lcd_probe()
|
Completed in 3 milliseconds