Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,068
    • Issues 3,068
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,008
    • Merge requests 1,008
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !14763

iris: Allow slab-allocation of explicitly-coherent buffers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kenneth Graunke requested to merge kwg/mesa:iris-suballoc-coherent into main Jan 28, 2022
  • Overview 1
  • Commits 2
  • Pipelines 4
  • Changes 2

This series fixes iris to use the suballocator for temporary staging blits, among other cases, on all LLC or discrete hardware.

This makes 95% of the BO allocations in a Dota2 trace hit the suballocator path, rather than being allocated from real BOs. This should help with an issue Felix noticed where we were calling GEM_CREATE and MMAP_OFFSET too frequently.

+@fjdegroo

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: iris-suballoc-coherent