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:           Fri Oct 19 20:53:48 UTC 2007

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: radeon_cp.c

Log Message:
First round of DRM improvements:  switch to mutex(9), make use of &
operator consistent in locking macros, use mb(9) for memory barrier ops
(to be replaced with bus_space_barrier(9) at a later date; this is not
necessary for x86 but might be for e.g. mips).

More to come.  Try it out!  It's a lot more stable now just with the
mutex(9) changes.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/drm/drmP.h
cvs rdiff -r1.2 -r1.3 src/sys/dev/drm/drm_dma.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/drm/drm_drv.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/drm/drm_irq.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/drm/drm_lock.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/drm/radeon_cp.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