Skip to content
GitLab
  • Menu
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 2,769
    • Issues 2,769
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 928
    • Merge requests 928
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !6322

android: panfrost: Redirect cmdstream includes through GenXML (v2)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged maurossi requested to merge issor.oruam/mesa:midgard_pack_v2 into master Aug 14, 2020
  • Overview 1
  • Commits 1
  • Pipelines 6
  • Changes 1

bifrost requires both "pafrost/lib/midgard_pack.h" and "midgard_pack.h" headers

Fixes the following building error:

In file included from external/mesa/src/panfrost/bifrost/cmdline.c:33: In file included from external/mesa/src/panfrost/bifrost/test/bit.h:31: external/mesa/src/panfrost/lib/pan_device.h:40:10: fatal error: 'midgard_pack.h' file not found #include <midgard_pack.h> ^~~~~~~~~~~~~~~~ 1 error generated.

Fixes: bce1a7e9 ("android: panfrost: Redirect cmdstream includes through GenXML") Fixes: 88dc4c21 ("panfrost: Redirect cmdstream includes through GenXML") Signed-off-by: Mauro Rossi issor.oruam@gmail.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: midgard_pack_v2