Lines Matching refs:target_fb

1143 	struct drm_framebuffer *target_fb;  in dce4_crtc_do_set_base()  local
1162 target_fb = fb; in dce4_crtc_do_set_base()
1166 target_fb = crtc->primary->fb; in dce4_crtc_do_set_base()
1191 switch (target_fb->pixel_format) { in dce4_crtc_do_set_base()
1257 drm_get_format_name(target_fb->pixel_format)); in dce4_crtc_do_set_base()
1273 tileb = 8 * 8 * target_fb->bits_per_pixel / 8; in dce4_crtc_do_set_base()
1281 target_fb->bits_per_pixel, tile_split); in dce4_crtc_do_set_base()
1287 switch (target_fb->bits_per_pixel) { in dce4_crtc_do_set_base()
1402 WREG32(EVERGREEN_GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in dce4_crtc_do_set_base()
1403 WREG32(EVERGREEN_GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in dce4_crtc_do_set_base()
1405 fb_pitch_pixels = target_fb->pitches[0] / (target_fb->bits_per_pixel / 8); in dce4_crtc_do_set_base()
1411 target_fb->height); in dce4_crtc_do_set_base()
1414 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()
1482 target_fb = crtc->primary->fb; in avivo_crtc_do_set_base()
1506 switch (target_fb->pixel_format) { in avivo_crtc_do_set_base()
1559 drm_get_format_name(target_fb->pixel_format)); in avivo_crtc_do_set_base()
1609 WREG32(AVIVO_D1GRPH_X_END + radeon_crtc->crtc_offset, target_fb->width); in avivo_crtc_do_set_base()
1610 WREG32(AVIVO_D1GRPH_Y_END + radeon_crtc->crtc_offset, target_fb->height); in avivo_crtc_do_set_base()
1612 fb_pitch_pixels = target_fb->pitches[0] / (target_fb->bits_per_pixel / 8); in avivo_crtc_do_set_base()
1617 target_fb->height); in avivo_crtc_do_set_base()