Page MenuHomeFreeBSD

drm2: a few minor fixes after r280183
ClosedPublic

Authored by avos on Aug 18 2015, 9:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 22 2024, 11:11 PM
Unknown Object (File)
Feb 26 2024, 10:02 PM
Unknown Object (File)
Feb 26 2024, 9:30 PM
Unknown Object (File)
Jan 7 2024, 2:26 PM
Unknown Object (File)
Dec 23 2023, 5:54 PM
Unknown Object (File)
Dec 19 2023, 11:50 PM
Unknown Object (File)
Nov 13 2023, 12:33 PM
Unknown Object (File)
Nov 3 2023, 10:54 AM
Subscribers

Details

Summary
  • 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).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to drm2: a few minor fixes after r280183.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos set the repository for this revision to rS FreeBSD src repository - subversion.
dumbbell edited edge metadata.

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.

@adrian: Yes, please, if you have some spare time. Thank you for your help!

This revision was automatically updated to reflect the committed changes.