index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
gfx_v9_0.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: fix vega10 graphic hang issue in S3 test
Ken Wang
2017-08-18
1
-2
/
+8
*
drm/amdgpu: set gfx_v9_0_ip_funcs as static
Huang Rui
2017-08-15
1
-1
/
+1
*
drm/amdgpu: use amdgpu_bo_free_kernel more often
Christian König
2017-08-15
1
-22
/
+2
*
drm/amdgpu: use amdgpu_bo_create_kernel more often
Christian König
2017-08-15
1
-77
/
+33
*
drm/amdgpu: update vega10 golden setting
Evan Quan
2017-08-15
1
-0
/
+2
*
drm/amdgpu: fix the incorrect scratch reg number on gfx v9
Huang Rui
2017-07-25
1
-1
/
+1
*
drm/amdgpu/gfx9: simplify and fix GRBM index selection
Nicolai Hähnle
2017-07-25
1
-11
/
+13
*
drm/amdgpu: Off by one sanity checks
Dan Carpenter
2017-07-14
1
-1
/
+1
*
drm/amdgpu/gfx9: fix driver reload with KIQ
Alex Deucher
2017-07-04
1
-51
/
+0
*
drm/amdgpu/gfx9: support the amdgpu.disable_cu option
Nicolai Hähnle
2017-06-29
1
-0
/
+20
*
drm/amdgpu: Fix the exported always on CU bitmap
Flora Cui
2017-06-29
1
-1
/
+3
*
drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be static
kbuild test robot
2017-06-29
1
-3
/
+3
*
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2017-06-16
1
-608
/
+1170
|
\
|
*
drm/amdgpu/gfx9: fix compute ring doorbell index
Alex Deucher
2017-06-15
1
-1
/
+1
|
*
drm/amd/amdgpu: gfx9 tidy ups (v2)
Tom St Denis
2017-06-15
1
-19
/
+7
|
*
drm/amdgpu: avoid to reset wave_front_size to 0
Hawking Zhang
2017-06-15
1
-2
/
+0
|
*
drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0
Alex Deucher
2017-06-09
1
-16
/
+43
|
*
drm/amdgpu/gfx: consolidate mqd buffer setup code
Alex Deucher
2017-06-07
1
-63
/
+2
|
*
drm/amdgpu/gfx: move mec parameter setup into sw_init
Alex Deucher
2017-06-07
1
-13
/
+13
|
*
drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.c
Alex Deucher
2017-06-07
1
-105
/
+4
|
*
drm/amdgpu: move mec queue helpers to amdgpu_gfx.h
Alex Deucher
2017-06-07
1
-2
/
+2
|
*
drm/amdgpu/gfx9: remove spurious line in kiq setup
Alex Deucher
2017-06-07
1
-1
/
+0
|
*
drm/amdgpu/gfx9: Raven has two MECs
Alex Deucher
2017-06-07
1
-0
/
+1
|
*
drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common code
Alex Deucher
2017-06-07
1
-38
/
+1
|
*
drm/amdgpu: fix mec queue policy on single MEC asics
Alex Deucher
2017-06-07
1
-3
/
+9
|
*
drm/amdgpu/gfx: create a common bitmask function (v2)
Alex Deucher
2017-06-07
1
-8
/
+3
|
*
drm/amdgpu/gfx9: new queue policy, take first 2 queues of each pipe
Alex Deucher
2017-06-06
1
-2
/
+2
|
*
drm/amdgpu/gfx9: allocate queues horizontally across pipes
Alex Deucher
2017-06-06
1
-63
/
+52
|
*
drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2
Andres Rodriguez
2017-05-31
1
-7
/
+35
|
*
drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
Andres Rodriguez
2017-05-31
1
-2
/
+18
|
*
drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3
Andres Rodriguez
2017-05-31
1
-34
/
+16
|
*
drm/amdgpu: allow split of queues with kfd at queue granularity v4
Andres Rodriguez
2017-05-31
1
-6
/
+78
|
*
drm/amdgpu: take ownership of per-pipe configuration v3
Andres Rodriguez
2017-05-31
1
-8
/
+16
|
*
drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation
Andres Rodriguez
2017-05-31
1
-7
/
+6
|
*
drm/amdgpu: cleanup adjust_mc_addr handling v4
Christian König
2017-05-31
1
-4
/
+2
|
*
drm/amdgpu: enable lbpw on raven
Hawking Zhang
2017-05-31
1
-0
/
+19
|
*
drm/amdgpu: init lbpw on raven
Hawking Zhang
2017-05-31
1
-0
/
+52
|
*
drm/amdgpu: update GC 9.1 raven specific golden settings
Hawking Zhang
2017-05-31
1
-4
/
+7
|
*
drm/amdgpu: update GC 9.1 golden settings
Hawking Zhang
2017-05-31
1
-1
/
+12
|
*
drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)
Alex Deucher
2017-05-24
1
-293
/
+81
|
*
drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2)
Alex Deucher
2017-05-24
1
-13
/
+15
|
*
drm/amdgpu/gfx9: move SET_RESOURCES into the same command stream
Alex Deucher
2017-05-24
1
-59
/
+14
|
*
drm/amdgpu/gfx9: wait once for all KCQs to be created
Alex Deucher
2017-05-24
1
-31
/
+29
|
*
drm/amdgpu: split gfx_v9_0_kiq_init_queue into two
Alex Deucher
2017-05-24
1
-21
/
+42
|
*
drm/amdgpu: move adjust adjust_mc_addr into the GFX9 vm_flush functions
Christian König
2017-05-24
1
-0
/
+1
|
*
drm/amdgpu/gfx9: update golden settings
Ken Wang
2017-05-24
1
-4
/
+16
|
*
drm/amdgpu/gfx9: allow updating gfx mgpg state
Hawking Zhang
2017-05-24
1
-0
/
+50
|
*
drm/amdgpu/gfx9: allow updating gfx cgpg state
Hawking Zhang
2017-05-24
1
-0
/
+54
|
*
drm/amdgpu/gfx9: allow updating sck slowdown and cp pg state
Hawking Zhang
2017-05-24
1
-0
/
+21
|
*
drm/amdgpu/gfx9: add enable/disable funcs for cp power gating
Hawking Zhang
2017-05-24
1
-0
/
+25
[next]