index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
gfx_v7_0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-06
drm/amdgpu: Put MODE register in wave debug info
Joseph Greathouse
1
-0
/
+1
2021-05-21
drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentation
Lee Jones
1
-3
/
+3
2021-04-09
drm/amdgpu: add the sched_score to amdgpu_ring_init
Christian König
1
-2
/
+2
2021-04-09
drm/amd/amdgpu/gfx_v7_0: Trivial typo fixes
Bhaskar Chowdhury
1
-11
/
+11
2020-12-09
drm/amdgpu: use AMDGPU_NUM_VMID when possible
Nirmoy Das
1
-1
/
+1
2020-11-24
drm/amd/amdgpu/gfx_v7_0: Clean-up a bunch of kernel-doc related issues
Lee Jones
1
-14
/
+19
2020-11-14
drm/amd/amdgpu/gfx_v7_0: Remove unused struct definition
Lee Jones
1
-9
/
+0
2020-10-16
drm/amdgpu: move amdgpu_num_kcq handling to a helper
Alex Deucher
1
-1
/
+2
2020-07-02
drm/amdgpu: Clean up KFD VMID assignment
Felix Kuehling
1
-4
/
+2
2020-07-01
drm/amdgpu: label internally used symbols as static
Nirmoy Das
1
-2
/
+2
2020-05-18
drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute IBs too (v3)
Marek Olšák
1
-1
/
+17
2020-05-18
drm/amdgpu: Add mem_sync implementation for all the ASICs.
Andrey Grodzovsky
1
-1
/
+15
2020-04-09
drm/amdgpu: rework sched_list generation
Nirmoy Das
1
-2
/
+5
2020-04-01
drm/amdgpu: stop disable the scheduler during HW fini
Christian König
1
-16
/
+9
2020-04-01
drm/amdgpu: implement more ib pools (v2)
xinhui pan
1
-1
/
+2
2020-02-29
drm/amdgpu: Initialize SPM_VMID with 0xf (v2)
Jacob He
1
-1
/
+18
2020-02-29
drm/amdgpu: Add num_banks and num_ranks to gfx config structure
Yong Zhao
1
-0
/
+5
2019-12-03
drm/amdgpu: fix calltrace during kmd unload(v3)
Monk Liu
1
-0
/
+2
2019-11-13
drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...
yu kuai
1
-2
/
+1
2019-08-09
Merge tag 'v5.3-rc3' into drm-next-5.4
Alex Deucher
1
-0
/
+9
2019-07-31
drm/amdgpu: Default disable GDS for compute+gfx
Joseph Greathouse
1
-7
/
+17
2019-07-18
drm/amdgpu: Default disable GDS for compute VMIDs
Joseph Greathouse
1
-0
/
+9
2019-07-18
drm/amdgpu: Default disable GDS for compute VMIDs
Joseph Greathouse
1
-0
/
+9
2019-07-16
drm/amd/amdgpu: Add VMID to SRBM debugfs bank selection
Tom St Denis
1
-2
/
+2
2019-06-25
Merge branch 'drm-next' into drm-next-5.3
Alex Deucher
1
-2
/
+4
2019-06-21
drm/amdgpu: enable gfx eop interrupt per gfx pipe
Hawking Zhang
1
-2
/
+2
2019-06-14
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-2
/
+4
2019-06-11
drm/amd: drop use of drmP.h in remaining files
Sam Ravnborg
1
-1
/
+3
2019-06-10
drm/amd: drop dependencies on drm_os_linux.h
Sam Ravnborg
1
-1
/
+1
2019-05-24
drm/amdgpu: remove static GDS, GWS and OA allocation
Christian König
1
-28
/
+4
2019-02-06
drm/amdgpu: add a workaround for GDS ordered append hangs with compute queues
Marek Olšák
1
-1
/
+18
2019-01-26
drm/amdgpu: add flags to emit_ib interface v2
Jack Xiao
1
-3
/
+3
2018-11-28
drm/amdgpu: Use asic specific doorbell index instead of macro definition
Oak Zeng
1
-1
/
+1
2018-11-10
drm/amdgpu: abstract the function of enter/exit safe mode for RLC
Likun Gao
1
-122
/
+26
2018-11-10
drm/amdgpu: separate amdgpu_rlc into a single file
Likun Gao
1
-12
/
+4
2018-11-10
drm/amdgpu: unify rlc function into structure
Likun Gao
1
-12
/
+18
2018-11-05
drm/amdgpu: Modify the argument of emit_ib interface
Rex Zhu
1
-3
/
+7
2018-11-05
drm/amdgpu: remove messages from IB tests
Christian König
1
-14
/
+6
2018-11-05
drm/amdgpu: further ring test cleanups
Christian König
1
-15
/
+9
2018-11-05
drm/amdgpu: Retire amdgpu_ring.ready flag v4
Andrey Grodzovsky
1
-11
/
+5
2018-11-05
drm/amdgpu: put HQD EOP buffers into VRAM
Marek Olšák
1
-1
/
+1
2018-11-05
drm/amdgpu: use scheduler fault instead of reset work
Christian König
1
-2
/
+26
2018-09-27
drm/amdgpu: move more defines into amdgpu_irq.h
Christian König
1
-3
/
+3
2018-09-27
drm/amdgpu: Refine function name
Rex Zhu
1
-5
/
+5
2018-09-19
drm/amdgpu: move reserving GDS/GWS/OA into common code
Christian König
1
-19
/
+0
2018-09-19
drm/amdgpu: fix up GDS/GWS/OA shifting
Christian König
1
-9
/
+0
2018-08-27
drm/amdgpu: implement soft_recovery for GFX7
Christian König
1
-0
/
+13
2018-07-06
drm/amdgpu: switch firmware path for CIK parts (v2)
Alex Deucher
1
-36
/
+36
2018-04-03
drm/amdgpu: Add support for SRBM selection v3
Andrey Grodzovsky
1
-0
/
+7
2018-03-05
drm/amdgpu: fix KV harvesting
Alex Deucher
1
-28
/
+2
[next]