Searched refs:ast_fb (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/ast/
H A DMakefile7 ast-y := ast_drv.o ast_main.o ast_mode.o ast_fb.o ast_ttm.o ast_post.o ast_dp501.o
H A Dast_main.c297 struct ast_framebuffer *ast_fb = to_ast_framebuffer(fb); ast_user_framebuffer_destroy() local
298 if (ast_fb->obj) ast_user_framebuffer_destroy()
299 drm_gem_object_unreference_unlocked(ast_fb->obj); ast_user_framebuffer_destroy()
311 struct ast_framebuffer *ast_fb, ast_framebuffer_init()
317 drm_helper_mode_fill_fb_struct(&ast_fb->base, mode_cmd); ast_framebuffer_init()
318 ast_fb->obj = obj; ast_framebuffer_init()
319 ret = drm_framebuffer_init(dev, &ast_fb->base, &ast_fb_funcs); ast_framebuffer_init()
333 struct ast_framebuffer *ast_fb; ast_user_framebuffer_create() local
340 ast_fb = kzalloc(sizeof(*ast_fb), GFP_KERNEL); ast_user_framebuffer_create()
341 if (!ast_fb) { ast_user_framebuffer_create()
346 ret = ast_framebuffer_init(dev, ast_fb, mode_cmd, obj); ast_user_framebuffer_create()
349 kfree(ast_fb); ast_user_framebuffer_create()
352 return &ast_fb->base; ast_user_framebuffer_create()
310 ast_framebuffer_init(struct drm_device *dev, struct ast_framebuffer *ast_fb, struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_object *obj) ast_framebuffer_init() argument
H A Dast_mode.c514 struct ast_framebuffer *ast_fb; ast_crtc_do_set_base() local
521 ast_fb = to_ast_framebuffer(fb); ast_crtc_do_set_base()
522 obj = ast_fb->obj; ast_crtc_do_set_base()
531 ast_fb = to_ast_framebuffer(crtc->primary->fb); ast_crtc_do_set_base()
532 obj = ast_fb->obj; ast_crtc_do_set_base()
545 if (&ast->fbdev->afb == ast_fb) { ast_crtc_do_set_base()
H A Dast_drv.h311 struct ast_framebuffer *ast_fb,

Completed in 123 milliseconds