Age | Commit message (Expand) | Author | Files | Lines |
2021-08-10 | drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP" | Cai Huoqing | 2 | -10/+9 |
2021-08-10 | drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro | Cai Huoqing | 7 | -14/+9 |
2021-08-10 | drm/vmwgfx: fix potential UAF in vmwgfx_surface.c | Desmond Cheong Zhi Xi | 1 | -2/+2 |
2021-08-10 | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm... | Baokun Li | 1 | -2/+1 |
2021-08-09 | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm... | Baokun Li | 1 | -2/+1 |
2021-08-09 | drm/vmwgfx: Remove the repeated declaration | Shaokun Zhang | 1 | -1/+0 |
2021-07-28 | drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctls | Zack Rusin | 1 | -3/+3 |
2021-07-28 | drm/vmwgfx: Be a lot more flexible with MOB limits | Zack Rusin | 2 | -2/+43 |
2021-07-28 | drm/vmwgfx: Cleanup logging | Zack Rusin | 8 | -106/+151 |
2021-07-28 | drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRV | Zack Rusin | 1 | -92/+84 |
2021-07-08 | drm/vmwgfx: Convert to Linux IRQ interfaces | Thomas Zimmermann | 1 | -11/+5 |
2021-07-01 | drm/aperture: Pass DRM driver structure instead of driver name | Thomas Zimmermann | 1 | -1/+1 |
2021-06-29 | drm/vmwgfx: Don't set struct drm_device.irq_enabled | Thomas Zimmermann | 1 | -8/+0 |
2021-06-16 | drm/vmwgfx: Fix build issues in mksGuestStats discovered by the kernel test r... | Martin Krastev | 2 | -4/+5 |
2021-06-16 | drm/vmwgfx: Fix a bad merge in otable batch takedown | Zack Rusin | 1 | -1/+0 |
2021-06-16 | drm/vmwgfx: Fix a 64bit regression on svga3 | Zack Rusin | 1 | -1/+1 |
2021-06-16 | drm/vmwgfx: Update device headers | Zack Rusin | 28 | -10563/+7624 |
2021-06-12 | drm/vmwgfx: Fix implicit declaration error | Zack Rusin | 1 | -0/+1 |
2021-06-12 | drm/vmwgfx: Remove vmw_chipset | Zack Rusin | 2 | -5/+3 |
2021-06-12 | drm/vmwgfx: Refactor vmw_mksstat_remove_ioctl to expect pgid match with vmw_m... | Martin Krastev | 1 | -19/+13 |
2021-06-12 | drm/vmwgfx: inline access to the pages from the piter | Zack Rusin | 2 | -18/+1 |
2021-06-12 | drm/vmwgfx: remove code that was using physical page addresses | Zack Rusin | 3 | -26/+1 |
2021-06-12 | drm/vmwgfx: Fix some static checker warnings | Zack Rusin | 10 | -22/+33 |
2021-06-12 | drm/vmwgfx: Fix subresource updates with new contexts | Zack Rusin | 1 | -3/+2 |
2021-06-12 | drm/vmwgfx: Introduce VMware mks-guest-stats | Martin Krastev | 8 | -27/+878 |
2021-06-12 | drm/vmwgfx: Simplify devcaps code | Zack Rusin | 7 | -116/+221 |
2021-06-09 | drm/vmwgfx: use ttm_bo_move_null() when there is nothing to move | Nirmoy Das | 1 | -1/+1 |
2021-06-06 | dma-buf: drop the _rcu postfix on function names v3 | Christian König | 1 | -3/+3 |
2021-06-06 | dma-buf: rename and cleanup dma_resv_get_excl v3 | Christian König | 1 | -1/+1 |
2021-06-04 | drm/ttm: flip the switch for driver allocated resources v2 | Christian König | 2 | -26/+25 |
2021-06-04 | drm/vmwgfx: switch the TTM backends to self alloc | Christian König | 2 | -24/+31 |
2021-06-04 | drm/ttm: allocate resource object instead of embedding it v2 | Christian König | 1 | -1/+1 |
2021-06-02 | drm/ttm: rename bo->mem and make it a pointer | Christian König | 12 | -66/+66 |
2021-05-26 | drm/vmwgfx: Inline vmw_verify_access() | Thomas Zimmermann | 2 | -14/+2 |
2021-05-26 | drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driver | Thomas Zimmermann | 1 | -3/+53 |
2021-05-14 | drm/vmwgfx: Fix return value check in vmw_setup_pci_resources() | Qiheng Lin | 1 | -2/+2 |
2021-05-14 | drm/vmwgfx: Fix memory allocation check and a leak of object fifo | Colin Ian King | 1 | -1/+5 |
2021-05-11 | drm/vmwgfx: Port vmwgfx to arm64 | Zack Rusin | 7 | -230/+378 |
2021-05-11 | drm/vmwgfx: Add basic support for SVGA3 | Zack Rusin | 25 | -310/+405 |
2021-05-11 | drm/vmwgfx: Remove the reservation semaphore | Zack Rusin | 15 | -535/+6 |
2021-05-11 | drm/vmwgfx: Fix cpu updates of coherent multisample surfaces | Thomas Hellstrom | 2 | -2/+19 |
2021-05-11 | drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command | Thomas Hellstrom | 1 | -4/+16 |
2021-05-11 | drm/vmwgfx: Fix incorrect enum usage | Zack Rusin | 1 | -1/+1 |
2021-05-11 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 4 | -18/+27 |
2021-04-30 | Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+1 |
2021-04-29 | drm/vmwgfx: replace idr_init() by idr_init_base() | Deepak R Varma | 2 | -2/+2 |
2021-04-29 | drm/vmwgfx: use min_t to replace min | Bernard Zhao | 1 | -1/+1 |
2021-04-29 | gpu: drm: vmwgfx: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
2021-04-29 | drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-lengt... | Zou Wei | 1 | -1/+1 |
2021-04-29 | drm/vmwgfx: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |