Searched refs:fb_location (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c730 uint64_t fb_location = crtc->scrn->fbOffset + info->fbLocation; local in function:evergreen_set_base_format
786 fb_location = fb_location + (char *)crtc->rotatedData - (char *)info->FB;
791 (fb_location >> 32) & 0xf);
793 (fb_location >> 32) & 0xf);
795 fb_location & EVERGREEN_GRPH_SURFACE_ADDRESS_MASK);
797 fb_location & EVERGREEN_GRPH_SURFACE_ADDRESS_MASK);
833 uint64_t fb_location = crtc->scrn->fbOffset + info->fbLocation; local in function:avivo_set_base_format
875 fb_location = fb_location
[all...]

Completed in 4 milliseconds