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,069
    • Issues 3,069
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,004
    • Merge requests 1,004
  • 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
  • !20871

v3dv: ensure we allocate at least the requested space for a CL

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Iago Toral requested to merge itoral/mesa:v3dv_fix_cl_space_allocation into main Jan 24, 2023
  • Overview 1
  • Commits 1
  • Pipelines 5
  • Changes 1

While we are already ensuring we allocate at least 8192 bytes should this not be the first allocation and our allocations are typically just a few bytes, multilayered framebuffers with large numbers of layers may require more space than that in a single allocation.

Fixes: 33259506 ('v3dv: increase BO allocation size when growing CLs')

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v3dv_fix_cl_space_allocation