2 रिपॉजिटरी
Runtime loading of GPU driver modules, including version override support for proprietary drivers.
Distinct from Dynamic Logic Modules: Distinct from Dynamic Logic Modules: focuses specifically on GPU hardware driver modules rather than general server logic extensions.
Explore 2 awesome GitHub repositories matching development tools & productivity · GPU Driver Modules. Refine with filters or upvote what's useful.
This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa
Enables the loading of dynamically compiled GPU driver modules into the system kernel.
This project is an X11 window system server that coordinates graphical output and input devices. It functions as a display server, a hardware driver manager for graphics and input modules, and a graphics server capable of rendering directly to a generic framebuffer. The server provides multi-seat display management to isolate input and display devices for different concurrent users. It also implements namespace isolation to separate clients and restrict resource access, preventing interference between different user sessions or processes. The system manages GPU driver integration through dyn
Loads GPU driver modules dynamically at runtime, with version override support for proprietary drivers.