Lines Matching refs:radeon_fb
1142 struct radeon_framebuffer *radeon_fb; in dce4_crtc_do_set_base() local
1161 radeon_fb = to_radeon_framebuffer(fb); in dce4_crtc_do_set_base()
1165 radeon_fb = to_radeon_framebuffer(crtc->primary->fb); in dce4_crtc_do_set_base()
1172 obj = radeon_fb->obj; in dce4_crtc_do_set_base()
1437 radeon_fb = to_radeon_framebuffer(fb); in dce4_crtc_do_set_base()
1438 rbo = gem_to_radeon_bo(radeon_fb->obj); in dce4_crtc_do_set_base()
1459 struct radeon_framebuffer *radeon_fb; in avivo_crtc_do_set_base() local
1477 radeon_fb = to_radeon_framebuffer(fb); in avivo_crtc_do_set_base()
1481 radeon_fb = to_radeon_framebuffer(crtc->primary->fb); in avivo_crtc_do_set_base()
1485 obj = radeon_fb->obj; in avivo_crtc_do_set_base()
1637 radeon_fb = to_radeon_framebuffer(fb); in avivo_crtc_do_set_base()
1638 rbo = gem_to_radeon_bo(radeon_fb->obj); in avivo_crtc_do_set_base()
2135 struct radeon_framebuffer *radeon_fb; in atombios_crtc_disable() local
2138 radeon_fb = to_radeon_framebuffer(crtc->primary->fb); in atombios_crtc_disable()
2139 rbo = gem_to_radeon_bo(radeon_fb->obj); in atombios_crtc_disable()