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,881
    • Issues 2,881
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 907
    • Merge requests 907
  • 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
  • !920

Merged
Created May 20, 2019 by Bas Nieuwenhuizen@bnieuwenhuizenDeveloper

vulkan/wsi: Improve mailbox X11 behavior

  • Overview 17
  • Commits 4
  • Pipelines 6
  • Changes 3

This includes 2 functional changes for X11 mailbox behavior:

  • It waits till the GPU work is finished before sending the image to X11. Otherwise we can have issues as the GPU implicit fences are only checked on the queued images, which means that otherwise X11 does not correctly keep an idle image on hand.

  • Increase the image count to 5. KMS flip queueing + App pipelining of GPU/CPU each eat up one vs. the ideal 3.

With these changes Strange Brigade has the same performance between MAILBOX and IMMEDIATE.

Edited May 20, 2019 by Bas Nieuwenhuizen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wsi-mailbox-wait