Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6ef68c17d40e1e7e291ca513627a0d2a13ae095f
/
drivers
/
gpu
/
drm
/
vmwgfx
0a3579e
Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 9 years ago
f3b8c0c
drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()
by Christian Engelmayer
· 9 years ago
49558b4
drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()
by Christian Engelmayer
· 9 years ago
b07bb76
drm/vmwgfx: Only build on X86
by Thomas Hellstrom
· 9 years ago
2e586a7
drm/vmwgfx: Map the fifo as cached
by Thomas Hellstrom
· 9 years ago
54c12bc
drm/vmwgfx: Fix up user_dmabuf refcounting
by Thomas Hellstrom
· 9 years ago
f377ea8
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
089b669
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
aa3469c
drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2
by Thomas Hellstrom
· 9 years ago
36d4e87
drm/vmwgfx: Remove duplicate ttm_bo_device_release
by Thomas Hellstrom
· 9 years ago
772269f
drm/vmwgfx: Fix a circular locking dependency in the fbdev code
by Thomas Hellstrom
· 9 years ago
294947a
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 9 years ago
4eebf60
Merge tag 'v4.2-rc7' into drm-next
by Dave Airlie
· 9 years ago
3e04e2f
drm/vmwgfx: Fix execbuf locking issues
by Thomas Hellstrom
· 9 years ago
54fbde8
drm/vmwgfx: Fix copyright headers
by Sinclair Yeh
· 9 years ago
fd11a3c
drm/vmwgfx: Add DX query support. Various fixes.
by Sinclair Yeh
· 9 years ago
0fca749e
drm/vmwgfx: Add command parser support for a couple of DX commands
by Neha Bhende
· 9 years ago
2f633e5
drm/vmwgfx: Command parser fixes for DX
by Charmaine Lee
· 9 years ago
d80efd5
drm/vmwgfx: Initial DX support
by Thomas Hellstrom
· 9 years ago
8ce75f8
drm/vmwgfx: Update device includes for DX device functionality
by Sinclair Yeh
· 9 years ago
05c9501
drm/vmwgfx: Fix crash when unloading vmwgfx v2
by Sinclair Yeh
· 9 years ago
df45e9d
drm/vmwgfx: Fix framebuffer creation on older hardware
by Thomas Hellstrom
· 9 years ago
65ade7d
drm/vmwgfx: Fixed topology boundary checking for Screen Targets
by Sinclair Yeh
· 9 years ago
e1c0506
treewide: fix typos in comment blocks
by Masahiro Yamada
· 9 years ago
55579cf
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
by Viresh Kumar
· 9 years ago
6a5278e
drm/vmwgfx: Fix an uninitialized value
by Thomas Hellstrom
· 9 years ago
2e3cc8c
drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_t
by Thomas Hellstrom
· 9 years ago
b9eb1a6
drm/vmwgfx: Kill a bunch of sparse warnings
by Thomas Hellstrom
· 10 years ago
f6b0500
drm/vmwgfx: Fix kms preferred mode sorting
by Thomas Hellstrom
· 9 years ago
352b20d
drm/vmwgfx: Reinstate the legacy display system dirty callback
by Thomas Hellstrom
· 9 years ago
a278724
drm/vmwgfx: Implement fbdev on kms v2
by Thomas Hellstrom
· 9 years ago
fd006a4
drm/vmwgfx: Add a kernel interface to create a framebuffer v2
by Thomas Hellstrom
· 9 years ago
9b59078
drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNING
by Thomas Hellstrom
· 9 years ago
6bf6bf0
drm/vmwgfx: Convert screen targets to new helpers v3
by Thomas Hellstrom
· 9 years ago
10b1e0c
drm/vmwgfx: Convert screen objects to the new helpers
by Thomas Hellstrom
· 9 years ago
1a4b172
drm/vmwgfx: Add kms helpers for dirty- and readback functions
by Thomas Hellstrom
· 9 years ago
459d0fa
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
by Thomas Hellstrom
· 9 years ago
f89c6c3
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
by Sinclair Yeh
· 9 years ago
35c0512
drm/vmwgfx: Implement screen targets
by Sinclair Yeh
· 9 years ago
c9146cd
drm/vmwgfx: Add "quirk" to handling command verification exceptions
by Thomas Hellstrom
· 10 years ago
c8261a9
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
by Sinclair Yeh
· 9 years ago
233826a
drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()
by Sinclair Yeh
· 10 years ago
7b64115
drm/vmwgfx: SVGA device definition update
by Sinclair Yeh
· 10 years ago
ed93394
drm/vmwgfx: Add an interface to pin a resource v3
by Thomas Hellstrom
· 10 years ago
ee511a8
drm/vmwgfx: Fix an overlay lockdep error
by Thomas Hellstrom
· 9 years ago
3eab3d9
drm/vmwgfx: Add command buffer support v3
by Thomas Hellstrom
· 9 years ago
cb09bbc
vmwgfx: Update device headers for command buffers.
by Thomas Hellstrom
· 9 years ago
13eec7e
drm/vmwgfx: Fix OTABLE takedown
by Thomas Hellstrom
· 9 years ago
153b3d5
vmwgfx: Rework device initialization
by Thomas Hellstrom
· 9 years ago
1261797
drm/vmwgfx: Fix an fb unlocking bug
by Thomas Hellstrom
· 9 years ago
9a69a9a
drm: Make the connector dpms callback return a value, v2.
by Maarten Lankhorst
· 9 years ago
53d8858
Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
7e7392a
drm: Drop ioctl->cmd_drv
by Ville Syrjälä
· 10 years ago
fd3e4d6
drm/vmwgfx: Fix an issue with the device losing its irq line on module unload
by Thomas Hellstrom
· 10 years ago
da5efff
drm/vmwgfx: Correctly NULLify dma buffer pointer on failure
by Colin Ian King
· 10 years ago
3458390
drm/vmwgfx: Reorder device takedown somewhat
by Thomas Hellstrom
· 10 years ago
5151adb
drm/vmwgfx: Fix a couple of lock dependency violations
by Thomas Hellstrom
· 10 years ago
496eb6f
drm/vmwgfx: Replace the hw mutex with a hw spinlock
by Thomas Hellstrom
· 10 years ago
aa35071
drm/ttm: optionally move duplicates to a separate list
by Christian König
· 10 years ago
b8ccd1e
drm/vmwgfx: (Re)bind shaders to MOBs with the correct offset
by Thomas Hellstrom
· 10 years ago
89669e7
drm/vmwgfx: Fix fence event code
by Thomas Hellstrom
· 10 years ago
1f563a6
drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
by Thomas Hellstrom
· 10 years ago
e338c4c
drm/vmwgfx: Fix error printout on signals pending
by Thomas Hellstrom
· 10 years ago
a3a1a66
drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree"
by Markus Elfring
· 10 years ago
4d02e2d
drm: Per-plane locking
by Daniel Vetter
· 10 years ago
51b44eb
Merge tag 'v3.18-rc4' into drm-next
by Dave Airlie
· 10 years ago
3cb9ae4
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
by Daniel Vetter
· 10 years ago
9a72384
drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.
by Sinclair Yeh
· 10 years ago
0468ab5
drm/vmwgfx: Fix hash key computation
by Thomas Hellstrom
· 10 years ago
21e8862
drm/vmwgfx: fix lock breakage
by Rob Clark
· 10 years ago
2d65a9f
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
80213c0
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
f4f4e3e
drm/ttm: add reservation_object as argument to ttm_bo_init
by Maarten Lankhorst
· 11 years ago
94e57fe
PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
by Francesco Ruggeri
· 10 years ago
b2efb3f
drm: backmerge tag 'v3.17-rc5' into drm-next
by Dave Airlie
· 10 years ago
ae9c0af
drm/ttm: allow fence to be added as shared
by Christian König
· 10 years ago
915b4d1
drm: add driver->set_busid() callback
by David Herrmann
· 10 years ago
5fbad99
drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab
by Maarten Lankhorst
· 11 years ago
f2c24b8
drm/ttm: flip the switch, and convert to dma_fence
by Maarten Lankhorst
· 11 years ago
2298e80
drm/vmwgfx: rework to new fence interface, v2
by Maarten Lankhorst
· 11 years ago
c060a4e
drm/vmwgfx: get rid of different types of fence_flags entirely
by Maarten Lankhorst
· 11 years ago
f01ea0c
drm/vmwgfx: Fix a potential infinite spin waiting for fifo idle
by Thomas Hellstrom
· 10 years ago
9f9cb84
drm/vmwgfx: Fix an incorrect OOM return value
by Thomas Hellstrom
· 10 years ago
1f0dc9a
drm/ttm: kill off some members to ttm_validate_buffer
by Maarten Lankhorst
· 11 years ago
58b4d72
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
by Maarten Lankhorst
· 11 years ago
dd7cfd6
drm/ttm: kill fence_lock
by Maarten Lankhorst
· 11 years ago
f1217ed
drm/ttm: move fpfn and lpfn into each placement v2
by Christian König
· 10 years ago
a7d7a14
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
7963e9d
Revert "drm: drop redundant drm_file->is_master"
by Dave Airlie
· 10 years ago
48ba813
drm: drop redundant drm_file->is_master
by David Herrmann
· 10 years ago
f166e6d
drm: vmwgfx: Use nsec based interfaces
by Thomas Gleixner
· 10 years ago
ee3939e
drm/ttm: Fix a few sparse warnings
by Thierry Reding
· 10 years ago
a4cd5d6
drm/vmwgfx: use helpers
by Rob Clark
· 10 years ago
e3f2027
drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2
by Christian König
· 10 years ago
afa95e7
Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
4b7ba86
Merge tag 'vmwgfx-next-2014-07-04' of git://people.freedesktop.org/~thomash/linux into drm-next
by Dave Airlie
· 10 years ago
18e4a46
drm/vmwgfx: Fix compat shader namespace
by Thomas Hellstrom
· 11 years ago
4e57808
drm/vmwgfx: Fix incorrect write to read-only register v2:
by Thomas Hellstrom
· 10 years ago
34ea3d3
drm: add register and unregister functions for connectors
by Thomas Wood
· 11 years ago
f95aeb1
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
by Damien Lespiau
· 11 years ago
Next »