Skip to content
GitLab
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 3,033
    • Issues 3,033
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 984
    • Merge requests 984
  • 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
  • MesaMesa
  • mesamesa
  • Merge requests
  • !637

anv: store heap address bounds when initializing physical device

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lionel Landwerlin requested to merge llandwerlin/mesa:review/ehl-anv-address-space-fix into master Apr 11, 2019
  • Overview 16
  • Commits 1
  • Pipelines 7
  • Changes 2

We can then reuse those bounds to initialize the VMA heaps at logical device creation.

This fixes an issue on EHL which has only 36bits of VMA. We were incorrectly using the fixed 48bits upper bound to initializing the logical device heap, using addresses beyong the device's limits.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Reported-by: James Xiong james.xiong@intel.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: review/ehl-anv-address-space-fix