Home
last modified time | relevance | path

Searched refs:AST_MAX_HWC_WIDTH (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/ast/
Dast_drv.h218 #define AST_MAX_HWC_WIDTH 64 macro
221 #define AST_HWC_SIZE (AST_MAX_HWC_WIDTH*AST_MAX_HWC_HEIGHT*2)
Dast_mode.c1101 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()