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
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-25
drm/amd/display: Add Synaptics Fifo Reset Workaround
Fangzhi Zuo
3
-1
/
+144
2022-01-25
drm/amd/display: Add Cable ID support for native DP
Shen, George
6
-0
/
+92
2022-01-25
drm/amd/display: Use PSR version selected during set_psr_caps
Nicholas Kazlauskas
1
-4
/
+2
2022-01-25
drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgr
Ian Chen
3
-27
/
+13
2022-01-25
drm/amd/display: Only set PSR version when valid
Nicholas Kazlauskas
1
-0
/
+4
2022-01-25
drm/amd/display: Change error to warning when hpd remains low for eDP
Varone
1
-1
/
+1
2022-01-25
drm/amd/display: Driver support for MCLK query tool
Alvin Lee
2
-0
/
+25
2022-01-25
drm/amd/display: do not compare integers of different widths
Josip Pavic
1
-2
/
+2
2022-01-25
drm/amd/display: add protection in link encoder matching logic
Martin Tsai
7
-92
/
+36
2022-01-25
drm/amd/display: Don't update drm connector when read local EDID
Wayne Lin
1
-8
/
+0
2022-01-25
drm/amd/display: fix a coding error causing set throttled vcp size skipped for dpia
Wenjing Liu
1
-1
/
+1
2022-01-25
drm/amd/display: rename dc_link_hwss struct to link_hwss
Wenjing Liu
3
-12
/
+12
2022-01-25
drm/amd/display: add more link_hwss types and method to decide which one
Wenjing Liu
2
-6
/
+50
2022-01-25
drm/amd/display: abstract encoder related hwseq across different types
Wenjing Liu
4
-48
/
+143
2022-01-25
drm/amd/display: Drop DCN for DP2.x logic
Wenjing Liu
27
-748
/
+83
2022-01-25
drm/amd/display: Add work around to enforce TBT3 compatibility.
Jimmy Kizito
5
-6
/
+34
2022-01-25
drm/amd/display: factor out dp detection link training and mst top detection
Wenjing Liu
5
-291
/
+259
2022-01-25
drm/amd/pm: use existing fini_smc_tables function for cyan skillfish
Lang Yu
1
-17
/
+1
2022-01-25
drm/amd/pm: add get_dpm_ultimate_freq function for cyan skillfish
Lang Yu
1
-0
/
+31
2022-01-25
Revert "drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in ras_list"
yipechai
1
-7
/
+0
2022-01-25
drm/amdgpu: Move xgmi ras initialization from .late_init to .early_init
yipechai
4
-5
/
+21
2022-01-25
drm/amdgpu: fix channel index mapping for SIENNA_CICHLID
Stanley.Yang
1
-12
/
+17
2022-01-25
drm/amdgpu: switch to common helper to read bios from rom
Hawking Zhang
4
-69
/
+43
2022-01-25
drm/amdgpu: retire rlc callbacks sriov_rreg/wreg
Hawking Zhang
5
-226
/
+3
2022-01-25
drm/amdgpu: switch to amdgpu_sriov_rreg/wreg
Hawking Zhang
2
-5
/
+5
2022-01-25
drm/amdgpu: add helper for rlcg indirect reg access
Hawking Zhang
2
-1
/
+124
2022-01-25
drm/amdgpu: init rlcg_reg_access_ctrl for gfx10
Hawking Zhang
1
-4
/
+34
2022-01-25
drm/amdgpu: init rlcg_reg_access_ctrl for gfx9
Hawking Zhang
1
-4
/
+26
2022-01-25
drm/amdgpu: add structures for rlcg indirect reg access
Hawking Zhang
1
-0
/
+14
2022-01-25
drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx10
Hawking Zhang
1
-39
/
+2
2022-01-25
drm/amdgpu: switch to get_rlcg_reg_access_flag for gfx9
Hawking Zhang
1
-29
/
+4
2022-01-25
drm/amdgpu: add helper to query rlcg reg access flag
Hawking Zhang
2
-0
/
+43
2022-01-25
drm/amd/display: clean up some inconsistent indenting
Yang Li
1
-25
/
+23
2022-01-25
drm/amd/display: Fix memory leak
Yongzhi Liu
1
-20
/
+60
2022-01-25
drm/amd/pm: remove useless if
Jiapeng Chong
1
-4
/
+1
2022-01-25
drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj
Xin Xiong
1
-0
/
+1
2022-01-25
drm/amdgpu/display: use msleep rather than udelay for long delays
Alex Deucher
1
-2
/
+2
2022-01-25
drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_interval
Alex Deucher
1
-1
/
+1
2022-01-25
drm/amdgpu: filter out radeon secondary ids as well
Alex Deucher
1
-0
/
+81
2022-01-25
drm/amd/pm: use dev_*** to print output in multiple GPUs
Guchun Chen
5
-10
/
+15
2022-01-25
drm/amdgpu: drop WARN_ON in amdgpu_gart_bind/unbind
Guchun Chen
1
-2
/
+2
2022-01-25
drm/amd/display: Not to call dpcd_set_source_specific_data during resume.
Rajib Mahapatra
1
-1
/
+2
2022-01-25
drm/amd/pm: drop unneeded hwmgr->smu_lock
Evan Quan
2
-241
/
+38
2022-01-25
drm/amd/pm: drop unneeded feature->mutex
Evan Quan
4
-31
/
+10
2022-01-25
drm/amd/pm: drop unneeded smu_baco->mutex
Evan Quan
3
-16
/
+5
2022-01-25
drm/amd/pm: drop unneeded smu->sensor_lock
Evan Quan
10
-20
/
+0
2022-01-25
drm/amd/pm: drop unneeded smu->metrics_lock
Evan Quan
12
-195
/
+70
2022-01-25
drm/amd/pm: drop unneeded vcn/jpeg_gate_lock
Evan Quan
2
-54
/
+11
2022-01-25
drm/amd/pm: drop unneeded lock protection smu->mutex
Evan Quan
6
-299
/
+34
2022-01-25
drm/amdgpu: suppress the warning about enum value 'AMD_IP_BLOCK_TYPE_NUM'
Evan Quan
1
-0
/
+1
[prev]
[next]