cvs commit: src/sys/dev/drm drm_drv.c

[ Available lists | Index of cvs-all | Month of Aug 2008 | Week of 30 Aug 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Noland <rnoland@FreeBSD.org>
Date
30 Aug 2008 00:48:12
Subject
cvs commit: src/sys/dev/drm drm_drv.c
Message-ID
200808300048.m7U0mCH4029831@repoman.freebsd.org


[ Hide this part ]
rnoland     2008-08-30 00:47:52 UTC

FreeBSD src repository

Modified files:
sys/dev/drm drm_drv.c
Log:
SVN rev 182467 on 2008-08-30 00:47:52Z by rnoland

Free the device lock around the call to drm_drawable_free_all()

This function manipulates a spin lock and we can't hold a mutex over it.

Approved by: kib

Revision Changes Path
1.9 +2 -0 src/sys/dev/drm/drm_drv.c


Elapsed time: 0.196 seconds