index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ucode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: remove set but not used variable 'header'
YueHaibing
2018-10-10
1
-2
/
+0
*
drm/amdgpu: Remove wrong fw loading type warning
Rex Zhu
2018-10-10
1
-2
/
+0
*
drm/amdgpu: Remove amdgpu_ucode_fini_bo
Rex Zhu
2018-10-10
1
-19
/
+0
*
drm/amdgpu: Split amdgpu_ucode_init/fini_bo into two functions
Rex Zhu
2018-10-10
1
-29
/
+29
*
drm/amdgpu: Don't reallocate ucode bo when suspend
Rex Zhu
2018-10-10
1
-1
/
+1
*
drm/amdgpu: Remove FW_LOAD_DIRECT type support on VI
Rex Zhu
2018-10-10
1
-4
/
+3
*
drm/amdgpu: simplify Raven, Raven2, and Picasso handling
Alex Deucher
2018-09-14
1
-1
/
+0
*
drm/amdgpu: add picasso ucode loading method
Likun Gao
2018-09-14
1
-0
/
+1
*
drm/amd: Add ucode DMCU support
David Francis
2018-09-12
1
-2
/
+19
*
drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
Alex Deucher
2018-08-29
1
-0
/
+1
*
drm/amdgpu/vg20: Change the load type of vega20 to psp (v2)
Likun Gao
2018-08-27
1
-2
/
+1
*
drm/amdgpu: Set vega20 load_type to AMDGPU_FW_LOAD_DIRECT.
Feifei Xu
2018-05-17
1
-1
/
+2
*
drm/amdgpu: Add vega20 ucode loading method
Feifei Xu
2018-05-17
1
-0
/
+1
*
Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-05-16
1
-3
/
+49
|
\
|
*
drm/amdgpu: specify VEGAM ucode SMU load method
Leo Liu
2018-05-15
1
-0
/
+1
|
*
drm/amdgpu: add save restore list cntl gpm and srm firmware support
Huang Rui
2018-05-15
1
-1
/
+16
|
*
drm/amdgpu: add new rlc firmware header format v2.1
Huang Rui
2018-05-15
1
-2
/
+32
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-04-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Fix typos in printk
Masanari Iida
2018-03-27
1
-1
/
+1
*
|
drm/amdgpu: add vega12 ucode loading method
Feifei Xu
2018-03-21
1
-0
/
+1
|
/
*
drm/amdgpu:cleanup firmware.fw_buf alloc/free
Monk Liu
2017-12-06
1
-34
/
+9
*
drm/amdgpu:cleanup ucode_init_bo
Monk Liu
2017-12-04
1
-2
/
+2
*
drm/amdgpu:cleanup in_sriov_reset and lock_reset
Monk Liu
2017-12-04
1
-1
/
+1
*
drm/amdgpu/sriov:fix memory leak after gpu reset
Monk Liu
2017-09-26
1
-32
/
+32
*
drm/amdgpu: enable raven to load firmwares by psp at default (v2)
Evan Quan
2017-09-12
1
-5
/
+1
*
drm/amdgpu: jt_size was wrongly counted twice
Evan Quan
2017-08-15
1
-2
/
+0
*
drm/amdgpu: Add a parameter to amdgpu_bo_create()
Yong Zhao
2017-08-15
1
-1
/
+1
*
drm/amdgpu: set firmware loading type as direct by default for raven
Huang Rui
2017-07-14
1
-5
/
+1
*
drm/amdgpu: add check when no firmware need to load
Huang Rui
2017-07-14
1
-0
/
+8
*
drm/amdgpu: add contiguous flag in ucode bo create
horchen
2017-06-15
1
-1
/
+2
*
drm/amdgpu: add Raven chip id case for ucode
Chunming Zhou
2017-05-24
1
-0
/
+9
*
drm/amdgpu: add gpu_info firmware (v3)
Alex Deucher
2017-05-24
1
-0
/
+21
*
drm/amdgpu: Fix firmware UCODE_ID_STORAGE issue (v2)
Trigger Huang
2017-04-28
1
-3
/
+7
*
drm/amdgpu: rework common ucode handling for vega10
Huang Rui
2017-03-30
1
-23
/
+47
*
drm/amdgpu: use new flag to handle different firmware loading method
Huang Rui
2017-03-30
1
-4
/
+63
*
drm/amdgpu: add a ucode size member into firmware info
Huang Rui
2017-03-30
1
-2
/
+5
*
drm/amdgpu:properly fix some JumpTable issues
Monk Liu
2016-10-25
1
-0
/
+32
*
drm/amdgpu:add MEC_STORAGE ucode id for sriov
Monk Liu
2016-10-25
1
-0
/
+3
*
drm/amdgpu:fw bo should be in VRAM for SRIOV
Frank Min
2016-10-25
1
-2
/
+4
*
drm/amdgpu: clean up to set fw_offset as 0 twice
Huang Rui
2016-10-04
1
-1
/
+0
*
drm/amdgpu: move some release handles into fail labels (v2)
Huang Rui
2016-09-14
1
-13
/
+12
*
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
2015-09-23
1
-1
/
+1
*
drm/amdgpu: add core driver (v4)
Alex Deucher
2015-06-04
1
-0
/
+317