summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_drv.c
AgeCommit message (Expand)Author
2024-01-29drm/virtio: Set segment size for virtio_gpu deviceSebastian Ott
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin
2023-10-06drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng
2023-08-01drm/virtio: Support sync objectsDmitry Osipenko
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-03-03drm/virtio: Add option to disable KMS supportRob Clark
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-07-19drm/virtio: Use dev_is_pci()Dmitry Osipenko
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-11-29drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)Gurchetan Singh
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-11-08drm/virtio: Fix NULL dereference error in virtio_gpu_pollVivek Kasireddy
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-05-18drm/virtio: free virtqueues on probe failureXie Yongji
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-01-06drm/virtgpu: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann
2020-09-25drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann
2019-11-12drm/virtgpu: fix double unregistrationChuhong Yuan
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann
2019-09-13drm/virtio: enable prime mmap supportGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-06-21drm/virtio: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-24Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie
2019-02-28drm/virtio: implement prime exportGerd Hoffmann
2019-02-28drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann
2018-11-21drm/virtio: add edid supportGerd Hoffmann
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-03-01drm/virtio: Remove virtio_gpu_debugfs_takedown()Noralf Trønnes
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-11-15Revert "drm: virtio: reinstate drm_virtio_set_busid()"Gerd Hoffmann
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula