index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
drm/amd/display: Revert "Directly retrain link from debugfs"
Anson Jacob
1
-1
/
+2
2021-09-14
drm/amd/display: Get backlight from PWM if DMCU is not initialized
Harry Wentland
2
-14
/
+12
2021-09-14
drm/amd/display: Fix multiple memory leaks reported by coverity
Anson Jacob
4
-5
/
+25
2021-09-14
drm/amd/display: 3.2.151
Aric Cyr
1
-1
/
+1
2021-09-14
drm/amd/display: Revert "dc: w/a for hard hang on HPD on native DP"
Qingqing Zhuo
1
-3
/
+1
2021-09-14
drm/amd/display: [FW Promotion] Release 0.0.81
Anthony Koo
1
-2
/
+2
2021-09-14
drm/amd/display: Fix for null pointer access for ddc pin and aux engine.
Meenakshikumar Somasundaram
3
-6
/
+10
2021-09-14
drm/amd/display: Fix false BAD_FREE warning from Coverity
Anson Jacob
1
-4
/
+7
2021-09-14
drm/amd/display: Fix dynamic link encoder access.
Jimmy Kizito
12
-39
/
+147
2021-09-14
drm/amd/display: Add flag to detect dpms force off during HPD
Aurabindo Pillai
3
-10
/
+29
2021-09-14
drm/amd/display: unblock abm when odm is enabled only on configs that support it
Josip Pavic
3
-16
/
+1
2021-09-14
drm/amd/display: Fork thread to offload work of hpd_rx_irq
Wayne Lin
4
-48
/
+219
2021-09-14
drm/amd/display: Add option to defer works of hpd_rx_irq
Wayne Lin
2
-32
/
+63
2021-09-14
drm/amd/display: update conditions to do dfp cap ext validation
Wenjing Liu
1
-1
/
+3
2021-09-14
drm/amd/display: move bpp range decision in decide dsc bw range function
Wenjing Liu
2
-61
/
+67
2021-09-14
drm/amd/display: Fix system hang at boot
Leo (Hanghong) Ma
2
-11
/
+18
2021-09-14
drm/amd/display: Add DPCD writes at key points
Leo (Hanghong) Ma
19
-15
/
+96
2021-09-14
drm/amd/display: expose dsc overhead bw in dc dsc header
Wenjing Liu
2
-37
/
+37
2021-09-14
drm/amdkfd: make needs_pcie_atomics FW-version dependent
Felix Kuehling
2
-16
/
+29
2021-09-14
drm/amdgpu: Increase direct IB pool size
xinhui pan
1
-7
/
+2
2021-09-14
drm/amdgpu: add manual sclk/vddc setting support for cyan skilfish(v3)
Lang Yu
2
-1
/
+138
2021-09-14
drm/amdgpu: add some pptable funcs for cyan skilfish(v3)
Lang Yu
1
-0
/
+347
2021-09-14
drm/amdgpu: update SMU driver interface for cyan skilfish(v3)
Lang Yu
1
-51
/
+35
2021-09-14
drm/amdgpu: update SMU PPSMC for cyan skilfish
Lang Yu
1
-1
/
+8
2021-09-14
drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)
Lang Yu
8
-16
/
+49
2021-09-14
drm/amd/display: dc_assert_fp_enabled assert only if FPU is not enabled
Anson Jacob
1
-1
/
+1
2021-09-14
drm/amdgpu: Update RAS trigger error block support
John Clements
1
-0
/
+3
2021-09-14
drm/amdgpu: Update RAS status print
John Clements
1
-27
/
+10
2021-09-14
drm/amdgpu: refactor function to init no-psp fw
Likun Gao
1
-85
/
+75
2021-09-14
drm/amd/display: Add NULL checks for vblank workqueue
Nicholas Kazlauskas
1
-14
/
+18
2021-09-14
drm/amd/amdgpu: Enable some sysnodes for guest smi
Roy Sun
1
-2
/
+2
2021-09-14
drm/amdgpu: cleanup debugfs for amdgpu rings
Nirmoy Das
3
-23
/
+9
2021-09-14
drm/amdgpu: use IS_ERR for debugfs APIs
Nirmoy Das
2
-8
/
+6
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
222
-2727
/
+4870
2021-09-10
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
29
-98
/
+198
2021-09-07
drm/amd/display: make configure_lttpr_mode_transparent and configure_lttpr_mode_non_transparent static
chongjiapeng
1
-2
/
+2
2021-09-07
drm/amd/display: Fix warning comparing pointer to 0
chongjiapeng
1
-1
/
+1
2021-09-07
amd/display: downgrade validation failure log level
Simon Ser
1
-1
/
+2
2021-09-07
drm/amdgpu: sdma: clean up identation
Colin Ian King
1
-4
/
+4
2021-09-07
drm/amdgpu: clean up inconsistent indenting
Colin Ian King
1
-4
/
+3
2021-09-07
drm/amdgpu: remove unused amdgpu_bo_validate
Christian König
2
-35
/
+0
2021-09-07
drm/amdgpu: fix use after free during BO move
Christian König
1
-9
/
+9
2021-09-07
drm/amdgpu: Create common PSP TA load function
Candice Li
2
-204
/
+93
2021-09-07
drm/amd/pm: fix the issue of uploading powerplay table
Kenneth Feng
1
-1
/
+1
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-2
/
+1
2021-09-02
drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
Ernst Sjöstrand
1
-1
/
+1
2021-09-02
dma-buf: nuke DMA_FENCE_TRACE macros v2
Christian König
1
-9
/
+1
2021-09-01
drm/amd/display: Fix unused initialization of pointer sink
Colin Ian King
1
-1
/
+1
2021-09-01
drm/amd/pm: Update navi12 smu message mapping table in sriov
Yifan Zha
1
-7
/
+7
2021-09-01
drm/amdgpu:schedule vce/vcn encode based on priority
Satyajit Sahu
1
-0
/
+16
[prev]
[next]