index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
gfx_v9_0.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
drm/amdgpu/gfx9: manually control gfxoff for CS on RV
Alex Deucher
1
-2
/
+34
2025-01-06
drm/amdgpu: reduce RLC safe mode request for gfx clock gating
Prike Liang
1
-12
/
+2
2024-12-18
drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_free
Pierre-Eric Pelloux-Prayer
1
-2
/
+2
2024-12-10
drm/amd: Add the capability to mark certain firmware as "required"
Mario Limonciello
1
-1
/
+11
2024-12-10
drm/amdgpu: pass ip_block in set_clockgating_state
Boyuan Zhang
1
-2
/
+2
2024-12-10
drm/amdgpu: pass ip_block in set_powergating_state
Boyuan Zhang
1
-2
/
+2
2024-12-10
drm/amdgpu: reduce the mmio writes in kiq setting
Prike Liang
1
-3
/
+1
2024-11-08
drm/amdgpu: Add sysfs interface for gc reset mask
Jesse.zhang@amd.com
1
-0
/
+6
2024-11-04
drm/amdgpu: Group gfx sysfs functions
Lijo Lazar
1
-2
/
+2
2024-10-28
drm/amdgpu: clean up the suspend_complete
Prike Liang
1
-2
/
+2
2024-10-22
drm/amdgpu/gfx9: Add cleaner shader for GFX9.4.2
Srinivasan Shanmugam
1
-0
/
+12
2024-10-22
Revert "drm/amdgpu/gfx9: put queue resets behind a debug option"
Alex Deucher
1
-4
/
+0
2024-10-15
drm/amdgpu: optimize fn gfx_v9_ring_insert_nop
Sunil Khatri
1
-4
/
+1
2024-10-08
drm/amdgpu: fix typos
Andrew Kreimer
1
-1
/
+1
2024-10-07
drm/amdgpu: update the handle ptr in hw_fini
Sunil Khatri
1
-5
/
+3
2024-10-07
drm/amdgpu: update the handle ptr in hw_init
Sunil Khatri
1
-3
/
+3
2024-10-07
drm/amdgpu: update the handle ptr in resume
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in suspend
Sunil Khatri
1
-2
/
+4
2024-10-07
drm/amdgpu: update the handle ptr in wait_for_idle
Sunil Khatri
1
-3
/
+3
2024-10-01
drm/amdgpu: update the handle ptr in soft_reset
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module
Srinivasan Shanmugam
1
-0
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in sw_fini
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in sw_init
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in late_init
Sunil Khatri
1
-5
/
+5
2024-10-01
drm/amdgpu: update the handle ptr in early_init
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in print_ip_state
Sunil Khatri
1
-2
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in dump_ip_state
Sunil Khatri
1
-2
/
+2
2024-09-26
drm/amdgpu/gfx9: Explicitly halt CP before init
Alex Deucher
1
-0
/
+4
2024-09-26
drm/amdgpu/gfx9: set additional bits on CP halt
Alex Deucher
1
-1
/
+18
2024-09-06
drm/amdgpu: enable gfxoff quirk on HP 705G4
Peng Liu
1
-0
/
+2
2024-09-06
drm/amdgpu: add raven1 gfxoff quirk
Peng Liu
1
-0
/
+2
2024-08-29
drm/amdgpu/gfx9: put queue resets behind a debug option
Alex Deucher
1
-0
/
+4
2024-08-20
drm/amdgpu/gfx9: Apply Isolation Enforcement to GFX & Compute rings
Srinivasan Shanmugam
1
-0
/
+6
2024-08-20
drm/amdgpu/gfx9: Implement cleaner shader support for GFX9 hardware
Srinivasan Shanmugam
1
-5
/
+40
2024-08-16
drm/amdgpu/gfx9: use rlc safe mode for soft recovery
Alex Deucher
1
-0
/
+2
2024-08-16
drm/amdgpu/gfx9: use proper rlc safe mode helpers
Alex Deucher
1
-4
/
+4
2024-08-16
drm/amdgpu/gfx9: add ring reset callback for gfx
Alex Deucher
1
-0
/
+46
2024-08-16
drm/amdgpu/gfx9: per queue reset only on bare metal
Alex Deucher
1
-0
/
+3
2024-08-16
drm/amdgpu/gfx9: implement reset_hw_queue for gfx9
Jiadong Zhu
1
-0
/
+37
2024-08-16
drm/amdgpu/gfx9: wait for reset done before remap
Jiadong Zhu
1
-5
/
+31
2024-08-16
drm/amdgpu/gfx9: remap queue after reset successfully
Jiadong Zhu
1
-9
/
+27
2024-08-16
drm/amdgpu/gfx9: add ring reset callback
Alex Deucher
1
-0
/
+38
2024-08-13
drm/amdgpu: fix ptr check warning in gfx9 ip_dump
Sunil Khatri
1
-2
/
+2
2024-08-06
drm/amdgpu: optimize the padding for gfx9
Sunil Khatri
1
-3
/
+21
2024-07-23
drm/amdgpu/gfx9: Enable bad opcode interrupt
Alex Deucher
1
-0
/
+65
2024-07-23
drm/amdgpu/gfx9: properly handle error ints on all pipes
Alex Deucher
1
-1
/
+43
2024-07-23
drm/amdgpu/gfx9: enable wave kill for compute queues
Alex Deucher
1
-0
/
+1
2024-06-19
drm/amdgpu: refine gfx9 firmware loading
Yang Wang
1
-23
/
+22
2024-06-05
drm/amdgpu: fix comments and error message for ipdump
Sunil Khatri
1
-2
/
+2
2024-06-05
drm/amdgpu: rename ip_dump_cp_queues to compute queues
Sunil Khatri
1
-7
/
+7
[next]