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
2022-04-12
drm/amd/display: Select correct DTO source
Dillon Varone
1
-1
/
+1
2022-04-12
drm/amdkfd: Asynchronously free events
Felix Kuehling
2
-2
/
+3
2022-04-12
drm/amd/display: expose skip_detection_link_training to debugfs
hersen wu
1
-0
/
+37
2022-04-12
drm/amd/display: Add dtb clock to dc_clocks
Dillon Varone
1
-0
/
+1
2022-04-12
drm/amd/display: Fix inconsistent timestamp type
Angus Wang
1
-1
/
+4
2022-04-12
drm/amd/display: add DCN30 support FEC init
Jingwen Zhu
1
-1
/
+5
2022-04-12
drm/amd/display: Add odm seamless boot support
Duncan Ma
8
-23
/
+110
2022-04-12
drm/amd/display: Always update DPPCLK_DTO when clock increase
Oliver Logush
2
-4
/
+2
2022-04-12
drm/amd/display: Insert pulling smu busy status before sending another request
Oliver Logush
1
-0
/
+3
2022-04-12
drm/amd/display: Power down hardware if timer not trigger
Paul Hsieh
2
-4
/
+39
2022-04-12
drm/amd/display: remove dtbclk_ss compensation for dcn316
Charlene Liu
3
-4
/
+4
2022-04-12
drm/amd/display: ensure PSR force_static flag can always be set
Evgenii Krasnikov
1
-2
/
+4
2022-04-12
drm/amd/display: Fix crash on setting VRR with no display connected
Harry VanZyllDeJong
1
-6
/
+10
2022-04-12
drm/amd/display: Disable FEC if DSC not supported for EDP
Iswara Nagulendran
1
-2
/
+4
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
9
-171
/
+61
2022-04-11
drm/amd/display: Disallow entering PSR when panel is disconnected
Max Erenberg
1
-0
/
+5
2022-04-11
drm/amd/display: Disabling Z10 on DCN31
Saaem Rizvi
1
-0
/
+1
2022-04-11
drm/amd/display: do not wait for mpc idle if tg is disabled
Josip Pavic
1
-1
/
+2
2022-04-11
drm/amd/display: undo clearing of z10 related function pointers
Eric Yang
1
-5
/
+0
2022-04-11
drm/amdgpu: add umc query error status function
Stanley.Yang
1
-58
/
+48
2022-04-11
drm/amd/display: fix 64 bit divide in freesync code
Alex Deucher
1
-1
/
+1
2022-04-11
drm/amdgpu: Fix incorrect enum type
Grigory Vasilyev
3
-3
/
+3
2022-04-11
drm/amd/amdgpu: Update debugfs GCA data
Tom St Denis
1
-3
/
+4
2022-04-11
drm/amd/amdgpu: Fix asm/hypervisor.h build error.
Yongqiang Sun
1
-0
/
+4
2022-04-11
drm/amdkfd: Handle drain retry fault race with XNACK mode change
Philip Yang
1
-5
/
+6
2022-04-11
drm/amdgpu: Use flexible array member
Lijo Lazar
2
-5
/
+5
2022-04-08
drm/amdgpu: expand cg_flags from u32 to u64
Evan Quan
53
-92
/
+95
2022-04-08
drm/amdgpu: add drm buddy support to amdgpu
Arunpravin Paneer Selvam
4
-171
/
+374
2022-04-07
drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.
Yongqiang Sun
1
-4
/
+5
2022-04-07
drm/amdkfd: Fix NULL pointer dereference
Felix Kuehling
1
-1
/
+1
2022-04-07
drm/amd/display: cleanup extern usage in function definition
Tom Rix
1
-3
/
+3
2022-04-07
drm/amdgpu: Enable gfxoff quirk on MacBook Pro
Tomasz Moń
1
-0
/
+2
2022-04-07
drm/amdgpu: Ensure HDA function is suspended before ASIC reset
Kai-Heng Feng
1
-6
/
+12
2022-04-07
drm/amdgpu: fix VCN 3.1.2 firmware name
Alex Deucher
1
-1
/
+1
2022-04-07
drm/amd/display: don't ignore alpha property on pre-multiplied mode
Melissa Wen
2
-10
/
+18
2022-04-07
drm/amdkfd: Improve concurrency of event handling
Felix Kuehling
3
-43
/
+88
2022-04-07
drm/ttm: remove bo->moving
Christian König
4
-16
/
+24
2022-04-07
dma-buf: wait for map to complete for static attachments
Christian König
1
-13
/
+1
2022-04-07
dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3
Christian König
5
-8
/
+8
2022-04-07
drm/amdgpu: use DMA_RESV_USAGE_KERNEL
Christian König
2
-6
/
+6
2022-04-07
dma-buf & drm/amdgpu: remove dma_resv workaround
Christian König
2
-49
/
+5
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
3
-7
/
+5
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
11
-17
/
+25
2022-04-07
Merge tag 'amd-drm-fixes-5.18-2022-04-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
22
-90
/
+233
2022-04-07
Merge tag 'amd-drm-next-5.18-2022-03-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
34
-39
/
+229
2022-04-06
drm/amdgpu/smu10: fix SoC/fclk units in auto mode
Alex Deucher
1
-4
/
+4
2022-04-06
drm/amd/display: update dcn315 clock table read
Dmytro Laktyushkin
1
-38
/
+65
2022-04-06
drm/amdgpu/display: change pipe policy for DCN 2.1
Benjamin Marty
1
-1
/
+1
2022-04-06
drm/amd/display: Add configuration options for AUX wake work around.
Jimmy Kizito
2
-1
/
+24
2022-04-06
drm/amd/display: remove assert for odm transition case
Eric Bernstein
1
-1
/
+0
[prev]
[next]