Home
last modified time | relevance | path

Searched refs:fb_offset (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/mga/
Dmga_ioc32.c51 u32 fb_offset; member
71 offsetof(drm_mga_init_t, fb_offset) - in compat_mga_init()
73 init.fb_offset = init32.fb_offset; in compat_mga_init()
/Linux-v5.4/drivers/gpu/drm/r128/
Dr128_ioc32.c55 unsigned int fb_offset; member
88 init.fb_offset = init32.fb_offset; in compat_r128_init()
/Linux-v5.4/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c53 vbox_crtc->fb_offset / pitch < 0xffff - crtc->y && in vbox_do_modeset()
54 vbox_crtc->fb_offset % (bpp / 8) == 0) { in vbox_do_modeset()
61 vbox_crtc->fb_offset % pitch / bpp * 8 + vbox_crtc->x); in vbox_do_modeset()
63 vbox_crtc->fb_offset / pitch + vbox_crtc->y); in vbox_do_modeset()
99 p->view_offset = vbox_crtc->fb_offset; in vbox_set_view()
100 p->view_size = vbox->available_vram_size - vbox_crtc->fb_offset + in vbox_set_view()
102 p->max_screen_size = vbox->available_vram_size - vbox_crtc->fb_offset; in vbox_set_view()
190 vbox_crtc->fb_offset = drm_gem_vram_offset(gbo); in vbox_crtc_set_base_and_mode()
Dvbox_drv.h107 u32 fb_offset; member
/Linux-v5.4/drivers/video/fbdev/
Dplatinumfb.h60 int fb_offset; member
Dplatinumfb.c140 info->screen_base = pinfo->frame_buffer + init->fb_offset + offset; in platinumfb_set_par()
142 info->fix.smem_start = (pinfo->frame_buffer_phys) + init->fb_offset + offset; in platinumfb_set_par()
287 out_be32(&platinum_regs->reg[16].r, (unsigned) pinfo->frame_buffer_phys+init->fb_offset+0x10); in platinum_set_hardware()
Dps3fb.c132 unsigned int fb_offset; /* start of actual DDR fb */ member
496 ddr_base + par->fb_offset, xdr_base + par->pan_offset, in ps3fb_sync()
638 par->fb_offset = GPU_ALIGN_UP(offset); in ps3fb_set_par()
639 par->full_offset = par->fb_offset - offset; in ps3fb_set_par()
Dau1200fb.c705 uint32 winctrl0, winctrl1, winenable, fb_offset = 0; in au1200_setlocation() local
733 fb_offset += (((0 - xpos) * winbpp(lcd->window[plane].winctrl1))/8); in au1200_setlocation()
/Linux-v5.4/drivers/gpu/drm/via/
Dvia_map.c46 dev_priv->fb = drm_legacy_findmap(dev, init->fb_offset); in via_do_init_map()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h71 uint64_t fb_offset; member
/Linux-v5.4/include/uapi/drm/
Dvia_drm.h144 unsigned long fb_offset; member
Dr128_drm.h245 unsigned long fb_offset; member
Dmga_drm.h297 unsigned long fb_offset; member
Dradeon_drm.h585 unsigned long fb_offset; member
/Linux-v5.4/drivers/video/fbdev/via/
Dvia-core.c148 u32 fb_offset; /* Offset into FB memory */ member
258 descr->fb_offset = offset; in viafb_dma_copy_out_sg()
/Linux-v5.4/drivers/media/platform/
Dvia-camera.c81 u32 fb_offset; /* Reserved memory offset (FB) */ member
431 offset = cam->fb_offset; in viacam_ctlr_cbufs()
1189 cam->fb_offset = viadev->camera_fbmem_offset; in viacam_probe()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c375 FB_OFFSET, pa_config->system_aperture.fb_offset >> 24); in hubbub2_init_dchub_sys_ctx()
Ddcn20_hwseq.c1495 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset; in dcn20_init_sys_ctx()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubbub.c110 FB_OFFSET, pa_config->system_aperture.fb_offset); in hubbub21_init_dchub()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc.h415 uint64_t fb_offset; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1772 PHYSICAL_ADDRESS_LOC fb_offset; in mmhub_read_vm_context0_settings() local
1806 fb_offset.quad_part = (uint64_t)fb_offset_value << 24; in mmhub_read_vm_context0_settings()
1808 vm0->pte_base.quad_part -= fb_offset.quad_part; in mmhub_read_vm_context0_settings()