Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/ast/
Dast_drv.h210 #define AST_MAX_HWC_WIDTH 64 macro
213 #define AST_HWC_SIZE (AST_MAX_HWC_WIDTH*AST_MAX_HWC_HEIGHT*2)
Dast_mode.c1094 alpha_dst_delta = AST_MAX_HWC_WIDTH << 1; in copy_cursor_image()
1155 if (width > AST_MAX_HWC_WIDTH || height > AST_MAX_HWC_HEIGHT) in ast_cursor_set()
1205 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - width; in ast_cursor_set()
1206 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - height; in ast_cursor_set()