Searched refs:AST_MAX_HWC_WIDTH (Results 1 – 2 of 2) sorted by relevance
218 #define AST_MAX_HWC_WIDTH 64 macro221 #define AST_HWC_SIZE (AST_MAX_HWC_WIDTH*AST_MAX_HWC_HEIGHT*2)
1101 alpha_dst_delta = AST_MAX_HWC_WIDTH << 1; in copy_cursor_image()1162 if (width > AST_MAX_HWC_WIDTH || height > AST_MAX_HWC_HEIGHT) in ast_cursor_set()1212 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - width; in ast_cursor_set()1213 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - height; in ast_cursor_set()