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-09-29
drm/amdgpu/sdma6: use common function to init sdma fw
Likun Gao
1
-71
/
+2
2022-09-29
drm/amdgpu: support sdma struct v2 fw init
Likun Gao
1
-16
/
+60
2022-09-29
drm/amdgpu/sdma5: use common function to init sdma fw
Likun Gao
2
-107
/
+11
2022-09-29
drm/amdgpu/sdma4: use common function to init sdma fw
Likun Gao
1
-88
/
+19
2022-09-29
drm/amdgpu: add function to init SDMA microcode
Likun Gao
2
-0
/
+93
2022-09-29
drm/amdgpu/gfx11: use common function to init cp fw
Likun Gao
1
-139
/
+16
2022-09-29
drm/amdgpu/gfx10: use common function to init CP fw
Likun Gao
1
-78
/
+8
2022-09-29
drm/amdgpu/gfx9: use common function to init cp fw
Likun Gao
1
-88
/
+10
2022-09-29
drm/amdgpu: add function to init CP microcode
Likun Gao
2
-0
/
+142
2022-09-29
drm/amd/pm: use adverse selection for dpm features unsupported by driver
Evan Quan
1
-60
/
+23
2022-09-29
drm/amd/pm: enable gfxoff feature for SMU 13.0.0
Evan Quan
1
-3
/
+5
2022-09-29
drm/amdgpu: avoid gfx register accessing during gfxoff
Evan Quan
1
-0
/
+4
2022-09-29
drivers/amd/pm: check the return value of amdgpu_bo_kmap
Li Zhong
1
-1
/
+4
2022-09-29
drm/amdgpu: Use simplified API for p2p dist calc
Lijo Lazar
2
-4
/
+4
2022-09-29
drm/amdgpu: Disable verbose for p2p dist calc
Lijo Lazar
2
-2
/
+2
2022-09-29
drm/amdgpu: Fixed ras warning when uninstalling amdgpu
YiPeng Chai
1
-1
/
+2
2022-09-29
drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcode
Hawking Zhang
1
-152
/
+4
2022-09-29
drm/amdgpu/gfx10: switch to amdgpu_gfx_rlc_init_microcode
Hawking Zhang
1
-187
/
+9
2022-09-29
Makefile.compiler: replace cc-ifversion with compiler-specific macros
Nick Desaulniers
1
-1
/
+1
2022-09-28
Merge tag 'amd-drm-next-6.1-2022-09-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
114
-1652
/
+2205
2022-09-28
Merge tag 'drm-misc-next-2022-09-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
4
-4
/
+23
2022-09-27
drm/amdgpu: Add amdgpu suspend-resume code path under SRIOV
Bokun Zhang
2
-1
/
+30
2022-09-27
drm/amdgpu: Remove fence_process in count_emitted
Jiadong.Zhu
1
-1
/
+0
2022-09-27
drm/amdgpu: Correct the position in patch_cond_exec
Jiadong.Zhu
1
-1
/
+1
2022-09-27
drm/amd/display: fill in clock values when DPM is not enabled
Samson Tam
4
-0
/
+57
2022-09-27
drm/amd/display: Avoid unnecessary pixel rate divider programming
Taimur Hassan
1
-0
/
+53
2022-09-27
drm/amd/display: Remove assert for odm transition case
Eric Bernstein
1
-3
/
+7
2022-09-27
drm/amd/display: Fix typo in get_pixel_rate_div
Taimur Hassan
1
-1
/
+1
2022-09-27
drm/amd/display: Fix audio on display after unplugging another
Aric Cyr
1
-4
/
+2
2022-09-27
drm/amd/display: Add explicit FIFO disable for DP blank
Nicholas Kazlauskas
1
-1
/
+11
2022-09-27
drm/amd/display: Wrap OTG disable workaround with FIFO control
Nicholas Kazlauskas
1
-1
/
+10
2022-09-27
drm/amd/display: Do DIO FIFO enable after DP video stream enable
Nicholas Kazlauskas
1
-5
/
+8
2022-09-27
drm/amd/display: Update DCN32 to use new SR latencies
Alvin Lee
1
-2
/
+2
2022-09-27
drm/amd/display: Avoid avoid unnecessary pixel rate divider programming
Taimur Hassan
1
-0
/
+47
2022-09-27
drm/amdkfd: fix dropped interrupt in kfd_int_process_v11
Graham Sider
1
-3
/
+3
2022-09-27
drm/amdgpu: pass queue size and is_aql_queue to MES
Graham Sider
4
-1
/
+10
2022-09-27
drm/amdkfd: fix MQD init for GFX11 in init_mqd
Graham Sider
1
-0
/
+4
2022-09-27
drm/amd/pm: use adverse selection for dpm features unsupported by driver
Evan Quan
1
-60
/
+23
2022-09-27
drm/amd/pm: enable gfxoff feature for SMU 13.0.0
Evan Quan
1
-3
/
+5
2022-09-27
drm/amdgpu: avoid gfx register accessing during gfxoff
Evan Quan
1
-0
/
+4
2022-09-27
drm/amdgpu/gfx9: switch to amdgpu_gfx_rlc_init_microcode
Hawking Zhang
1
-103
/
+3
2022-09-27
drm/amdgpu: add helper to init rlc firmware
Hawking Zhang
2
-1
/
+38
2022-09-24
drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers.
Jim Cromie
1
-0
/
+14
2022-09-22
drm/amdgpu: Fix VRAM eviction issue
Arunpravin Paneer Selvam
1
-1
/
+1
2022-09-21
drm/amd/display: Reduce number of arguments of dml314's CalculateFlipSchedule()
Nathan Chancellor
1
-125
/
+47
2022-09-21
drm/amd/display: Reduce number of arguments of dml314's CalculateWatermarksAndDRAMSpeedChangeSupport()
Nathan Chancellor
1
-196
/
+52
2022-09-21
drm/amdgpu: don't register a dirty callback for non-atomic
Alex Deucher
1
-1
/
+10
2022-09-21
drm/amd/pm: drop the pptable related workarounds for SMU 13.0.0
Evan Quan
2
-93
/
+5
2022-09-21
drm/amd/pm: add support for 3794 pptable for SMU13.0.0
Evan Quan
1
-0
/
+1
2022-09-21
drm/amd/display: correct num_dsc based on HW cap
Charlene Liu
1
-1
/
+1
[prev]
[next]