Lines Matching refs:target_fb
1151 struct drm_framebuffer *target_fb; in dce4_crtc_do_set_base() local
1170 target_fb = fb; in dce4_crtc_do_set_base()
1172 target_fb = crtc->primary->fb; in dce4_crtc_do_set_base()
1177 obj = target_fb->obj[0]; in dce4_crtc_do_set_base()
1196 switch (target_fb->format->format) { in dce4_crtc_do_set_base()
1272 drm_get_format_name(target_fb->format->format, &format_name)); in dce4_crtc_do_set_base()
1288 tileb = 8 * 8 * target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1296 target_fb->format->cpp[0] * 8, in dce4_crtc_do_set_base()
1303 switch (target_fb->format->cpp[0] * 8) { in dce4_crtc_do_set_base()
1423 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in dce4_crtc_do_set_base()
1424 WREG32(EVERGREEN_GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in dce4_crtc_do_set_base()
1426 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce4_crtc_do_set_base()
1432 target_fb->height); in dce4_crtc_do_set_base()
1435 target_fb->height); in dce4_crtc_do_set_base()
1475 struct drm_framebuffer *target_fb; in avivo_crtc_do_set_base() local
1491 target_fb = fb; in avivo_crtc_do_set_base()
1493 target_fb = crtc->primary->fb; in avivo_crtc_do_set_base()
1495 obj = target_fb->obj[0]; in avivo_crtc_do_set_base()
1516 switch (target_fb->format->format) { in avivo_crtc_do_set_base()
1584 drm_get_format_name(target_fb->format->format, &format_name)); in avivo_crtc_do_set_base()
1639 WREG32(AVIVO_D1GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in avivo_crtc_do_set_base()
1640 WREG32(AVIVO_D1GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in avivo_crtc_do_set_base()
1642 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in avivo_crtc_do_set_base()
1647 target_fb->height); in avivo_crtc_do_set_base()