aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs/bochs_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-06drm/bochs: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-15drm/bochs: drop use of drmP.hSam Ravnborg1-4/+3
2019-07-03drm/bochs: Remove PRIME helpers from driver structureThomas Zimmermann1-1/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-21drm/bochs: Fix connector leak during driver unloadSam Bobroff1-0/+2
2019-05-15drm/bochs: Convert bochs driver to VRAM MMThomas Zimmermann1-13/+2
2019-05-15drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|Thomas Zimmermann1-10/+5
2019-03-04Merge v5.0 into drm-nextDave Airlie1-0/+4
2019-02-28drm/bochs: Fix the ID mismatch errorAlistair Francis1-0/+4
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2019-01-14drm/bochs: switch to generic drm fbdev emulationGerd Hoffmann1-12/+1
2019-01-14drm/bochs: add basic prime supportGerd Hoffmann1-1/+10
2019-01-14drm/bochs: atomic: set DRIVER_ATOMICGerd Hoffmann1-1/+1
2019-01-14drm/bochs: atomic: use suspend/resume helpersGerd Hoffmann1-9/+2
2018-09-10bochs: convert to drm_dev_registerPeter Wu1-6/+28
2018-09-10bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resumePeter Wu1-10/+2
2018-09-03drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-17/+1
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