/src/sys/arch/arm/sunxi/ |
sunxi_debe.c | 390 struct sunxifb_attach_args afb = { local in function:sunxi_debe_setup_fbdev 398 sc->sc_fbdev = config_found(sc->sc_dev, &afb, NULL, CFARGS_NONE); 741 struct sunxifb_attach_args * const afb = aux; local in function:sunxi_befb_attach 747 sc->sc_dmat = afb->afb_dmat; 748 sc->sc_dmasegs = afb->afb_dmasegs; 749 sc->sc_ndmasegs = afb->afb_ndmasegs; 751 prop_dictionary_set_uint32(cfg, "width", afb->afb_width); 752 prop_dictionary_set_uint32(cfg, "height", afb->afb_height); 754 prop_dictionary_set_uint16(cfg, "linebytes", afb->afb_width * 4); 757 (uintptr_t)afb->afb_fb) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 3142 const struct amdgpu_framebuffer *afb, 3194 dcc_address = get_dcc_address(afb->address, info); 3203 const struct amdgpu_framebuffer *afb, 3212 const struct drm_framebuffer *fb = &afb->base; 3229 address->grph.addr.low_part = lower_32_bits(afb->address); 3230 address->grph.addr.high_part = upper_32_bits(afb->address); 3232 uint64_t chroma_addr = afb->address + fb->offsets[1]; 3252 lower_32_bits(afb->address); 3254 upper_32_bits(afb->address); 3314 ret = fill_plane_dcc_attributes(adev, afb, format, rotation 3411 const struct amdgpu_framebuffer *afb = local in function:fill_dc_plane_info_and_addr 5101 struct amdgpu_framebuffer *afb; local in function:dm_plane_helper_prepare_fb 6081 struct amdgpu_framebuffer *afb = to_amdgpu_framebuffer(plane->state->fb); local in function:handle_cursor_update [all...] |