Searched refs:pitch_pixels (Results 1 – 2 of 2) sorted by relevance
384 uint32_t crtc_pitch, pitch_pixels; in radeon_crtc_do_set_base() local452 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()
362 u32 tiling_flags, pitch_pixels; in radeon_crtc_page_flip() local426 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()