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,076
    • Issues 3,076
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,007
    • Merge requests 1,007
  • 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
  • !18308

egl/dri2: avoid holding big display lock upon client wait

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Yiwei Zhang requested to merge zzyiwei/mesa:unlock-client-wait into main Aug 30, 2022
  • Overview 10
  • Commits 1
  • Pipelines 7
  • Changes 1

It's safe to drop the global display lock after the sync object is referenced as long as we also add a reference for the display. Drop the refs accordingly. If display loses all refs, which suggests eglTerminate gets called during sleep, pick up display release.

Related: #7039 (closed)

/cc @robclark @olv @ryanneph

Edited Aug 30, 2022 by Yiwei Zhang
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: unlock-client-wait