index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
gfx_v7_0.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMID
Felix Kuehling
2017-08-15
1
-1
/
+1
*
drm/amdgpu/gfx7: fix function name
Alex Deucher
2017-08-15
1
-3
/
+3
*
drm/amdgpu: use amdgpu_bo_free_kernel more often
Christian König
2017-08-15
1
-61
/
+6
*
drm/amdgpu: use amdgpu_bo_create_kernel more often
Christian König
2017-08-15
1
-137
/
+29
*
drm/amdgpu: fix the incorrect scratch reg number on gfx v7
Huang Rui
2017-07-25
1
-1
/
+1
*
drm/amdgpu: Fix the exported always on CU bitmap
Flora Cui
2017-06-29
1
-1
/
+3
*
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2017-06-16
1
-293
/
+357
|
\
|
*
drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0
Alex Deucher
2017-06-09
1
-17
/
+40
|
*
drm/amdgpu/gfx: move mec parameter setup into sw_init
Alex Deucher
2017-06-07
1
-15
/
+15
|
*
drm/amdgpu: move mec queue helpers to amdgpu_gfx.h
Alex Deucher
2017-06-07
1
-1
/
+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
-16
/
+3
|
*
drm/amdgpu: condense mqd programming sequence
Andres Rodriguez
2017-05-31
1
-33
/
+11
|
*
drm/amdgpu: new queue policy, take first 2 queues of each pipe v2
Andres Rodriguez
2017-05-31
1
-2
/
+2
|
*
drm/amdgpu: allocate queues horizontally across pipes
Andres Rodriguez
2017-05-31
1
-34
/
+49
|
*
drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3
Andres Rodriguez
2017-05-31
1
-31
/
+17
|
*
drm/amdgpu: allow split of queues with kfd at queue granularity v4
Andres Rodriguez
2017-05-31
1
-21
/
+61
|
*
drm/amdgpu: take ownership of per-pipe configuration v3
Andres Rodriguez
2017-05-31
1
-10
/
+26
|
*
drm/amdgpu: rename rdev to adev
Andres Rodriguez
2017-05-31
1
-1
/
+1
|
*
drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2
Andres Rodriguez
2017-05-31
1
-2
/
+36
|
*
drm/amdgpu: remove duplicate definition of cik_mqd
Andres Rodriguez
2017-05-31
1
-81
/
+54
|
*
drm/amdgpu: refactor MQD/HQD initialization v3
Andres Rodriguez
2017-05-31
1
-202
/
+237
|
*
drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation
Andres Rodriguez
2017-05-31
1
-6
/
+5
|
*
drm/amdgpu:fix get wrong gfx always on cu masks.
Rex Zhu
2017-05-24
1
-2
/
+8
|
*
drm/amdgpu/gfx7: enable cp/rlc ints after we disable clockgating
Alex Deucher
2017-05-24
1
-4
/
+7
*
|
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
2017-05-18
1
-6
/
+6
|
\
|
|
*
drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
Michel Dänzer
2017-04-28
1
-5
/
+5
|
*
drm/amdgpu: split VMID management by VMHUB
Christian König
2017-04-28
1
-1
/
+1
*
|
drm/amd: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-16
1
-1
/
+1
|
/
*
drm/amdgpu: switch ih handling to two levels (v3)
Alex Deucher
2017-03-29
1
-3
/
+5
*
drm/amdgpu: change wptr to 64 bits (v2)
Ken Wang
2017-03-29
1
-8
/
+10
*
drm/amdgpu: init aperture definitions (v2)
Junwei Zhang
2017-03-29
1
-3
/
+21
*
gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-29
1
-3
/
+1
*
drm/amdgpu: export gfx config double offchip LDS buffers (v3)
Junwei Zhang
2017-03-29
1
-0
/
+6
*
drm/amdgpu: Initialize pipe priority order on graphic initialization
ozeng
2017-02-13
1
-0
/
+8
*
drm/amd/amdgpu: remove the uncessary parameter for ib scheduler
Junwei Zhang
2017-01-27
1
-1
/
+1
*
drm/amdgpu: simplify allocation of scratch regs
Nils Wallménius
2017-01-27
1
-6
/
+1
*
drm/amd/amdgpu: Add gpr reading for GFX v7
Tom St Denis
2016-12-08
1
-0
/
+25
*
drm/amdgpu:impl vgt_flush for VI(V5)
Monk Liu
2016-11-23
1
-1
/
+14
*
drm/amd/amdgpu: Clean up wave gfx7 helper
Tom St Denis
2016-11-11
1
-1
/
+5
*
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-28
1
-3
/
+3
|
\
|
*
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-3
/
+3
*
|
drm/amd/amdgpu: Put in rest of wave fields
Tom St Denis
2016-10-25
1
-0
/
+6
*
|
drm/amd/amdgpu: re-factor debugfs wave reader
Tom St Denis
2016-10-25
1
-0
/
+25
*
|
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
2016-10-25
1
-1
/
+37
*
|
drm/amdgpu: move align_mask and nop into ring funcs as well (v2)
Christian König
2016-10-25
1
-2
/
+4
*
|
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
2016-10-25
1
-8
/
+8
*
|
drm/amdgpu: move IB and frame size directly into the engine description
Christian König
2016-10-25
1
-39
/
+17
*
|
drm/amdgpu: remove explicit NULL init for parse_cs
Christian König
2016-10-25
1
-2
/
+0
[next]