Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • 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
  • !17488

pvr: Split pvr_dev_addr_t into a separate header

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Matt Coster requested to merge MTCoster/mesa:dev-addr-split into main Jul 12, 2022
  • Overview 7
  • Commits 2
  • Pipelines 13
  • Changes 25

This type is useful beyond the scope of winsys.

It can now be used without being lumbered with a dependency on pvr_winsys.h. Since pvr_winsys.h is used by pvr_private.h, this can be a common cause for circular dependencies during development.

Also included in this MR are a hopefully unobjectionable subset of the macros added in !17203. These account for 90% of the use cases and it would be great to get them merged while discusson on the other MR continues.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>

cc @frankbinns, @CreativeCylon

Edited Jul 13, 2022 by Matt Coster
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-addr-split