-
- Downloads
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next
A couple of fixes from the previous pull request as well as gl3 support. There is one drm core change, an export of a previously private function. Take 2 implementing screen targets, this time with the fbdev code adjusted accordingly. Also there is an implementation of register-driven command buffers, that overrides the FIFO ring for command processing. It's needed for our upcoming hardware revision. * 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux: (35 commits) drm/vmwgfx: Fix copyright headers drm/vmwgfx: Add DX query support. Various fixes. drm/vmwgfx: Add command parser support for a couple of DX commands drm/vmwgfx: Command parser fixes for DX drm/vmwgfx: Initial DX support drm/vmwgfx: Update device includes for DX device functionality drm: export the DRM permission check code drm/vmwgfx: Fix crash when unloading vmwgfx v2 drm/vmwgfx: Fix framebuffer creation on older hardware drm/vmwgfx: Fixed topology boundary checking for Screen Targets drm/vmwgfx: Fix an uninitialized value drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_t drm/vmwgfx: Kill a bunch of sparse warnings drm/vmwgfx: Fix kms preferred mode sorting drm/vmwgfx: Reinstate the legacy display system dirty callback drm/vmwgfx: Implement fbdev on kms v2 drm/vmwgfx: Add a kernel interface to create a framebuffer v2 drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNING drm/vmwgfx: Convert screen targets to new helpers v3 drm/vmwgfx: Convert screen objects to the new helpers ...
Showing
- drivers/gpu/drm/drm_ioctl.c 2 additions, 1 deletiondrivers/gpu/drm/drm_ioctl.c
- drivers/gpu/drm/vmwgfx/Makefile 2 additions, 1 deletiondrivers/gpu/drm/vmwgfx/Makefile
- drivers/gpu/drm/vmwgfx/device_include/includeCheck.h 3 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/includeCheck.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_caps.h 110 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_caps.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h 2071 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h 457 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_devcaps.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h 1487 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_limits.h 99 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_limits.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h 50 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_reg.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 1204 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h
- drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h 1633 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga3d_types.h
- drivers/gpu/drm/vmwgfx/device_include/svga_escape.h 1 addition, 1 deletiondrivers/gpu/drm/vmwgfx/device_include/svga_escape.h
- drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h 4 additions, 6 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga_overlay.h
- drivers/gpu/drm/vmwgfx/device_include/svga_reg.h 518 additions, 146 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga_reg.h
- drivers/gpu/drm/vmwgfx/device_include/svga_types.h 46 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/svga_types.h
- drivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h 21 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/vm_basic_types.h
- drivers/gpu/drm/vmwgfx/device_include/vmware_pack_begin.h 25 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/vmware_pack_begin.h
- drivers/gpu/drm/vmwgfx/device_include/vmware_pack_end.h 25 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/device_include/vmware_pack_end.h
- drivers/gpu/drm/vmwgfx/svga_types.h 0 additions, 45 deletionsdrivers/gpu/drm/vmwgfx/svga_types.h
- drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 1294 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_binding.c
Loading
Please register or sign in to comment