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,089
    • Issues 3,089
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,009
    • Merge requests 1,009
  • 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
  • !3264

lima: add dynamic size heap buffer support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Qiang Yu requested to merge yuq825/mesa:topic/heap-buffer into master Jan 03, 2020
  • Overview 10
  • Commits 3
  • Pipelines 8
  • Changes 7

Add a new buffer type created with LIMA_BO_FLAG_HEAP whose backup memory size is dynamically increased when GP report lack of heap memory. So we just need to create a big enough heap buffer which won't really cost that much memory until it really needs.

Kernel patch is under review here: https://patchwork.freedesktop.org/series/72110/

The bug which caused MMU fault has been fixed in kernel driver, and I've tested these changes with glmark2 and some desktop application, so ready to review now.

Edited Jan 16, 2020 by Qiang Yu
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/heap-buffer