Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • chendotjs
  • linux
  • Repository
  • linux
  • drivers
  • gpu
  • drm
  • amd
  • amdkfd
  • kfd_process.c
Find file BlameHistoryPermalink
  • Mukul Joshi's avatar
    drm/amdkfd: Move process doorbell allocation into kfd device · 59d7115d
    Mukul Joshi authored Sep 18, 2020
    
    
    Move doorbell allocation for a process into kfd device and
    allocate doorbell space in each PDD during process creation.
    Currently, KFD manages its own doorbell space but for some
    devices, amdgpu would allocate the complete doorbell
    space instead of leaving a chunk of doorbell space for KFD to
    manage. In a system with mix of such devices, KFD would need
    to request process doorbell space based on the type of device,
    either from amdgpu or from its own doorbell space.
    
    Signed-off-by: default avatarMukul Joshi <mukul.joshi@amd.com>
    Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
    Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    59d7115d