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-11-17
drm/amdkfd: convert switches to IP version checking
Graham Sider
6
-155
/
+102
2021-11-17
drm/amdkfd: convert KFD_IS_SOC to IP version checking
Graham Sider
4
-5
/
+6
2021-11-17
drm/amdgpu: add error print when failing to add IP block(v2)
Guchun Chen
1
-0
/
+36
2021-11-17
drm/amd/pm: Enhanced reporting also for a stuck command
Luben Tuikov
1
-2
/
+6
2021-11-17
drm/amdgpu: remove unneeded variable
ran jianping
1
-2
/
+2
2021-11-17
drm/radeon: correct indentation
Xu Wang
1
-1
/
+1
2021-11-17
drm/amdkfd: replace trivial funcs with direct access
Graham Sider
6
-47
/
+10
2021-11-17
drm/amd/display: log amdgpu_dm_atomic_check() failure cause
Shirish S
1
-18
/
+51
2021-11-17
drm/amd/display: Wait for ACK for INBOX0 HW Lock
Alvin Lee
5
-3
/
+115
2021-11-17
drm/amd/display: Initialise encoder assignment when initialising dc_state
Jimmy Kizito
4
-7
/
+7
2021-11-17
drm/amd/display: Query all entries in assignment table during updates.
Jimmy Kizito
1
-1
/
+12
2021-11-17
drm/amd/display: To support sending TPS3 pattern when restoring link
Robin Chen
3
-3
/
+14
2021-11-17
drm/amd/display: 3.2.161
Aric Cyr
1
-1
/
+1
2021-11-17
drm/amd/display: Adjust code indentation
Charlene Liu
1
-3
/
+3
2021-11-17
drm/amd/display: Add hpd pending flag to indicate detection of new hpd
Meenakshikumar Somasundaram
3
-13
/
+14
2021-11-17
drm/amd/display: Fix Coverity Issues
Chris Park
1
-1
/
+5
2021-11-17
drm/amd/display: retain/release stream pointer in link enc table
Sung Joon Kim
1
-0
/
+2
2021-11-17
drm/amd/display: fix stale info in link encoder assignment
Roy Chan
1
-22
/
+14
2021-11-17
drm/amd/display: use link_rate_set above DPCD 1.3 (#1527)
Huang, ChiaWen
1
-1
/
+1
2021-11-17
drm/amd/display: clean up some formats and log
Charlene Liu
3
-7
/
+3
2021-11-17
drm/amd/display: bring dcn31 clk mgr in line with other version style
Dmytro Laktyushkin
2
-4
/
+11
2021-11-17
drm/amd/display: Fix detection of aligned DMUB firmware meta info
Nicholas Kazlauskas
1
-16
/
+27
2021-11-17
drm/amd/display: Use link_enc_cfg API for queries.
Jimmy Kizito
1
-13
/
+4
2021-11-17
drm/amd/display: Fix RGB MPO underflow with multiple displays
Angus Wang
4
-4
/
+4
2021-11-17
drm/amd/display: remove dmcub_support cap dependency
Charlene Liu
1
-2
/
+0
2021-11-17
drm/amd/display: Pass panel inst to a PSR command
Mikita Lipski
3
-3
/
+5
2021-11-17
drm/amd/display: Add helper for blanking all dp displays
Leo (Hanghong) Ma
6
-129
/
+66
2021-11-17
drm/amd/display: remove unnecessary conditional operators
Ye Guojin
2
-3
/
+2
2021-11-17
drm/amdgpu: return early on error while setting bar0 memtype
Nirmoy Das
1
-1
/
+6
2021-11-17
drm/amdgpu: remove unnecessary checks
Nirmoy Das
1
-5
/
+0
2021-11-17
drm/amdkfd: Add sysfs bitfields and enums to uAPI
Felix Kuehling
1
-45
/
+1
2021-11-17
drm/amdgpu: use generic fb helpers instead of setting up AMD own's.
Evan Quan
7
-426
/
+50
2021-11-17
drm/amdkfd: remove kgd_dev declaration and initialization
Graham Sider
5
-9
/
+4
2021-11-17
drm/amdkfd: replace/remove remaining kgd_dev references
Graham Sider
14
-80
/
+32
2021-11-17
drm/amdkfd: replace kgd_dev in gpuvm amdgpu_amdkfd funcs
Graham Sider
5
-69
/
+58
2021-11-17
drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcs
Graham Sider
9
-99
/
+82
2021-11-17
drm/amdkfd: replace kgd_dev in various amgpu_amdkfd funcs
Graham Sider
8
-63
/
+53
2021-11-17
drm/amdkfd: replace kgd_dev in various kfd2kgd funcs
Graham Sider
12
-174
/
+106
2021-11-17
drm/amdkfd: replace kgd_dev in hqd/mqd kfd2kgd funcs
Graham Sider
14
-166
/
+129
2021-11-17
drm/amdkfd: replace kgd_dev in static gfx v10_3 funcs
Graham Sider
1
-29
/
+23
2021-11-17
drm/amdkfd: replace kgd_dev in static gfx v10 funcs
Graham Sider
1
-29
/
+23
2021-11-17
drm/amdkfd: replace kgd_dev in static gfx v9 funcs
Graham Sider
1
-29
/
+23
2021-11-17
drm/amdkfd: replace kgd_dev in static gfx v8 funcs
Graham Sider
1
-28
/
+23
2021-11-17
drm/amdkfd: replace kgd_dev in static gfx v7 funcs
Graham Sider
1
-28
/
+23
2021-11-17
drm/amdkfd: add amdgpu_device entry to kfd_dev
Graham Sider
3
-0
/
+3
2021-11-17
drm/i915: Fix fastsets on TypeC ports following a non-blocking modeset
Imre Deak
1
-5
/
+26
2021-11-17
gpu: drm: panel-edp: Fix edp_panel_entry documentation
Kieran Bingham
1
-2
/
+2
2021-11-17
drm/bridge: parade-ps8640: Fix additional suspend/resume at bootup
yangcong
1
-2
/
+2
2021-11-17
drm/i915/guc: fix NULL vs IS_ERR() checking
Dan Carpenter
1
-2
/
+2
2021-11-17
drm/i915/guc: fix NULL vs IS_ERR() checking
Dan Carpenter
1
-2
/
+2
[prev]
[next]