Searched refs:fb_start (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/arch/hpc/hpc/ |
H A D | debug_subr.c | 342 uint8_t *fb, *fb_start = (uint8_t *)fbaddr; in __dbg_lcd_test8() local 350 for (fb = fb_start, i = 0; i < w * h; i++) in __dbg_lcd_test8() 361 for (fb = fb_start, y = y_start; y < y_end; y++, fb += skip) { in __dbg_lcd_test8() 421 uint16_t *fb, *fb_start = (uint16_t *)fbaddr; in __dbg_lcd_test16() local 430 for (fb = fb_start, i = 0; i < w * h; i++) in __dbg_lcd_test16() 440 for (fb = fb_start, y = y_start; y < y_end; y++) { in __dbg_lcd_test16()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_gmc.c | 181 mc->fb_start = mc->vram_start; in amdgpu_gmc_vram_location() 212 size_bf = mc->fb_start; in amdgpu_gmc_gart_location() 257 if (mc->fb_start > mc->gart_start) { in amdgpu_gmc_agp_location() 258 size_bf = (mc->fb_start & sixteen_gb_mask) - in amdgpu_gmc_agp_location() 262 size_bf = mc->fb_start & sixteen_gb_mask; in amdgpu_gmc_agp_location() 268 mc->agp_start = (mc->fb_start - size_bf) & sixteen_gb_mask; in amdgpu_gmc_agp_location()
|
H A D | amdgpu_gmc.h | 189 u64 fb_start; member
|
H A D | amdgpu_mmhub_v1_0.c | 53 adev->gmc.fb_start = base; in mmhub_v1_0_get_fb_location() 102 min(adev->gmc.fb_start, adev->gmc.agp_start) >> 18); in mmhub_v1_0_init_system_aperture_regs()
|
H A D | amdgpu_gfxhub_v1_0.c | 86 min(adev->gmc.fb_start, adev->gmc.agp_start) >> 18); in gfxhub_v1_0_init_system_aperture_regs()
|
H A D | amdgpu_mmhub_v9_4.c | 56 adev->gmc.fb_start = base; in mmhub_v9_4_get_fb_location() 141 min(adev->gmc.fb_start, adev->gmc.agp_start) >> 18); in mmhub_v9_4_init_system_aperture_regs()
|
/netbsd-src/sys/arch/hpcmips/tx/ |
H A D | tx3912video.c | 298 tx3912video_init(paddr_t fb_start, paddr_t *fb_end) in tx3912video_init() argument 335 error = tx3912video_framebuffer_alloc(chip, fb_start, fb_end); in tx3912video_init() 357 tx3912video_framebuffer_alloc(struct video_chip *chip, paddr_t fb_start, in tx3912video_framebuffer_alloc() argument 370 ex = extent_create("Frame buffer address", fb_start, *fb_end, in tx3912video_framebuffer_alloc() 377 error = extent_alloc_subregion(ex, fb_start, fb_start + size - 1, in tx3912video_framebuffer_alloc()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
H A D | disp.h | 31 uint32_t fb_start; member
|
H A D | nouveau_dispnv04_crtc.c | 880 regp->fb_start = nv_crtc->fb.offset & ~3; in nv04_crtc_do_mode_set_base() 881 regp->fb_start += (y * drm_fb->pitches[0]) + (x * drm_fb->format->cpp[0]); in nv04_crtc_do_mode_set_base() 882 nv_set_crtc_base(dev, nv_crtc->index, regp->fb_start); in nv04_crtc_do_mode_set_base()
|
H A D | nouveau_dispnv04_hw.c | 704 regp->fb_start = NVReadCRTC(dev, head, NV_PCRTC_START); in nv_save_state_ext() 815 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start); in nv_load_state_ext()
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | radeon_drv.h | 433 u64 fb_start = dev_priv->fb_location; in radeon_check_offset() local 434 u64 fb_end = fb_start + dev_priv->fb_size - 1; in radeon_check_offset() 438 return ((off >= fb_start && off <= fb_end) || in radeon_check_offset()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 838 hw_params.fb_base = adev->gmc.fb_start; in dm_dmub_hw_init()
|