Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: bjs
Date: Sun May 18 02:45:17 UTC 2008
Modified Files:
src/sys/dev/drm: drmP.h drm_dma.c drm_drv.c drm_irq.c drm_lock.c
src/sys/dev/pci/drm: i915_irq.c mach64_irq.c mga_irq.c r128_irq.c
radeon_irq.c via_irq.c via_video.c
Log Message:
Use cv(9) instead of mtsleep/wakeup. Also, define drm_hz as
mstohz(333) (this seems to eliminate lockups for me using the r300
driver). Tested with i915 and radeon on amd64.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/dev/drm/drmP.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/drm/drm_dma.c src/sys/dev/drm/drm_lock.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/drm/drm_drv.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/drm/drm_irq.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/drm/i915_irq.c \
src/sys/dev/pci/drm/mach64_irq.c src/sys/dev/pci/drm/mga_irq.c \
src/sys/dev/pci/drm/r128_irq.c src/sys/dev/pci/drm/via_irq.c \
src/sys/dev/pci/drm/via_video.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/drm/radeon_irq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index