Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_cursor.c53 unsigned int trailing_bytes = (AST_MAX_HWC_WIDTH - width) * sizeof(u16); in ast_cursor_calculate_checksum()
162 if (new_fb->width > AST_MAX_HWC_WIDTH || new_fb->height > AST_MAX_HWC_HEIGHT) in ast_cursor_plane_helper_atomic_check()
225 offset_x = AST_MAX_HWC_WIDTH - fb->width; in ast_cursor_plane_helper_atomic_update()
H A Dast_drv.h113 #define AST_MAX_HWC_WIDTH 64 macro
116 #define AST_HWC_PITCH (AST_MAX_HWC_WIDTH * SZ_2)