K 10 svn:author V 6 anholt K 8 svn:date V 27 2003-10-24T21:45:21.000000Z K 7 svn:log V 258 Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) in bufs_info sysctl handler. dev->dma and dev->dma_lock existence are protected by DRM_LOCK(). Fixes panic on sysctl hw.dri when the device is uninitialied (when you aren't in X). END