Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,689
    • Issues 2,689
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 903
    • Merge requests 903
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !13877

iris: Introduce asynchronous copy support via the Tigerlake+ blitter hardware

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kenneth Graunke requested to merge kwg/mesa:blip into main Nov 19, 2021
  • Overview 79
  • Commits 3
  • Pipelines 27
  • Changes 2

This series adds support to BLORP for emitting Tigerlake's new XY_BLOCK_COPY_BLT command on the asynchronous copy engine. Unlike prior blitter paths, this one actually is fast, and has a decent feature set on DG2. It then hooks the blitter path up in iris for resource_copy_region(), transfer_map() staging blits, and some blit() calls.

In particular, DRI PRIME should now use the blitter paths, allowing the LMEM -> SMEM copy to happen asynchronously while the 3D engine races ahead to rendering the next frame. This should help hybrid graphics performance.

Future work is to...

  • support non-zero clear colors on DG2
  • hook this up as a transfer queue in anv
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: blip