Age | Commit message (Expand) | Author | Files | Lines |
2022-09-23 | virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create() | Dan Carpenter | 1 | -1/+1 |
2022-09-07 | drm/virtio: set fb_modifiers_not_supported | Chia-I Wu | 1 | -0/+2 |
2022-08-25 | drm/virtio: Fix same-context optimization | Rob Clark | 1 | -1/+1 |
2022-08-19 | drm/virtio: remove drm_plane_cleanup() destroy hook | Danilo Krummrich | 1 | -1/+0 |
2022-07-26 | drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING | Thomas Zimmermann | 1 | -2/+2 |
2022-07-26 | drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers | Thomas Zimmermann | 1 | -1/+0 |
2022-07-19 | drm/virtio: kms: use drm managed resources | Danilo Krummrich | 1 | -9/+7 |
2022-07-19 | drm/virtio: plane: use drm managed resources | Danilo Krummrich | 1 | -22/+8 |
2022-07-19 | drm/virtio: Return proper error codes instead of -1 | Dmitry Osipenko | 1 | -3/+3 |
2022-07-19 | drm/virtio: Use dev_is_pci() | Dmitry Osipenko | 1 | -1/+1 |
2022-07-19 | drm/virtio: Improve DMA API usage for shmem BOs | Dmitry Osipenko | 5 | -99/+32 |
2022-07-19 | drm/virtio: Simplify error handling of virtio_gpu_object_create() | Dmitry Osipenko | 1 | -9/+4 |
2022-07-19 | drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb() | Dmitry Osipenko | 1 | -3/+3 |
2022-07-19 | drm/virtio: Unlock reservations on dma_resv_reserve_fences() error | Dmitry Osipenko | 1 | -1/+3 |
2022-07-19 | drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error | Dmitry Osipenko | 1 | -0/+2 |
2022-07-19 | drm/virtio: Check whether transferred 2D BO is shmem | Dmitry Osipenko | 1 | -1/+1 |
2022-07-19 | drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling | Dmitry Osipenko | 1 | -0/+1 |
2022-06-20 | drm: Drop drm_framebuffer.h from drm_crtc.h | Ville Syrjälä | 1 | -0/+1 |
2022-06-20 | drm: Drop drm_edid.h from drm_crtc.h | Ville Syrjälä | 2 | -0/+3 |
2022-06-09 | drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init | Miaoqian Lin | 1 | -2/+2 |
2022-06-09 | drm/virtio: simplify the return expression | Minghao Chi | 1 | -5/+1 |
2022-06-09 | virtio-gpu: fix a missing check to avoid NULL dereference | Xiaomeng Tong | 1 | -2/+4 |
2022-04-07 | dma-buf: specify usage while adding fences to dma_resv obj v7 | Christian König | 1 | -1/+2 |
2022-04-07 | dma-buf: add enum dma_resv_usage v4 | Christian König | 1 | -2/+3 |
2022-04-06 | dma-buf/drivers: make reserving a shared slot mandatory v4 | Christian König | 1 | -0/+9 |
2022-03-25 | drm/virtio: Remove restriction of non-zero blob_flags | Rob Clark | 1 | -2/+1 |
2022-03-25 | drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes | Liu Zixian | 1 | -0/+2 |
2022-02-14 | drm/gem-shmem: Set vm_ops in static initializer | Thomas Zimmermann | 1 | -0/+1 |
2022-02-07 | drm: Convert open-coded yes/no strings to yesno() | Lucas De Marchi | 1 | -1/+3 |
2022-02-01 | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -0/+3 |
2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+1 |
2022-01-18 | drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() | Roberto Sassu | 1 | -0/+3 |
2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -1/+1 |
2021-12-14 | Merge v5.16-rc5 into drm-next | Daniel Vetter | 3 | -43/+2 |
2021-12-02 | drm: Return error codes from struct drm_driver.gem_create_object | Thomas Zimmermann | 1 | -1/+1 |
2021-11-29 | drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..) | Gurchetan Singh | 1 | -41/+1 |
2021-11-29 | drm/virtgpu api: define a dummy fence signaled event | Gurchetan Singh | 2 | -2/+1 |
2021-11-27 | drm: Move nomodeset kernel parameter to the DRM subsystem | Javier Martinez Canillas | 1 | -2/+1 |
2021-11-18 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -1/+2 |
2021-11-15 | drm/shmem-helper: Pass GEM shmem object in public interfaces | Thomas Zimmermann | 1 | -6/+6 |
2021-11-15 | drm/shmem-helper: Export dedicated wrappers for GEM object functions | Thomas Zimmermann | 1 | -8/+7 |
2021-11-08 | drm/virtio: Fix NULL dereference error in virtio_gpu_poll | Vivek Kasireddy | 1 | -1/+2 |
2021-10-29 | drm/virtio: fix another potential integer overflow on shift of a int | Colin Ian King | 1 | -1/+1 |
2021-10-29 | drm/virtio: fix potential integer overflow on shift of a int | Colin Ian King | 1 | -1/+1 |
2021-10-11 | drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe... | Jing Xiangfeng | 1 | -1/+3 |
2021-09-29 | drm/virtio: implement context init: advertise feature to userspace | Gurchetan Singh | 1 | -0/+6 |
2021-09-29 | drm/virtio: implement context init: add virtio_gpu_fence_event | Gurchetan Singh | 4 | -1/+93 |
2021-09-29 | drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK | Gurchetan Singh | 2 | -1/+22 |
2021-09-29 | drm/virtio: implement context init: allocate an array of fence contexts | Gurchetan Singh | 2 | -2/+35 |
2021-09-29 | drm/virtio: implement context init: stop using drv->context when creating fence | Gurchetan Singh | 2 | -14/+17 |