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,068
    • Issues 3,068
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,005
    • Merge requests 1,005
  • 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
  • !1869

anv: implement ICD interface v4

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Lionel Landwerlin requested to merge llandwerlin/mesa:review/anv-icd-v4 into master Sep 04, 2019
  • Overview 8
  • Commits 2
  • Pipelines 4
  • Changes 3

This effectively breaks the instance dispatch table in 2 with entry points using a physical device as first argument getting their own dispatch table.

As a result we now have to check instance & physical device dispatch table instead of just the instance dispatch table before.

Signed-off-by: Eric Engestrom eric.engestrom@intel.com Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: review/anv-icd-v4