aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs/bochs_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16drm/bochs: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-02-02drm/bochs: Implement nomodesetMax Staudt1-0/+10
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-2/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-09-28Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie1-0/+7
2016-09-20bochs: ignore device if there isn't enougth memoryGerd Hoffmann1-0/+7
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-1/+2
2016-06-01drm/bochs: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson1-2/+2
2015-08-06drm/bochs: Use new drm_fb_helper functionsArchit Taneja1-2/+2
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-22drm: bochs: fix warningsRussell King1-0/+2
2014-04-18drm: bochs: add power management supportGerd Hoffmann1-0/+44
2013-12-23drm/bochs: new driverGerd Hoffmann1-0/+178