index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-05
drm/vmwgfx: Fix an uninitialized value
vmwgfx-next-15-08-06
Thomas Hellstrom
1
-1
/
+1
2015-08-05
drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_t
Thomas Hellstrom
1
-1
/
+5
2015-08-05
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
20
-107
/
+103
2015-08-05
drm/vmwgfx: Fix kms preferred mode sorting
Thomas Hellstrom
1
-4
/
+2
2015-08-05
drm/vmwgfx: Reinstate the legacy display system dirty callback
Thomas Hellstrom
1
-3
/
+6
2015-08-05
drm/vmwgfx: Implement fbdev on kms v2
Thomas Hellstrom
6
-214
/
+436
2015-08-05
drm/vmwgfx: Add a kernel interface to create a framebuffer v2
Thomas Hellstrom
4
-72
/
+102
2015-08-05
drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNING
Thomas Hellstrom
1
-49
/
+34
2015-08-05
drm/vmwgfx: Convert screen targets to new helpers v3
Thomas Hellstrom
6
-679
/
+534
2015-08-05
drm/vmwgfx: Convert screen objects to the new helpers
Thomas Hellstrom
4
-556
/
+444
2015-08-05
drm/vmwgfx: Add kms helpers for dirty- and readback functions
Thomas Hellstrom
6
-21
/
+391
2015-08-05
drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2
Thomas Hellstrom
9
-196
/
+179
2015-08-05
drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs
Sinclair Yeh
7
-35
/
+266
2015-08-05
drm/vmwgfx: Implement screen targets
Sinclair Yeh
10
-24
/
+1475
2015-08-05
drm/vmwgfx: Add "quirk" to handling command verification exceptions
Thomas Hellstrom
4
-5
/
+19
2015-08-05
vmwgfx: Major KMS refactoring / cleanup in preparation of screen targets
Sinclair Yeh
7
-546
/
+597
2015-08-05
drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()
Sinclair Yeh
2
-61
/
+143
2015-08-05
drm/vmwgfx: SVGA device definition update
Sinclair Yeh
2
-6
/
+117
2015-08-05
drm/vmwgfx: Add an interface to pin a resource v3
Thomas Hellstrom
2
-1
/
+94
2015-08-05
drm/vmwgfx: Fix an overlay lockdep error
Thomas Hellstrom
1
-6
/
+6
2015-08-05
drm/vmwgfx: Add command buffer support v3
Thomas Hellstrom
10
-33
/
+1656
2015-08-05
vmwgfx: Update device headers for command buffers.
Thomas Hellstrom
3
-2
/
+190
2015-08-05
drm/vmwgfx: Fix OTABLE takedown
Thomas Hellstrom
1
-10
/
+11
2015-08-05
vmwgfx: Rework device initialization
Thomas Hellstrom
10
-174
/
+230
2015-08-05
drm/vmwgfx: Fix an fb unlocking bug
Thomas Hellstrom
1
-2
/
+2
2015-07-24
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...
Dave Airlie
20
-295
/
+172
2015-07-24
Merge tag 'topic/crc-pmic-2015-07-23' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
13
-7
/
+336
2015-07-24
Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
59
-5641
/
+8422
2015-07-24
Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
19
-173
/
+178
2015-07-24
Merge tag 'drm-amdkfd-next-2015-07-20' of git://people.freedesktop.org/~gabba...
Dave Airlie
28
-40
/
+2893
2015-07-22
drm: gc now dead mode_group code
Daniel Vetter
6
-109
/
+0
2015-07-22
drm: Stop filtering according to mode_group in getresources
Daniel Vetter
1
-80
/
+30
2015-07-22
drm: Roll out drm_for_each_{plane,crtc,encoder}
Daniel Vetter
4
-18
/
+19
2015-07-22
drm/cma-helper: Fix locking in drm_fb_cma_debugfs_show
Daniel Vetter
2
-17
/
+2
2015-07-22
drm: Roll out drm_for_each_connector more
Daniel Vetter
6
-12
/
+14
2015-07-22
drm: Amend connector list locking rules
Daniel Vetter
1
-1
/
+9
2015-07-22
drm/radeon: Take all modeset locks for DP MST hotplug
Daniel Vetter
1
-4
/
+4
2015-07-22
drm/i915: Take all modeset locks for DP MST hotplug
Daniel Vetter
1
-6
/
+6
2015-07-22
drm: Check locking in drm_for_each_fb
Daniel Vetter
1
-1
/
+5
2015-07-22
drm/i915: Use drm_for_each_fb in i915_debugfs.c
Daniel Vetter
1
-1
/
+3
2015-07-22
drm: Check locking in drm_for_each_connector
Daniel Vetter
1
-1
/
+11
2015-07-22
drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...
Daniel Vetter
1
-2
/
+7
2015-07-22
drm/probe-helper: Grab mode_config.mutex in poll_init/enable
Daniel Vetter
1
-16
/
+25
2015-07-22
drm: Add modeset object iterators
Daniel Vetter
6
-39
/
+49
2015-07-22
drm: Simplify drm_for_each_legacy_plane arguments
Daniel Vetter
3
-4
/
+4
2015-07-22
mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled
Shobhit Kumar
1
-0
/
+1
2015-07-21
drm/i915: Backlight control using CRC PMIC based PWM driver
Shobhit Kumar
3
-5
/
+98
2015-07-21
drm/i915: Use the CRC gpio for panel enable/disable
Shobhit Kumar
3
-2
/
+40
2015-07-21
pwm: crc: Add Crystalcove (CRC) PWM driver
Shobhit Kumar
3
-0
/
+151
2015-07-21
mfd: intel_soc_pmic_core: ADD PWM lookup table for CRC PMIC based PWM
Shobhit Kumar
1
-0
/
+12
[next]