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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-18
drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2)
Vijendar Mukunda
1
-10
/
+37
2018-07-18
drm/amdgpu: add another ATPX quirk for TOPAZ
Alex Deucher
1
-0
/
+1
2018-07-17
drm/amdgpu: Make sure IB tests flushed after IP resume
Leo Liu
1
-0
/
+3
2018-07-10
drm/amdgpu: Verify root PD is mapped into kernel address space (v4)
Andrey Grodzovsky
1
-1
/
+3
2018-07-10
drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
Michel Dänzer
1
-0
/
+4
2018-07-04
drm/amdgpu: fix user fence write race condition
Nicolai Hähnle
1
-6
/
+6
2018-07-02
drm/amdgpu/pm: fix display count in non-DC path
Alex Deucher
1
-1
/
+1
2018-07-02
drm/amdgpu: fix swapped emit_ib_size in vce3
Alex Deucher
1
-2
/
+2
2018-06-28
drm/amdgpu: Dynamically probe for ATIF handle (v2)
Lyude Paul
1
-21
/
+58
2018-06-28
drm/amdgpu: Add amdgpu_atpx_get_dhandle()
Lyude Paul
2
-0
/
+12
2018-06-28
drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
Lyude Paul
2
-41
/
+53
2018-06-27
drm/amdgpu:Support new VCN FW version naming convention
James Zhu
1
-6
/
+27
2018-06-27
drm/amdgpu: fix UBSAN: Undefined behaviour for amdgpu_fence.c
Leo Liu
1
-1
/
+1
2018-06-22
drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
Michel Dänzer
1
-3
/
+5
2018-06-19
drm/amdgpu: Make amdgpu_vram_mgr_bo_invisible_size always accurate
Michel Dänzer
1
-2
/
+18
2018-06-19
drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
Michel Dänzer
3
-4
/
+19
2018-06-19
drm/amdgpu: Update pin_size values before unpinning BO
Michel Dänzer
1
-10
/
+8
2018-06-19
drm/amdgpu:All UVD instances share one idle_work handle
James Zhu
2
-8
/
+8
2018-06-19
drm/amdgpu: Don't default to DC support for Kaveri and older
Harry Wentland
1
-1
/
+9
2018-06-19
drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
Michel Dänzer
1
-3
/
+4
2018-06-15
Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
15
-96
/
+123
2018-06-15
Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
15
-96
/
+123
2018-06-13
drm/amdgpu: fix parsing indirect register list v2
Evan Quan
1
-6
/
+9
2018-06-13
drm/amdgpu: fix CG enabling hang with gfxoff enabled
Huang Rui
2
-5
/
+12
2018-06-13
drm/amdgpu: fix clear_all and replace handling in the VM (v2)
Junwei Zhang
1
-2
/
+4
2018-06-13
drm/amdgpu: add checking for sos version
Huang Rui
1
-1
/
+26
2018-06-13
drm/amdgpu: fix the missed vcn fw version report
Huang Rui
1
-0
/
+1
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
7
-14
/
+21
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
3
-6
/
+6
2018-06-06
Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
95
-1975
/
+5948
2018-06-01
Revert "drm/amdgpu: Add an ATPX quirk for hybrid laptop"
Alex Deucher
1
-1
/
+0
2018-06-01
drm/amdgpu/df: fix potential array out-of-bounds read
Colin Ian King
1
-1
/
+1
2018-05-31
drm/amdgpu: Fix NULL pointer when load kfd driver with PP block is disabled
Shaoyun Liu
1
-11
/
+7
2018-05-31
drm/gfx9: Update gc goldensetting for vega20.
Feifei Xu
1
-0
/
+1
2018-05-30
drm/amdgpu: typo fix for vega20 cg flags
Evan Quan
1
-0
/
+1
2018-05-30
drm/amdgpu: gds bo must not be per-vm-bo
Chunming Zhou
1
-0
/
+7
2018-05-30
drm/amdgpu: To get gds, gws and oa from adev->gds (v2)
Emily Deng
1
-15
/
+23
2018-05-30
PM / Domains: Drop genpd as in-param for pm_genpd_remove_device()
Ulf Hansson
1
-1
/
+1
2018-05-29
drm/amdgpu: remove unnecessary scheduler entity for VCN
Leo Liu
2
-43
/
+10
2018-05-29
drm/amdgpu: Add helper function to get buffer domain
Deepak Sharma
3
-13
/
+17
2018-05-29
drm/amdgpu: Use GTT for dumb buffer if sg display enabled (v2)
Deepak Sharma
1
-2
/
+8
2018-05-25
drm/amdgpu: vcn_v1_0_is_idle() can be static
kbuild test robot
1
-2
/
+2
2018-05-25
drm/amdgpu: fix 32-bit build warning
Arnd Bergmann
1
-2
/
+2
2018-05-25
drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASIC
Tom Stellard
1
-1
/
+1
2018-05-24
drm/amdgpu: Update GFX info structure to match what vega20 used
Shaoyun Liu
1
-5
/
+3
2018-05-24
drm/amdgpu: move VM BOs on LRU again
Christian König
2
-5
/
+26
2018-05-24
drm/amdgpu: consistenly use VM moved flag
Christian König
1
-13
/
+15
2018-05-24
drm/amdgpu: kmap PDs/PTs in amdgpu_vm_update_directories
Christian König
1
-7
/
+8
2018-05-24
drm/amdgpu: further optimize amdgpu_vm_handle_moved
Christian König
1
-13
/
+14
[next]