Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • gpu
  • drm
  • nouveau
  • nouveau_state.c
Find file BlameHistoryPermalink
  • Jimmy Rentz's avatar
    drm/nouveau: Fix a crash at card takedown for NV40 and older cards · 97666109
    Jimmy Rentz authored Apr 17, 2011
    
    
    NV40 and older cards (pre NV50) reserve a vram bo for the vga memory at
    card init. This bo is then freed at card shutdown.  The problem is that
    the ttm bo vram manager was already freed. So a crash occurs when the
    vga bo is freed. The fix is to free the vga bo prior to freeing the ttm
    bo vram manager. There might be other solutions but this seemed the
    simplest to me.
    Signed-off-by: default avatarJimmy Rentz <jb17bsome@gmail.com>
    Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
    97666109

Replace nouveau_state.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.