Lines Matching refs:target_fb
1142 struct drm_framebuffer *target_fb; in dce4_crtc_do_set_base() local
1160 target_fb = fb; in dce4_crtc_do_set_base()
1162 target_fb = crtc->primary->fb; in dce4_crtc_do_set_base()
1167 obj = target_fb->obj[0]; in dce4_crtc_do_set_base()
1186 switch (target_fb->format->format) { in dce4_crtc_do_set_base()
1262 &target_fb->format->format); in dce4_crtc_do_set_base()
1278 tileb = 8 * 8 * target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1286 target_fb->format->cpp[0] * 8, in dce4_crtc_do_set_base()
1293 switch (target_fb->format->cpp[0] * 8) { in dce4_crtc_do_set_base()
1413 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in dce4_crtc_do_set_base()
1414 WREG32(EVERGREEN_GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in dce4_crtc_do_set_base()
1416 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1422 target_fb->height); in dce4_crtc_do_set_base()
1425 target_fb->height); in dce4_crtc_do_set_base()
1465 struct drm_framebuffer *target_fb; in avivo_crtc_do_set_base() local
1480 target_fb = fb; in avivo_crtc_do_set_base()
1482 target_fb = crtc->primary->fb; in avivo_crtc_do_set_base()
1484 obj = target_fb->obj[0]; in avivo_crtc_do_set_base()
1505 switch (target_fb->format->format) { in avivo_crtc_do_set_base()
1573 &target_fb->format->format); in avivo_crtc_do_set_base()
1628 WREG32(AVIVO_D1GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in avivo_crtc_do_set_base()
1629 WREG32(AVIVO_D1GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in avivo_crtc_do_set_base()
1631 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in avivo_crtc_do_set_base()
1636 target_fb->height); in avivo_crtc_do_set_base()