index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Lines
2025-06-30
drm/amd/display: [FW Promotion] Release 0.1.17.0
Taimur Hassan
-1
/
+3
2025-06-30
drm/amd/display: Add DPP & HUBP reset if power gate enabled on DCN314
Ivan Lipski
-4
/
+37
2025-06-30
drm/amd/display: Fix Link Override Sequencing When Switching Between DIO/HPO
Michael Strauss
-14
/
+126
2025-06-30
drm/amd/display: Don't allow OLED to go down to fully off
Mario Limonciello
-5
/
+7
2025-06-30
drm/amd/display: Added case for when RR equals panel's max RR using freesync
Harold Sun
-0
/
+9
2025-06-30
drm/amd/display: Separate set_gsl from set_gsl_source_select
Ilya Bakoulin
-5
/
+4
2025-06-30
drm/amd/display: Refactor DML21 Initialization and Configuration
Wenjing Liu
-282
/
+306
2025-06-30
drm/amd/display: prepare for new platform
Karthi Kandasamy
-4
/
+4
2025-06-30
drm/amd/display: Remove unused tunnel BW validation
Cruise Hung
-224
/
+19
2025-06-30
drm/amd/display: add null check
Peichen Huang
-2
/
+4
2025-06-30
drm/amdgpu: move scheduler wqueue handling into callbacks
Alex Deucher
-21
/
+55
2025-06-30
drm/amdgpu: move guilty handling into ring resets
Alex Deucher
-51
/
+3
2025-06-30
drm/amdgpu: move force completion into ring resets
Alex Deucher
-30
/
+152
2025-06-30
drm/amdgpu: rework queue reset scheduler interaction
Christian König
-15
/
+20
2025-06-30
drm/amdgpu: update ring reset function signature
Alex Deucher
-26
/
+70
2025-06-30
drm/amdgpu: remove job parameter from amdgpu_fence_emit()
Alex Deucher
-24
/
+19
2025-06-30
drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8
Alex Deucher
-0
/
+16
2025-06-30
drm/amdgpu: Fix memory leak in amdgpu_ctx_mgr_entity_fini
Lin.Cao
-0
/
+1
2025-06-30
drm/amdgpu: indent an if statement
Dan Carpenter
-2
/
+2
2025-06-30
drm/amdgpu: Use dma_buf from GEM object instance
Thomas Zimmermann
-4
/
+3
2025-06-30
drm/amdgpu: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-12
/
+12
2025-06-30
drm/amdgpu: Convert from DRM_* to dev_*
Lijo Lazar
-219
/
+320
2025-06-30
drm/amd/pm: Fetch SMUv13.0.12 xgmi max speed/width
Lijo Lazar
-2
/
+30
2025-06-30
drm/amdkfd: Don't call mmput from MMU notifier callback
Philip Yang
-23
/
+20
2025-06-30
drm/amdgpu: Include sdma_4_4_4.bin
Kent Russell
-0
/
+1
2025-06-30
drm/amd: Include <linux/export.h> when needed
André Almeida
-0
/
+2
2025-06-30
drm/amd: Do not include <linux/export.h> when unused
André Almeida
-3
/
+0
2025-06-30
amdkfd: MTYPE_UC for ext-coherent system memory
David Yat Sin
-1
/
+1
2025-06-30
drm/amdgpu/sdma5.x: suspend KFD queues in ring reset
Alex Deucher
-2
/
+12
2025-06-24
drm/amd/display: Add sanity checks for drm_edid_raw()
Takashi Iwai
-0
/
+4
2025-06-24
drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value
Mario Limonciello
-5
/
+5
2025-06-24
drm/amdgpu/sdma7: add ucode version checks for userq support
Alex Deucher
-3
/
+9
2025-06-24
drm/amdgpu/sdma6: add ucode version checks for userq support
Alex Deucher
-3
/
+16
2025-06-24
drm/amd: Adjust output for discovery error handling
Mario Limonciello
-15
/
+13
2025-06-24
drm/amdgpu/mes: add compatibility checks for set_hw_resource_1
Alex Deucher
-5
/
+8
2025-06-24
drm/amdgpu/gfx9: Add Cleaner Shader Support for GFX9.x GPUs
Srinivasan Shanmugam
-0
/
+19
2025-06-24
drm/amd/display: Add sanity checks for drm_edid_raw()
Takashi Iwai
-0
/
+4
2025-06-24
drm/amd/pm: revise the pcie dpm parameters
Kenneth Feng
-8
/
+18
2025-06-24
drm/amd/display: Add a trace event for brightness programming
Mario Limonciello
-0
/
+34
2025-06-24
drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value
Mario Limonciello
-5
/
+5
2025-06-24
drm/amd: Fix spelling mistake "correctalbe" -> "correctable"
Colin Ian King
-1
/
+1
2025-06-24
drm/amdgpu/sdma7: add ucode version checks for userq support
Alex Deucher
-3
/
+9
2025-06-24
drm/amdgpu/sdma6: add ucode version checks for userq support
Alex Deucher
-3
/
+16
2025-06-24
drm/amdgpu: Add more checks to PSP mailbox
Lijo Lazar
-61
/
+107
2025-06-24
drm/amdgpu: Convert init_mem_ranges into common helpers
Hawking Zhang
-184
/
+191
2025-06-24
drm/amdgpu: Generalize is_multi_chiplet with a common helper v2
Hawking Zhang
-14
/
+14
2025-06-24
drm/amdgpu: Convert query_memory_partition into common helpers
Hawking Zhang
-45
/
+53
2025-06-24
drm/amdgpu: Move MAX_MEM_RANGES to amdgpu_gmc.h
Hawking Zhang
-4
/
+4
2025-06-24
drm/amdgpu: Convert pre|post_partition_switch into common helpers
Hawking Zhang
-31
/
+33
2025-06-24
drm/amdgpu: Convert update_supported_modes into a common helper
Hawking Zhang
-40
/
+39
[prev]
[next]