| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/vmwgfx: Fix stale file descriptors on failed usercopy | Mathias Krause | 2022-01-27 | 4 | -21/+21 |
* | drm/vmwgfx: Fix possible usage of an uninitialized variable | Zack Rusin | 2021-12-17 | 1 | -3/+5 |
* | drm/vmwgfx: Remove unused compile options | Zack Rusin | 2021-12-17 | 3 | -14/+5 |
* | drm/vmwgfx: Remove explicit transparent hugepages support | Zack Rusin | 2021-12-17 | 4 | -198/+0 |
* | drm/vmwgfx: Fix a size_t/long int format specifier mismatch | Zack Rusin | 2021-12-17 | 1 | -1/+1 |
* | drm/vmwgfx: Bump the minor version | Zack Rusin | 2021-12-09 | 1 | -2/+2 |
* | drm/vmwgfx: Remove usage of MOBFMT_RANGE | Zack Rusin | 2021-12-09 | 3 | -19/+0 |
* | drm/vmwgfx: add support for updating only offsets of constant buffers | Roland Scheidegger | 2021-12-09 | 3 | -0/+79 |
* | drm/vmwgfx: Allow checking for gl43 contexts | Zack Rusin | 2021-12-09 | 1 | -0/+3 |
* | drm/vmwgfx: support 64 UAVs | Zack Rusin | 2021-12-09 | 5 | -6/+30 |
* | drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 command | Roland Scheidegger | 2021-12-09 | 3 | -1/+11 |
* | drm/vmwgfx: Update device headers for GL43 | Zack Rusin | 2021-12-09 | 9 | -34/+41 |
* | drm/vmwgfx: Implement create_handle on drm_framebuffer_funcs | Zack Rusin | 2021-12-09 | 1 | -0/+11 |
* | drm/vmwgfx: Implement DRIVER_GEM | Zack Rusin | 2021-12-09 | 25 | -745/+588 |
* | drm/vmwgfx: Stop hardcoding the PCI ID | Zack Rusin | 2021-12-09 | 1 | -2/+2 |
* | drm/vmwgfx: Add a debug callback to mobid resource manager | Zack Rusin | 2021-12-09 | 1 | -1/+15 |
* | drm/vmwgfx: Remove the dedicated memory accounting | Zack Rusin | 2021-12-09 | 27 | -1316/+38 |
* | drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernel | Zack Rusin | 2021-12-01 | 1 | -1/+1 |
* | drm/vmwgfx: Introduce a new placement for MOB page tables | Zack Rusin | 2021-12-01 | 5 | -38/+138 |
* | drm/vmwgfx: Fail to initialize on broken configs | Zack Rusin | 2021-12-01 | 1 | -0/+7 |
* | drm/vmwgfx: Release ttm memory if probe fails | Zack Rusin | 2021-12-01 | 1 | -10/+16 |
* | drm/vmwgfx: Remove the deprecated lower mem limit | Zack Rusin | 2021-12-01 | 2 | -103/+2 |
* | drm/vmwgfx: Copy DRM hash-table code into driver | Thomas Zimmermann | 2021-11-30 | 11 | -60/+342 |
* | drm: Move nomodeset kernel parameter to the DRM subsystem | Javier Martinez Canillas | 2021-11-27 | 1 | -2/+1 |
* | Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2021-11-12 | 3 | -78/+1 |
|\ |
|
| * | Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d... | Dave Airlie | 2021-11-10 | 3 | -78/+1 |
| |\ |
|
| | * | drm/ttm: remove ttm_bo_vm_insert_huge() | Jason Gunthorpe | 2021-11-05 | 3 | -78/+1 |
| | * | Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_... | Sean Paul | 2021-10-04 | 2 | -15/+8 |
| | * | drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() | Fernando Ramos | 2021-10-01 | 2 | -8/+15 |
* | | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-11-04 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 2021-10-25 | 1 | -0/+3 |
* | | | | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2021-11-03 | 3 | -17/+9 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge tag 'drm-msm-next-2021-10-26' of https://gitlab.freedesktop.org/drm/msm... | Dave Airlie | 2021-10-28 | 1 | -1/+0 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | drm: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 2021-10-16 | 1 | -1/+0 |
| | |/ |
|
| * | | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2021-09-14 | 1 | -9/+5 |
| |\| |
|
| * | | drm/ttm: cleanup ttm_resource_compat | Christian König | 2021-09-03 | 1 | -9/+6 |
| * | | drm/ttm: remove ttm_tt_destroy_common v2 | Christian König | 2021-08-23 | 1 | -1/+0 |
| * | | drm/vmwgfx: unbind in vmw_ttm_unpopulate | Christian König | 2021-08-23 | 1 | -6/+3 |
* | | | treewide: Replace the use of mem_encrypt_active() with cc_platform_has() | Tom Lendacky | 2021-10-04 | 2 | -5/+5 |
| |/
|/| |
|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2021-09-02 | 1 | -9/+5 |
|\ \
| |/
|/| |
|
| * | lib/scatterlist: Provide a dedicated function to support table append | Maor Gottlieb | 2021-08-24 | 1 | -9/+5 |
| * | drm/vmwgfx: Fix a 64bit regression on svga3 | Zack Rusin | 2021-08-02 | 1 | -1/+1 |
| * | drm/vmwgfx: Fix a bad merge in otable batch takedown | Zack Rusin | 2021-07-09 | 1 | -1/+0 |
| * | drm/vmwgfx: Fix implicit declaration error | Zack Rusin | 2021-07-09 | 1 | -0/+1 |
* | | drm/vmwgfx: Replace "vmw_num_pages" with "PFN_UP" | Cai Huoqing | 2021-08-09 | 2 | -10/+9 |
* | | drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro | Cai Huoqing | 2021-08-09 | 7 | -14/+9 |
* | | drm/vmwgfx: fix potential UAF in vmwgfx_surface.c | Desmond Cheong Zhi Xi | 2021-08-09 | 1 | -2/+2 |
* | | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm... | Baokun Li | 2021-08-09 | 1 | -2/+1 |
* | | drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm... | Baokun Li | 2021-08-09 | 1 | -2/+1 |
* | | drm/vmwgfx: Remove the repeated declaration | Shaokun Zhang | 2021-08-09 | 1 | -1/+0 |