HomeSort by: relevance | last modified time | path
    Searched defs:dstxor (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 1369 u8 *srcxor, *dstxor; local in function:copy_cursor_image
1377 dstxor = (u8 *)dst + last_alpha_dst_delta + (AST_MAX_HWC_HEIGHT - height) * alpha_dst_delta;
1390 writel(data32.ul, dstxor);
1393 dstxor += 4;
1402 writew(data16.us, dstxor);
1405 dstxor += 2;
1408 dstxor += last_alpha_dst_delta;
ast_mode.c 1369 u8 *srcxor, *dstxor; local in function:copy_cursor_image
1377 dstxor = (u8 *)dst + last_alpha_dst_delta + (AST_MAX_HWC_HEIGHT - height) * alpha_dst_delta;
1390 writel(data32.ul, dstxor);
1393 dstxor += 4;
1402 writew(data16.us, dstxor);
1405 dstxor += 2;
1408 dstxor += last_alpha_dst_delta;
ast_mode.c 1369 u8 *srcxor, *dstxor; local in function:copy_cursor_image
1377 dstxor = (u8 *)dst + last_alpha_dst_delta + (AST_MAX_HWC_HEIGHT - height) * alpha_dst_delta;
1390 writel(data32.ul, dstxor);
1393 dstxor += 4;
1402 writew(data16.us, dstxor);
1405 dstxor += 2;
1408 dstxor += last_alpha_dst_delta;

Completed in 66 milliseconds