Go to file
Eric Anholt 2423fedcc8 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).
2003-10-24 21:49:28 +00:00
bsd Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) 2003-10-24 21:49:28 +00:00
bsd-core Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) 2003-10-24 21:49:28 +00:00
libdrm - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the 2003-10-23 02:23:31 +00:00
linux Switch pci enumeration call to work on both 2.4 and 2.6 pci_for_each_dev is 2003-10-24 17:40:54 +00:00
linux-core Switch pci enumeration call to work on both 2.4 and 2.6 pci_for_each_dev is 2003-10-24 17:40:54 +00:00
shared The SiS300 pci id also covers the 305, so make the name reflect that. 2003-10-23 05:51:35 +00:00
shared-core - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the 2003-10-23 02:23:31 +00:00
tests Targets for building dristat and drmstat. 2003-04-25 00:57:42 +00:00