- Remove obsolete drm_agp_*_memory() prototypes.
- Fix comment in drm_fops.c (outisde -> outside).
- Fix some formatting issues in drm_stub.c (spaces -> tabs).
- Add missing case statement (gen == 3) in intel_gpu_reset().
- Restore pci_enable_busmaster() call in the init path (fixes gpu hang on i945GM).
- Replace M_WAITOK with M_NOWAIT when the return value of malloc is checked (may be incorrect).
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
FYI, I didn't forget about this patch. It's just a pain to work with Subversion, and my working copy is already heavily modified for D3182.