Lines Matching refs:target_fb

1150 	struct drm_framebuffer *target_fb;  in dce4_crtc_do_set_base()  local
1168 target_fb = fb; in dce4_crtc_do_set_base()
1170 target_fb = crtc->primary->fb; in dce4_crtc_do_set_base()
1175 obj = target_fb->obj[0]; in dce4_crtc_do_set_base()
1194 switch (target_fb->format->format) { in dce4_crtc_do_set_base()
1270 &target_fb->format->format); in dce4_crtc_do_set_base()
1286 tileb = 8 * 8 * target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1294 target_fb->format->cpp[0] * 8, in dce4_crtc_do_set_base()
1301 switch (target_fb->format->cpp[0] * 8) { in dce4_crtc_do_set_base()
1421 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in dce4_crtc_do_set_base()
1422 WREG32(EVERGREEN_GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in dce4_crtc_do_set_base()
1424 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1430 target_fb->height); in dce4_crtc_do_set_base()
1433 target_fb->height); in dce4_crtc_do_set_base()
1473 struct drm_framebuffer *target_fb; in avivo_crtc_do_set_base() local
1488 target_fb = fb; in avivo_crtc_do_set_base()
1490 target_fb = crtc->primary->fb; in avivo_crtc_do_set_base()
1492 obj = target_fb->obj[0]; in avivo_crtc_do_set_base()
1513 switch (target_fb->format->format) { in avivo_crtc_do_set_base()
1581 &target_fb->format->format); in avivo_crtc_do_set_base()
1636 WREG32(AVIVO_D1GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in avivo_crtc_do_set_base()
1637 WREG32(AVIVO_D1GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in avivo_crtc_do_set_base()
1639 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in avivo_crtc_do_set_base()
1644 target_fb->height); in avivo_crtc_do_set_base()