summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs/bochs_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/bochs: Move to tiny/Thomas Zimmermann2021-07-051-205/+0
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+2
* drm/bochs: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-1/+0
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/bochs: Drop explicit drm_mode_config_cleanupDaniel Vetter2020-03-261-4/+2
* drm/bochs: add drm_driver.release callback.Gerd Hoffmann2020-02-121-3/+3
* drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann2019-10-171-4/+1
* drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann2019-08-231-1/+1
* drm/bochs: Use dev_get_drvdataChuhong Yuan2019-08-061-4/+2
* drm/bochs: drop use of drmP.hSam Ravnborg2019-07-151-4/+3
* drm/bochs: Remove PRIME helpers from driver structureThomas Zimmermann2019-07-031-1/+0
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-2/+1
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* | drm/bochs: Fix connector leak during driver unloadSam Bobroff2019-05-211-0/+2
* | drm/bochs: Convert bochs driver to VRAM MMThomas Zimmermann2019-05-151-13/+2
* | drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-151-10/+5
|/
* Merge v5.0 into drm-nextDave Airlie2019-03-041-0/+4
|\
| * drm/bochs: Fix the ID mismatch errorAlistair Francis2019-02-281-0/+4
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* | drm/bochs: switch to generic drm fbdev emulationGerd Hoffmann2019-01-141-12/+1
* | drm/bochs: add basic prime supportGerd Hoffmann2019-01-141-1/+10
* | drm/bochs: atomic: set DRIVER_ATOMICGerd Hoffmann2019-01-141-1/+1
* | drm/bochs: atomic: use suspend/resume helpersGerd Hoffmann2019-01-141-9/+2
|/
* bochs: convert to drm_dev_registerPeter Wu2018-09-101-6/+28
* bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resumePeter Wu2018-09-101-10/+2
* drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-17/+1
* drm/bochs: Use the drm_driver.dumb_destroy defaultNoralf Trønnes2017-08-161-1/+0
* drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter2017-06-201-2/+2
* drm: Remove drm_driver->set_busid hookDaniel Vetter2017-06-201-1/+0
* drm/bochs: Implement nomodesetMax Staudt2017-02-021-0/+10
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-2/+1
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-09-281-0/+7
|\
| * bochs: ignore device if there isn't enougth memoryGerd Hoffmann2016-09-201-0/+7
* | drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+2
|/
* drm/bochs: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
* PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-091-2/+2
* drm/bochs: Use new drm_fb_helper functionsArchit Taneja2015-08-061-2/+2
* drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* drm: bochs: fix warningsRussell King2014-07-221-0/+2
* drm: bochs: add power management supportGerd Hoffmann2014-04-181-0/+44
* drm/bochs: new driverGerd Hoffmann2013-12-231-0/+178