Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c380 uint32_t crtc_pitch, pitch_pixels; in radeon_crtc_do_set_base() local
476 pitch_pixels = target_fb->pitches[0] / (target_fb->bits_per_pixel / 8); in radeon_crtc_do_set_base()
477 crtc_pitch = (((pitch_pixels * target_fb->bits_per_pixel) + in radeon_crtc_do_set_base()
505 int tile_addr = (((y >> 3) * pitch_pixels + x) >> (8 - byteshift)) << 11; in radeon_crtc_do_set_base()
510 int offset = y * pitch_pixels + x; in radeon_crtc_do_set_base()
Dradeon_display.c513 uint32_t tiling_flags, pitch_pixels; in radeon_crtc_page_flip() local
566 pitch_pixels = fb->pitches[0] / (fb->bits_per_pixel / 8); in radeon_crtc_page_flip()
573 int tile_addr = (((crtc->y >> 3) * pitch_pixels + crtc->x) >> (8 - byteshift)) << 11; in radeon_crtc_page_flip()
577 int offset = crtc->y * pitch_pixels + crtc->x; in radeon_crtc_page_flip()