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...] |