index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_gfx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
drm/amdgpu: fix uninitialized scalar variable warning
Tim Huang
1
-1
/
+2
2024-03-20
drm/amdgpu: correct the KGQ fallback message
Prike Liang
1
-1
/
+1
2024-03-08
Merge tag 'amd-drm-next-6.9-2024-03-01' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-3
/
+3
2024-02-22
drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ring
Ma Jun
1
-3
/
+3
2024-02-22
Merge tag 'amd-drm-next-6.9-2024-02-19' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-1
/
+8
2024-02-13
Revert "drm/amd: flush any delayed gfxoff on suspend entry"
Mario Limonciello
1
-1
/
+8
2024-02-13
Merge tag 'amd-drm-next-6.9-2024-02-09' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-2
/
+2
2024-01-31
drm/amdgpu: prefer snprintf over sprintf
Jani Nikula
1
-1
/
+2
2024-01-22
drm/amdgpu: Cleanup inconsistent indenting in 'amdgpu_gfx_enable_kcq()'
Srinivasan Shanmugam
1
-2
/
+2
2023-11-09
drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)
Victor Lu
1
-4
/
+4
2023-11-03
drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64
Alex Deucher
1
-0
/
+2
2023-10-19
drm/amdgpu: Workaround to skip kiq ring test during ras gpu recovery
Stanley.Yang
1
-0
/
+21
2023-09-20
drm/amdgpu: Use function for IP version check
Lijo Lazar
1
-2
/
+2
2023-08-16
drm/amd: flush any delayed gfxoff on suspend entry
Mario Limonciello
1
-8
/
+1
2023-07-25
drm/amdgpu: Add -ENOMEM error handling when there is no memory
Srinivasan Shanmugam
1
-7
/
+10
2023-07-25
drm/amdgpu: Return -ENOMEM when there is no memory in 'amdgpu_gfx_mqd_sw_init'
Srinivasan Shanmugam
1
-3
/
+8
2023-06-09
drm/amdgpu: Fix unused variable in amdgpu_gfx.c
Srinivasan Shanmugam
1
-3
/
+3
2023-06-09
drm/amdgpu: fix the memory override in kiq ring struct
Shiwu Zhang
1
-2
/
+2
2023-06-09
drm/amdgpu: fix S3 issue if MQD in VRAM
Jack Xiao
1
-0
/
+4
2023-06-09
drm/amdgpu: add GFX RAS common function
Tao Zhou
1
-0
/
+19
2023-06-09
drm/amdgpu: Add compute mode descriptor function
Lijo Lazar
1
-23
/
+1
2023-06-09
drm/amdgpu: Move memory partition query to gmc
Lijo Lazar
1
-29
/
+1
2023-06-09
drm/amdgpu: Add flags for partition mode query
Lijo Lazar
1
-1
/
+2
2023-06-09
drm/amdgpu: Use unique doorbell range per xcc
Lijo Lazar
1
-1
/
+4
2023-06-09
drm/amdgpu: Switch to SOC partition funcs
Lijo Lazar
1
-27
/
+4
2023-06-09
drm/amdgpu: remove partition attributes sys file for gfx_v9_4_3
Shiwu Zhang
1
-0
/
+7
2023-06-09
drm/amdgpu: fix kcq mqd_backup buffer double free for multi-XCD
Shiwu Zhang
1
-1
/
+0
2023-06-09
drm/amdgpu: detect current GPU memory partition mode
Rajneesh Bhardwaj
1
-0
/
+25
2023-06-09
drm/amdgpu: Fix failure when switching to DPX mode
Mukul Joshi
1
-1
/
+5
2023-06-09
drm/amdkfd: Add device repartition support
Mukul Joshi
1
-1
/
+21
2023-06-09
drm/amdgpu: Change num_xcd to xcc_mask
Lijo Lazar
1
-10
/
+11
2023-06-09
drm/amdgpu: introduce new doorbell assignment table for GC 9.4.3
Le Ma
1
-5
/
+1
2023-06-09
drm/amdgpu: convert the doorbell_index to 2 dwords offset for kiq
Le Ma
1
-4
/
+3
2023-06-09
drm/amdgpu: enable the ring and IB test for slave kcq
Shiwu Zhang
1
-32
/
+27
2023-06-09
drm/amdgpu: add sysfs node for compute partition mode
Le Ma
1
-0
/
+132
2023-06-09
drm/amdgpu: assign different AMDGPU_GFXHUB for rings on each xcc
Le Ma
1
-1
/
+1
2023-06-09
drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)
Hawking Zhang
1
-1
/
+1
2023-06-09
drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq()
Dan Carpenter
1
-1
/
+1
2023-06-09
drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
Horatio Zhang
1
-3
/
+5
2023-06-09
drm/amdgpu: unlock the correct lock in amdgpu_gfx_enable_kcq()
Dan Carpenter
1
-1
/
+1
2023-06-09
drm/amdgpu: put MQDs in VRAM
Alex Deucher
1
-2
/
+7
2023-06-09
drm/amdgpu: add [en/dis]able_kgq() functions
Alex Deucher
1
-0
/
+68
2023-06-09
drm/amdgpu: check correct allocated mqd_backup object after alloc
Guchun Chen
1
-4
/
+5
2023-06-09
drm/amdgpu: fix a build warning by a typo in amdgpu_gfx.c
Guchun Chen
1
-2
/
+2
2023-04-24
drm/amdgpu: track MQD size for gfx and compute
Alex Deucher
1
-0
/
+2
2023-04-21
drm/amdgpu: allocate doorbell index for multi-die case
Le Ma
1
-0
/
+5
2023-04-20
drm/amdgpu: add master/slave check in init phase
Le Ma
1
-23
/
+36
2023-04-18
drm/amdgpu: add multi-xcc support to amdgpu_gfx interfaces (v4)
Le Ma
1
-33
/
+42
2023-04-18
drm/amdgpu: move queue_bitmap to an independent structure (v3)
Le Ma
1
-16
/
+25
2023-04-18
drm/amdgpu: convert gfx.kiq to array type (v3)
Le Ma
1
-17
/
+17
[next]