Searched refs:fb_start (Results 1 – 13 of 13) sorted by relevance
/drivers/video/ |
D | maxinefb.c | 119 unsigned long fb_start; in maxinefb_init() local 134 fb_start = DS5000_xx_ONBOARD_FBMEM_START; in maxinefb_init() 137 for (fboff = fb_start; fboff < fb_start + 0x1ffff; fboff++) in maxinefb_init() 140 maxinefb_fix.smem_start = fb_start; in maxinefb_init()
|
D | hpfb.c | 211 unsigned long fboff, fb_width, fb_height, fb_start; in hpfb_init_one() local 244 fb_start = (unsigned long)ioremap_writethrough(fb_info.fix.smem_start, in hpfb_init_one() 253 fb_info.fix.smem_start, fb_start, fb_info.fix.smem_len/1024); in hpfb_init_one() 264 out_8(fb_start, 0xff); in hpfb_init_one() 265 fb_bitmask = in_8(fb_start); in hpfb_init_one() 266 out_8(fb_start, 0); in hpfb_init_one() 291 fb_info.screen_base = (char *)fb_start; in hpfb_init_one()
|
D | pmag-aa-fb.c | 90 unsigned long fb_start; member 233 fix->smem_start = ip->fb_start; in aafb_get_fix() 422 ip->fb_start = base_addr + PMAG_AA_ONBOARD_FBMEM_OFFSET; in init_one() 456 memset ((void *)ip->fb_start, 0, ip->fb_size); in init_one()
|
D | ps3fb.c | 974 void *fb_start; in ps3fb_probe() local 1140 fb_start = ps3fb_videomemory.address + GPU_FB_START; in ps3fb_probe() 1141 info->screen_base = (char __force __iomem *)fb_start; in ps3fb_probe() 1142 info->fix.smem_start = __pa(fb_start); in ps3fb_probe()
|
/drivers/video/mmp/fb/ |
D | mmpfb.c | 529 info->screen_base = fbi->fb_start; in fb_info_setup() 616 fbi->fb_start = dma_alloc_coherent(&pdev->dev, PAGE_ALIGN(fbi->fb_size), in mmpfb_probe() 618 if (fbi->fb_start == NULL) { in mmpfb_probe() 623 memset(fbi->fb_start, 0, fbi->fb_size); in mmpfb_probe() 645 if (fbi->fb_start) { in mmpfb_probe() 656 dma_free_coherent(&pdev->dev, PAGE_ALIGN(fbi->fb_size), fbi->fb_start, in mmpfb_probe()
|
D | mmpfb.h | 40 void *fb_start; member
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.h | 28 uint32_t fb_start; member
|
D | crtc.c | 855 regp->fb_start = nv_crtc->fb.offset & ~3; in nv04_crtc_do_mode_set_base() 856 regp->fb_start += (y * drm_fb->pitches[0]) + (x * drm_fb->bits_per_pixel / 8); in nv04_crtc_do_mode_set_base() 857 nv_set_crtc_base(dev, nv_crtc->index, regp->fb_start); in nv04_crtc_do_mode_set_base()
|
D | hw.c | 657 regp->fb_start = NVReadCRTC(dev, head, NV_PCRTC_START); in nv_save_state_ext() 763 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start); in nv_load_state_ext()
|
/drivers/video/intelfb/ |
D | intelfb.h | 303 u32 fb_start; member
|
D | intelfbhw.c | 1672 br09 = dinfo->fb_start + (y * pitch + x * (bpp / 8)); in intelfbhw_do_fillrect() 1717 br09 = dinfo->fb_start; in intelfbhw_do_bitblt() 1719 br12 = dinfo->fb_start; in intelfbhw_do_bitblt() 1788 br09 = dinfo->fb_start; in intelfbhw_do_drawglyph()
|
D | intelfbdrv.c | 769 dinfo->fb_start = dinfo->fb.offset << 12; in intelfb_pci_register()
|
/drivers/gpu/drm/radeon/ |
D | radeon_drv.h | 347 u32 fb_start = dev_priv->fb_location; in radeon_check_offset() local 348 u32 fb_end = fb_start + dev_priv->fb_size - 1; in radeon_check_offset() 352 return ((off >= fb_start && off <= fb_end) || in radeon_check_offset()
|