Searched refs:fb_start (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/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 | 212 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 | 981 void *fb_start; in ps3fb_probe() local 1142 fb_start = ps3fb_videomemory.address + GPU_FB_START; in ps3fb_probe() 1143 info->screen_base = (char __force __iomem *)fb_start; in ps3fb_probe() 1144 info->fix.smem_start = virt_to_abs(fb_start); in ps3fb_probe()
|
/linux-2.6.39/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 | 768 dinfo->fb_start = dinfo->fb.offset << 12; in intelfb_pci_register()
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nv04_crtc.c | 832 regp->fb_start = nv_crtc->fb.offset & ~3; in nv04_crtc_do_mode_set_base() 833 regp->fb_start += (y * drm_fb->pitch) + (x * drm_fb->bits_per_pixel / 8); in nv04_crtc_do_mode_set_base() 834 nv_set_crtc_base(dev, nv_crtc->index, regp->fb_start); in nv04_crtc_do_mode_set_base()
|
D | nouveau_hw.c | 915 regp->fb_start = NVReadCRTC(dev, head, NV_PCRTC_START); in nv_save_state_ext() 1018 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start); in nv_load_state_ext()
|
D | nouveau_drv.h | 573 uint32_t fb_start; member
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_drv.h | 344 u32 fb_start = dev_priv->fb_location; in radeon_check_offset() local 345 u32 fb_end = fb_start + dev_priv->fb_size - 1; in radeon_check_offset() 349 return ((off >= fb_start && off <= fb_end) || in radeon_check_offset()
|