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,879
    • Issues 2,879
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 904
    • Merge requests 904
  • 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
  • !1746

Merged
Created Aug 22, 2019 by Jordan Justen@jljustenOwner

basic *build* support of gen12 for iris and anvil

  • Overview 12
  • Commits 16
  • Pipelines 4
  • Changes 28

This patchset adopts gen11 code to build basic gen12 support into iris and anvil. (i965 will not support gen12.) Over time, future patchsets will add the various changes needed to support gen12.

Edit: pci-ids and INTEL_DEBUG=alpha were dropped

Since the driver will not yet work on real gen12 hardware, I added an INTEL_DEBUG=alpha flag to help notify users that the support in this branch in not ready. The drivers will not start for gen12 unless that environment variable debug flag is set.

About the only thing that will work on gen12 hardware with this patchset is running wflinfo. For example, this command works:

INTEL_DEBUG=alpha wflinfo -p gbm -a gl

On any system with intel graphics you can also override the driver to iris and device to tgl to get a similar output:

MESA_LOADER_DRIVER_OVERRIDE=iris INTEL_DEVID_OVERRIDE=tgl INTEL_DEBUG=alpha wflinfo -p gbm -a gl

Edited Aug 28, 2019 by Jordan Justen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: build-gen12