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_v8_0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-15
drm/amdgpu: refine set clock gating for tonga/polaris
Rex Zhu
1
-43
/
+122
2016-12-15
drm/amdgpu: fix pg can't be disabled by PG mask.
Rex Zhu
1
-5
/
+2
2016-12-15
drm/amdgpu: always initialize gfx pg for gfx_v8.0.
Rex Zhu
1
-39
/
+32
2016-12-15
drm/amdgpu: fix init save/restore list in gfx_v8.0
Rex Zhu
1
-2
/
+6
2016-12-15
drm/amdgpu: fix enable_cp_power_gating in gfx_v8.0.
Rex Zhu
1
-1
/
+1
2016-12-08
drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)
Tom St Denis
1
-0
/
+25
2016-12-07
drm/amdgpu: update golden setting of tonga
Huang Rui
1
-0
/
+1
2016-12-07
drm/amdgpu: Don't touch GFX hw during HW fini
Xiangliang Yu
1
-0
/
+4
2016-12-07
drm/amdgpu: drop redundant vi_mqd define
Xiangliang Yu
1
-263
/
+3
2016-12-07
drm/amd/amdgpu: enable GUI idle INT after enabling CGCG
Arindam Nath
1
-9
/
+9
2016-12-07
drm/amdgpu/gfx8: move eop programming per queue
Alex Deucher
1
-30
/
+19
2016-11-23
drm/amdgpu:impl vgt_flush for VI(V5)
Monk Liu
1
-1
/
+14
2016-11-11
drm/amd/amdgpu : Fix NULL pointer comparison
Ravikant B Sharma
1
-1
/
+1
2016-11-11
drm/amd/amdgpu: Clean up wave gfx8 helper
Tom St Denis
1
-1
/
+5
2016-11-07
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
1
-1
/
+0
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-6
/
+6
2016-10-25
drm/amd/amdgpu: Put in rest of wave fields
Tom St Denis
1
-0
/
+6
2016-10-25
drm/amd/amdgpu: re-factor debugfs wave reader
Tom St Denis
1
-0
/
+26
2016-10-25
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
1
-1
/
+19
2016-10-25
drm/amdgpu: move align_mask and nop into ring funcs as well (v2)
Christian König
1
-6
/
+8
2016-10-25
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
1
-7
/
+7
2016-10-25
drm/amdgpu: move IB and frame size directly into the engine description
Christian König
1
-40
/
+18
2016-10-25
drm/amdgpu: remove explicit NULL init for parse_cs
Christian König
1
-2
/
+0
2016-10-25
drm/amdgpu: remove 128 NOP hack from vm_flush v2
Christian König
1
-5
/
+1
2016-10-25
drm/amdgpu: pad gfx and compute rings to 256 dw
Christian König
1
-2
/
+2
2016-10-25
drm/amdgpu/gfx8: use cached raster config values in csb setup
Alex Deucher
1
-28
/
+2
2016-10-25
drm/amdgpu/gfx8: cache rb config values
Alex Deucher
1
-0
/
+15
2016-10-25
drm/amdgpu:wptr poll address of gfx8 is needed
Frank Min
1
-1
/
+4
2016-10-25
drm/amdgpu:properly fix some JumpTable issues
Monk Liu
1
-0
/
+5
2016-10-25
drm/amdgpu:add MEC_STORAGE ucode id for sriov
Monk Liu
1
-0
/
+8
2016-10-25
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
1
-2
/
+4
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-6
/
+6
2016-10-21
drm/amdgpu/st: move ATC CG golden init from gfx to mc
Alex Deucher
1
-1
/
+0
2016-10-14
drm/amdgpu: fix amdgpu_need_full_reset (v2)
Alex Deucher
1
-8
/
+9
2016-10-12
drm/amdgpu/gfx8: fix CGCG_CGLS handling
Alex Deucher
1
-3
/
+10
2016-09-28
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-1
/
+244
2016-09-22
drm/amdgpu: set gfx clock gating for tonga/polaris.
Rex Zhu
1
-0
/
+77
2016-09-19
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-30
/
+90
2016-09-19
drm/amdgpu: implement raster configuration for gfx v8
Huang Rui
1
-1
/
+167
2016-09-16
drm/amdgpu/gfx8: add ring callbacks for ib and dma frame size
Alex Deucher
1
-0
/
+40
2016-09-14
drm/amdgpu: mark symbols static where possible
Baoyou Xie
1
-1
/
+1
2016-09-14
drm/amdgpu:implement CONTEXT_CONTROL (v5)
Monk Liu
1
-0
/
+30
2016-09-14
drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()
Junwei Zhang
1
-3
/
+3
2016-09-13
drm/amdgpu: new method to sync ce&de
Monk Liu
1
-18
/
+6
2016-09-02
drm/amd/amdgpu: Merge get_rptr functions in gfx8
Tom St Denis
1
-8
/
+3
2016-08-31
drm/amdgpu:add switch buffer to end of CS (v2)
Monk Liu
1
-0
/
+7
2016-08-25
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-359
/
+269
2016-08-10
drm/amd/amdgpu: Simplify bitfield operations in gfx v8
Tom St Denis
1
-230
/
+45
2016-08-10
drm/amd/amdgpu: Simplify various gfx v8 functions
Tom St Denis
1
-41
/
+20
2016-08-10
drm/amd/amdgpu: Correct whitespace in GFX v8
Tom St Denis
1
-25
/
+16
[next]