Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/ast/
Dast_drv.h88 #define AST_MAX_HWC_WIDTH 64 macro
91 #define AST_HWC_SIZE (AST_MAX_HWC_WIDTH * AST_MAX_HWC_HEIGHT * 2)
Dast_mode.c635 if (WARN_ON_ONCE(fb->width > AST_MAX_HWC_WIDTH) || in ast_cursor_plane_helper_prepare_fb()
698 if (fb->width > AST_MAX_HWC_WIDTH || fb->height > AST_MAX_HWC_HEIGHT) in ast_cursor_plane_helper_atomic_check()
717 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - fb->width; in ast_cursor_plane_helper_atomic_update()
718 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - fb->height; in ast_cursor_plane_helper_atomic_update()
1373 alpha_dst_delta = AST_MAX_HWC_WIDTH << 1; in copy_cursor_image()