Home
last modified time | relevance | path

Searched refs:radeon_fb (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c374 struct radeon_framebuffer *radeon_fb; in radeon_crtc_do_set_base() local
394 radeon_fb = to_radeon_framebuffer(fb); in radeon_crtc_do_set_base()
398 radeon_fb = to_radeon_framebuffer(crtc->primary->fb); in radeon_crtc_do_set_base()
423 obj = radeon_fb->obj; in radeon_crtc_do_set_base()
559 radeon_fb = to_radeon_framebuffer(fb); in radeon_crtc_do_set_base()
560 rbo = gem_to_radeon_bo(radeon_fb->obj); in radeon_crtc_do_set_base()
1093 struct radeon_framebuffer *radeon_fb; in radeon_crtc_disable() local
1096 radeon_fb = to_radeon_framebuffer(crtc->primary->fb); in radeon_crtc_disable()
1097 rbo = gem_to_radeon_bo(radeon_fb->obj); in radeon_crtc_disable()
Dradeon_display.c1321 struct radeon_framebuffer *radeon_fb = to_radeon_framebuffer(fb); in radeon_user_framebuffer_destroy() local
1323 if (radeon_fb->obj) { in radeon_user_framebuffer_destroy()
1324 drm_gem_object_unreference_unlocked(radeon_fb->obj); in radeon_user_framebuffer_destroy()
1327 kfree(radeon_fb); in radeon_user_framebuffer_destroy()
1334 struct radeon_framebuffer *radeon_fb = to_radeon_framebuffer(fb); in radeon_user_framebuffer_create_handle() local
1336 return drm_gem_handle_create(file_priv, radeon_fb->obj, handle); in radeon_user_framebuffer_create_handle()
1367 struct radeon_framebuffer *radeon_fb; in radeon_user_framebuffer_create() local
1377 radeon_fb = kzalloc(sizeof(*radeon_fb), GFP_KERNEL); in radeon_user_framebuffer_create()
1378 if (radeon_fb == NULL) { in radeon_user_framebuffer_create()
1383 ret = radeon_framebuffer_init(dev, radeon_fb, mode_cmd, obj); in radeon_user_framebuffer_create()
[all …]
Datombios_crtc.c1142 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()
[all …]
DMakefile71 radeon_clocks.o radeon_fb.o radeon_gem.o radeon_ring.o radeon_irq_kms.o \