index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.
Yifan Zhang
1
-1
/
+5
2021-06-16
drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()
José Roberto de Souza
1
-2
/
+5
2021-06-16
drm/vmwgfx: Fix build issues in mksGuestStats discovered by the kernel test robot
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
-9850
/
+6911
2021-06-16
drm/dp_mst: Avoid to mess up payload table by ports in stale topology
Wayne Lin
1
-0
/
+29
2021-06-16
drm/dp_mst: Do not set proposed vcpi directly
Wayne Lin
1
-26
/
+10
2021-06-16
drm/i915: Force a TypeC PHY disconnect during suspend/shutdown
Imre Deak
3
-9
/
+61
2021-06-16
drm/i915/ttm: restore min_page_size behaviour
Matthew Auld
4
-6
/
+5
2021-06-16
drm/i915/ttm: switch over to ttm_buddy_man
Matthew Auld
6
-216
/
+180
2021-06-16
drm/i915/ttm: remove node usage in our naming
Matthew Auld
5
-33
/
+34
2021-06-16
drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUS
Matthew Auld
1
-3
/
+8
2021-06-16
drm/i915/ttm: Calculate the object placement at get_pages time
Thomas Hellström
3
-26
/
+77
2021-06-16
drm/i915/ttm: add i915_sg_from_buddy_resource
Matthew Auld
2
-0
/
+85
2021-06-16
drm/i915/ttm: add ttm_buddy_man
Matthew Auld
6
-0
/
+1640
2021-06-16
drm/i915/ttm: Fix memory leaks
Thomas Hellström
1
-0
/
+2
2021-06-16
drm/i915/jsl: Add W/A 1409054076 for JSL
Tejas Upadhyay
2
-0
/
+43
2021-06-16
drm/vc4: hdmi: Make sure the controller is powered in detect
Maxime Ripard
1
-0
/
+4
2021-06-16
drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
Maxime Ripard
1
-10
/
+30
2021-06-16
drm/vc4: hdmi: Rely on interrupts to handle hotplug
Maxime Ripard
1
-0
/
+45
2021-06-16
drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c
Yu Jiahua
1
-0
/
+1
2021-06-15
drm: display: Fix duplicate field initialization in dcn31
Wan Jiabing
1
-1
/
+0
2021-06-15
drm/amdkfd: Fix circular lock in nocpsch path
Amber Lin
1
-5
/
+13
2021-06-15
drm/amdgpu: Use spinlock_irqsave for pasid_lock
Felix Kuehling
1
-4
/
+5
2021-06-15
drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell.
Yifan Zhang
1
-1
/
+5
2021-06-15
drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.
Yifan Zhang
1
-1
/
+5
2021-06-15
drm/amdgpu: move shadow_list to amdgpu_bo_vm
Nirmoy Das
4
-13
/
+14
2021-06-15
drm/amdgpu: parameterize ttm BO destroy callback
Nirmoy Das
2
-12
/
+32
2021-06-15
drm/amdgpu: remove amdgpu_vm_pt
Nirmoy Das
12
-126
/
+105
2021-06-15
drm/amdgpu: correct psp ucode arrary start address
Hawking Zhang
1
-9
/
+14
2021-06-15
drm/amdkfd: Disable SVM per GPU, not per process
Felix Kuehling
7
-38
/
+45
2021-06-15
drm/amd/display: Extend AUX timeout for DP initial reads
Wesley Chalmers
1
-4
/
+3
2021-06-15
drm/amd/display: Cover edge-case when changing DISPCLK WDIVIDER
Wesley Chalmers
3
-6
/
+69
2021-06-15
drm/amd/display: Add interface to get Calibrated Avg Level from FIFO
Wesley Chalmers
8
-0
/
+60
2021-06-15
drm/amd/display: Partition DPCD address space and break up transactions
Wesley Chalmers
1
-2
/
+85
2021-06-15
drm/amd/display: Do not count I2C DEFERs with AUX DEFERs
Wesley Chalmers
1
-1
/
+2
2021-06-15
drm/amd/display: 7 retries + 50 ms timeout on AUX DEFER
Wesley Chalmers
1
-3
/
+15
2021-06-15
drm/amd/display: Rename constant
Wesley Chalmers
1
-3
/
+3
2021-06-15
drm/amd/display: Enforce DPCD Address ranges
Wesley Chalmers
11
-45
/
+162
2021-06-15
drm/amd/display: Improve logic for is_lttpr_present
Wesley Chalmers
1
-2
/
+1
2021-06-15
drm/amd/display: Always write repeater mode regardless of LTTPR
Wesley Chalmers
1
-4
/
+3
2021-06-15
drm/amd/display: Set LTTPR Transparent Mode after read link cap
Wesley Chalmers
1
-2
/
+3
2021-06-15
drm/amd/display: Read LTTPR caps first on bootup
Wesley Chalmers
3
-0
/
+8
2021-06-15
drm/amd/display: Move LTTPR cap read into its own function
Wesley Chalmers
1
-34
/
+41
2021-06-15
drm/amd/display: Read LTTPR caps first on hotplug
Wesley Chalmers
1
-32
/
+33
2021-06-15
drm/amd/display: move psr dm interface to separate files
Roman Li
4
-137
/
+205
2021-06-15
drm/amd/display: 3.2.140
Aric Cyr
1
-1
/
+1
2021-06-15
drm/amd/display: [FW Promotion] Release 0.0.70
Anthony Koo
1
-2
/
+2
2021-06-15
drm/amd/display: Updated variable name.
David Galiffi
1
-6
/
+6
[prev]
[next]