HomeSort by: relevance | last modified time | path
    Searched refs:post_clip (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 113 * @post_clip: Populate fifo after clip.
120 uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd, member in struct:vmw_du_update_plane
vmwgfx_stdu.c 1394 bo_update.base.post_clip = vmw_stdu_bo_populate_update_cpu;
1399 bo_update.base.post_clip = vmw_stdu_bo_populate_update;
1578 srf_update.post_clip = vmw_stdu_surface_populate_update;
vmwgfx_scrn.c 564 bo_update.base.post_clip = vmw_stud_bo_post_clip;
608 /* Update the source and destination bounding box later in post_clip */
630 * translate to it later in post_clip
726 srf_update.base.post_clip = vmw_sou_surface_post_clip;
vmwgfx_kms.c 2892 curr_size = update->post_clip(update, cmd_next, &bb);

Completed in 15 milliseconds