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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
drm/amd/display: DMCUB FW Changes to support PSR
Wyatt Wood
2
-14
/
+11
2020-01-16
drm/amd/display: programing surface flip by dmcub.
Yongqiang Sun
4
-6
/
+165
2020-01-16
drm/amd/display: Double buffer dcn2 Gamut Remap
Noah Abradjian
3
-6
/
+109
2020-01-16
drm/amd/display: Driverside changes to support PSR in DMCUB
Wyatt Wood
6
-16
/
+313
2020-01-16
drm/amd/display: Fix double buffering in dcn2 ICSC
Noah Abradjian
9
-42
/
+160
2020-01-16
drm/amd/display: 3.2.66
Aric Cyr
1
-1
/
+1
2020-01-16
drm/amd/display: expand dml structs
Dmytro Laktyushkin
8
-295
/
+402
2020-01-16
drm/amd/display: stop doing unnecessary detection when going to D3
Joseph Gravenor
2
-0
/
+7
2020-01-16
drm/amd/display: wait for update when setting dpg test pattern
Wenjing Liu
1
-0
/
+13
2020-01-16
drm/amd/display: Update HDMI hang w/a to apply to all TMDS signals
Michael Strauss
1
-4
/
+6
2020-01-16
drm/amd/display: Don't always set pstate true if dummy latency = 0
Alvin Lee
1
-1
/
+1
2020-01-16
drm/amd/display: store lttpr mode with dpcd
abdoulaye berthe
1
-2
/
+11
2020-01-16
drm/amd/display: Add double buffering to dcn20 OCSC
Noah Abradjian
4
-6
/
+59
2020-01-16
drm/amd/display: Soft reset DMUIF during DMUB reset
Nicholas Kazlauskas
2
-2
/
+6
2020-01-16
drm/amd/display: Read inst_fb data back during DMUB loading
Nicholas Kazlauskas
1
-0
/
+27
2020-01-16
drm/amd/display: Flush framebuffer data before passing to DMCUB
Nicholas Kazlauskas
3
-42
/
+24
2020-01-16
drm/amd/display: Adding forgotten hubbub func
Martin Leung
1
-1
/
+2
2020-01-16
drm/amd/display: Disable secondary link for certain monitors
Nikola Cornij
3
-3
/
+10
2020-01-16
drm/amd/display: Fix 300Hz Freesync bug
Alvin Lee
3
-3
/
+5
2020-01-16
drm/amd/display: fix chroma vp wa corner case
Eric Yang
1
-3
/
+13
2020-01-16
drm/amd/display: 3.2.65
Aric Cyr
1
-1
/
+1
2020-01-16
drm/amd/display: Clear state after exiting fixed active VRR state
Amanda Liu
1
-0
/
+2
2020-01-16
drm/amd/include: Add OCSC registers
Rodrigo Siqueira
4
-2
/
+24
2020-01-16
drm/scheduler: fix documentation by replacing rq_list with sched_list
Nirmoy Das
2
-6
/
+6
2020-01-16
drm/amdgpu: add arcturus to gpu recovery check code path
Hawking Zhang
1
-0
/
+1
2020-01-16
drm/amdgpu: check if driver should try recovery in ras recovery path
Hawking Zhang
1
-1
/
+2
2020-01-16
drm/amd/powerplay: a quick fix for the deadlock issue below
Evan Quan
1
-15
/
+43
2020-01-16
drm/amdgpu: only set cp active field for kiq queue
Huang Rui
3
-6
/
+15
2020-01-16
drm/amdkfd: Add a message when SW scheduler is used
Yong Zhao
1
-0
/
+1
2020-01-16
drm/amdgpu/pm: clean up return types
Alex Deucher
1
-15
/
+24
2020-01-16
drm/scheduler: improve job distribution with multiple queues
Nirmoy Das
3
-10
/
+12
2020-01-16
drm/amdgpu/vcn2.5: implement indirect DPG SRAM mode
James Zhu
2
-20
/
+52
2020-01-16
drm/amdgpu/vcn2.5: add dpg pause mode
James Zhu
1
-0
/
+70
2020-01-16
drm/amdgpu/vcn2.5: add DPG mode start and stop
James Zhu
1
-2
/
+288
2020-01-16
drm/amdgpu/vcn: move macro from vcn2.0 to share amdgpu_vcn (v2)
James Zhu
3
-12
/
+12
2020-01-16
drm/amdgpu/vcn: support multiple instance direct SRAM read and write (v2)
James Zhu
3
-84
/
+83
2020-01-16
drm/amdgpu/vcn: support multiple-instance dpg pause mode
James Zhu
4
-9
/
+9
2020-01-16
drm/amdgpu/sriov skip the update of SMU_TABLE_ACTIVITY_MONITOR_COEFF
Jack Zhang
1
-3
/
+4
2020-01-16
drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 training enabled(V5)
Tianci.Yin
2
-1
/
+31
2020-01-16
drm/amdgpu/gfx10: update gfx golden settings for navi14
Tianci.Yin
1
-1
/
+1
2020-01-16
drm/amdgpu/gfx10: update gfx golden settings
Tianci.Yin
1
-1
/
+1
2020-01-16
drm/amdgpu: check rlc_g firmware pointer is valid before using it
shaoyunl
1
-4
/
+5
2020-01-16
drm/amdgpu: drop amdgpu_job.owner
Christian König
3
-3
/
+0
2020-01-16
drm/amdgpu: error out on entity with no run queue
Nirmoy Das
1
-0
/
+5
2020-01-16
drm/amdkfd: use map_queues for hiq on gfx v10 as well
Huang Rui
2
-22
/
+70
2020-01-16
drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)
Aaron Liu
5
-21
/
+76
2020-01-16
drm/amdgpu: flush TLB functions removal from kfd2kgd interface
Alex Sierra
7
-251
/
+0
2020-01-16
drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfd
Alex Sierra
3
-3
/
+39
2020-01-16
drm/amdgpu: export function to flush TLB via pasid
Alex Sierra
5
-0
/
+223
2020-01-16
drm/amdgpu: replace kcq enable/disable functions on gfx_v9
Alex Sierra
1
-100
/
+2
[next]