Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N nvidia-patch
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • 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
  • Keylase
  • nvidia-patch
  • Merge requests
  • !48

support for windows quadro driver version 418.81

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge upstream_windows_quadro_418.81 into master Feb 06, 2019
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: Snawoot

Purpose of proposed changes

Adds support for new Quadro driver version 418.81 for Windows

Essential steps taken

  1. Unpacked driver and retrieved nvcuvid64.dl_
  2. Expanded CAB with packed DLL: wine expand nvcuvid64.dl_ nvcuvid.dll
  3. sed -e 's/\xff\x90\x80\x00\x00\x00\x84\xc0\x74\x08/\xff\x90\x80\x00\x00\x00\x84\xc0\x90\x90/g' orig/nvcuvid.dll > patched/nvcuvid.dll
  4. ~/nvidia-patch/win/tools/1337-diff/1337-diff.py orig/nvcuvid.dll patched/nvcuvid.dll
  5. Added resulting .1337 patch to repo.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: upstream_windows_quadro_418.81