Searched refs:ast_fb (Results 1 – 4 of 4) sorted by relevance
388 struct ast_framebuffer *ast_fb = to_ast_framebuffer(fb); in ast_user_framebuffer_destroy() local390 drm_gem_object_put_unlocked(ast_fb->obj); in ast_user_framebuffer_destroy()392 kfree(ast_fb); in ast_user_framebuffer_destroy()401 struct ast_framebuffer *ast_fb, in ast_framebuffer_init() argument407 drm_helper_mode_fill_fb_struct(dev, &ast_fb->base, mode_cmd); in ast_framebuffer_init()408 ast_fb->obj = obj; in ast_framebuffer_init()409 ret = drm_framebuffer_init(dev, &ast_fb->base, &ast_fb_funcs); in ast_framebuffer_init()423 struct ast_framebuffer *ast_fb; in ast_user_framebuffer_create() local430 ast_fb = kzalloc(sizeof(*ast_fb), GFP_KERNEL); in ast_user_framebuffer_create()431 if (!ast_fb) { in ast_user_framebuffer_create()[all …]
5 ast-y := ast_drv.o ast_main.o ast_mode.o ast_fb.o ast_ttm.o ast_post.o ast_dp501.o
530 struct ast_framebuffer *ast_fb; in ast_crtc_do_set_base() local537 ast_fb = to_ast_framebuffer(fb); in ast_crtc_do_set_base()538 obj = ast_fb->obj; in ast_crtc_do_set_base()547 ast_fb = to_ast_framebuffer(crtc->primary->fb); in ast_crtc_do_set_base()548 obj = ast_fb->obj; in ast_crtc_do_set_base()561 if (&ast->fbdev->afb == ast_fb) { in ast_crtc_do_set_base()624 struct ast_framebuffer *ast_fb = to_ast_framebuffer(crtc->primary->fb); in ast_crtc_disable() local625 struct drm_gem_object *obj = ast_fb->obj; in ast_crtc_disable()
317 struct ast_framebuffer *ast_fb,