HomeSort by: relevance | last modified time | path
    Searched defs:ast_crtc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 238 struct ast_crtc { struct
247 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base)
ast_mode.c 712 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); local in function:ast_cursor_plane_helper_atomic_update
717 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - fb->width;
718 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - fb->height;
941 struct ast_crtc *crtc;
944 crtc = kzalloc(sizeof(struct ast_crtc), GFP_KERNEL);
1446 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); local in function:ast_cursor_move
1462 x_offset = ast_crtc->offset_x;
1463 y_offset = ast_crtc->offset_y
    [all...]

Completed in 13 milliseconds