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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-8
/
+35
2018-08-16
drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memory
Michel Dänzer
3
-8
/
+8
2018-08-14
drm/amd/display: Guard against null crtc in CRC IRQ
Nicholas Kazlauskas
1
-2
/
+8
2018-08-14
drm/amd/display: Pass connector id when executing VBIOS CT
Mikita Lipski
1
-2
/
+2
2018-08-14
drm/amd/display: Check if clock source in use before disabling
Mikita Lipski
3
-15
/
+40
2018-08-14
drm/amd/display: Allow clock sharing b/w HDMI and DVI
Mikita Lipski
1
-2
/
+2
2018-08-14
drm/amd/display: Fix warning observed in mode change on Vega
Jerry (Fangzhi) Zuo
1
-1
/
+1
2018-08-14
drm/amd/display: fix single link DVI has no display
Charlene Liu
1
-0
/
+2
2018-08-14
drm/amdgpu/vce: VCE entity initialization relies on ring initializtion
Emily Deng
5
-10
/
+34
2018-08-14
drm/amdgpu/uvd: UVD entity initialization relys on ring initialization
Emily Deng
6
-9
/
+39
2018-08-14
drm/amdgpu:add VCN booting with firmware loaded by PSP
Likun Gao
2
-16
/
+41
2018-08-14
drm/amdgpu:add VCN support in PSP driver
Likun Gao
1
-0
/
+3
2018-08-14
drm/amdgpu:add new firmware id for VCN
Likun Gao
1
-0
/
+1
2018-08-14
drm/amdgpu: update tmr mc address
James Zhu
1
-0
/
+5
2018-08-14
drm/amdgpu:add tmr mc address into amdgpu_firmware_info
James Zhu
1
-0
/
+3
2018-08-10
Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
20
-61
/
+177
2018-08-09
drm/amdgpu/sriov: give 8s for recover vram under RUNTIME
Emily Deng
1
-1
/
+1
2018-08-07
Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
42
-552
/
+723
2018-08-06
drm/amd/display: display connected to dp-1 does not light up
Hersen Wu
3
-0
/
+7
2018-08-06
drm/amd/display: update clk for various HDMI color depths
Mikita Lipski
1
-0
/
+18
2018-08-06
drm/amd/display: program display clock on cache match
Dmytro Laktyushkin
2
-1
/
+5
2018-08-06
drm/amd/display: Add NULL check for enabling dp ss
Nicholas Kazlauskas
1
-1
/
+3
2018-08-06
drm/amd/display: add vbios table check for enabling dp ss
Dmytro Laktyushkin
4
-1
/
+8
2018-08-06
drm/amd/display: Don't share clk source between DP and HDMI
Mikita Lipski
4
-2
/
+26
2018-08-06
drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on Carrizo
Hersen Wu
3
-5
/
+6
2018-08-06
drm/amd/display: Use calculated disp_clk_khz value for dce110
Nicholas Kazlauskas
2
-4
/
+4
2018-08-06
drm/amd/display: Implement custom degamma lut on dcn
David Francis
4
-15
/
+46
2018-08-06
drm/amd/display: Destroy aux_engines only once
David Francis
1
-3
/
+0
2018-08-06
drm/amd/display: Read back max backlight value at boot
David Francis
1
-0
/
+1
2018-08-06
drm/amd/display: Implement backlight_ops.get_brightness
David Francis
3
-1
/
+17
2018-08-06
drm/amd/display: DP Compliance 400.1.1 failure
abdoulaye berthe
1
-26
/
+28
2018-08-06
drm/amd/display: Use requested HDMI aspect ratio
Leo (Sunpeng) Li
1
-7
/
+2
2018-08-03
drm/amd/display: Only require EDID read for HDMI and DVI
Harry Wentland
1
-1
/
+2
2018-08-03
drm/amd/display: Report non-DP display as disconnected without EDID
Harry Wentland
1
-0
/
+11
2018-08-01
drm/amdgpu/pm: Fix potential Spectre v1
Gustavo A. R. Silva
1
-1
/
+2
2018-08-01
drm/amd/display: add missing void parameter to dc_create_transfer_func
Colin Ian King
1
-1
/
+1
2018-08-01
drm/amdgpu: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
1
-3
/
+2
2018-08-01
drm/amdgpu: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
1
-1
/
+1
2018-08-01
drm/amdgpu: create an empty bo_list if no handle is provided
Christian König
1
-65
/
+46
2018-08-01
drm/amdgpu: allocate the bo_list array after the list
Christian König
2
-74
/
+57
2018-08-01
drm/amdgpu: add bo_list iterators
Christian König
3
-39
/
+43
2018-08-01
drm/amdgpu: nuke amdgpu_bo_list_free
Christian König
3
-14
/
+2
2018-08-01
drm/amdgpu: always recreate bo_list
Christian König
3
-15
/
+12
2018-08-01
drm/amdgpu: move bo_list defines to amdgpu_bo_list.h
Christian König
2
-39
/
+71
2018-08-01
drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2
Christian König
4
-0
/
+37
2018-08-01
drm/amdgpu: return error if both BOs and bo_list handle is given
Christian König
1
-3
/
+6
2018-08-01
drm/amdgpu: fix total size calculation
Christian König
1
-1
/
+1
2018-08-01
drm/amdgpu: add proper error handling to amdgpu_bo_list_get
Christian König
3
-23
/
+20
2018-08-01
drm/amdgpu: fix a reversed condition
Rex Zhu
1
-1
/
+1
2018-08-01
drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/ST
Rex Zhu
1
-2
/
+3
[next]