Home
last modified time | relevance | path

Searched refs:pitch_pixels (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_legacy_crtc.c384 uint32_t crtc_pitch, pitch_pixels; in radeon_crtc_do_set_base() local
452 pitch_pixels = target_fb->pitches[0] / (target_fb->bits_per_pixel / 8); in radeon_crtc_do_set_base()
453 crtc_pitch = (((pitch_pixels * target_fb->bits_per_pixel) + in radeon_crtc_do_set_base()
481 int tile_addr = (((y >> 3) * pitch_pixels + x) >> (8 - byteshift)) << 11; in radeon_crtc_do_set_base()
486 int offset = y * pitch_pixels + x; in radeon_crtc_do_set_base()
Dradeon_display.c362 u32 tiling_flags, pitch_pixels; in radeon_crtc_page_flip() local
426 pitch_pixels = fb->pitches[0] / (fb->bits_per_pixel / 8); in radeon_crtc_page_flip()
433 int tile_addr = (((crtc->y >> 3) * pitch_pixels + crtc->x) >> (8 - byteshift)) << 11; in radeon_crtc_page_flip()
437 int offset = crtc->y * pitch_pixels + crtc->x; in radeon_crtc_page_flip()