Lines Matching refs:target_fb
1148 struct drm_framebuffer *target_fb; in dce4_crtc_do_set_base() local
1167 target_fb = fb; in dce4_crtc_do_set_base()
1169 target_fb = crtc->primary->fb; in dce4_crtc_do_set_base()
1174 obj = target_fb->obj[0]; in dce4_crtc_do_set_base()
1193 switch (target_fb->format->format) { in dce4_crtc_do_set_base()
1259 drm_get_format_name(target_fb->format->format, &format_name)); in dce4_crtc_do_set_base()
1275 tileb = 8 * 8 * target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1283 target_fb->format->cpp[0] * 8, in dce4_crtc_do_set_base()
1290 switch (target_fb->format->cpp[0] * 8) { in dce4_crtc_do_set_base()
1410 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in dce4_crtc_do_set_base()
1411 WREG32(EVERGREEN_GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in dce4_crtc_do_set_base()
1413 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1419 target_fb->height); in dce4_crtc_do_set_base()
1422 target_fb->height); in dce4_crtc_do_set_base()
1462 struct drm_framebuffer *target_fb; in avivo_crtc_do_set_base() local
1478 target_fb = fb; in avivo_crtc_do_set_base()
1480 target_fb = crtc->primary->fb; in avivo_crtc_do_set_base()
1482 obj = target_fb->obj[0]; in avivo_crtc_do_set_base()
1503 switch (target_fb->format->format) { in avivo_crtc_do_set_base()
1556 drm_get_format_name(target_fb->format->format, &format_name)); in avivo_crtc_do_set_base()
1611 WREG32(AVIVO_D1GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in avivo_crtc_do_set_base()
1612 WREG32(AVIVO_D1GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in avivo_crtc_do_set_base()
1614 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in avivo_crtc_do_set_base()
1619 target_fb->height); in avivo_crtc_do_set_base()