Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_mode.c66 long cursor_offset = ast_cursor_vram_offset(ast); // ends at cursor offset in ast_fb_vram_size() local
68 if (cursor_offset < 0) in ast_fb_vram_size()
69 cursor_offset = ast->vram_size; // no cursor; it's all ours in ast_fb_vram_size()
70 if (drm_WARN_ON_ONCE(dev, offset > cursor_offset)) in ast_fb_vram_size()
72 return cursor_offset - offset; in ast_fb_vram_size()