Searched defs:tile_addr (Results 1 - 2 of 2) sorted by relevance
| /src/sys/external/bsd/drm2/dist/drm/radeon/ | ||
| H A D | radeon_legacy_crtc.c | 521 int tile_addr = (((y >> 3) * pitch_pixels + x) >> (8 - byteshift)) << 11; local in function:radeon_crtc_do_set_base |
| H A D | radeon_display.c | 557 int tile_addr = (((crtc->y >> 3) * pitch_pixels + crtc->x) >> (8 - byteshift)) << 11; local in function:radeon_crtc_page_flip_target |
Completed in 6 milliseconds