summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2026-03-11drm/amd: Set num IP blocks to 0 if discovery failsMario Limonciello2-2/+4
2026-03-11drm/amdkfd: Unreserve bo if queue update failedPhilip Yang1-0/+1
2026-03-11drm/amd/display: Check for S0i3 to be done before DCCG init on DCN21Ivan Lipski1-1/+20
2026-03-11drm/amd/display: Add missing DCCG register entries for DCN20-DCN316Ivan Lipski4-4/+20
2026-03-07drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-07drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang1-1/+4
2026-03-07drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea1-8/+8
2026-03-07drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-07drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang1-1/+2
2026-03-07drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang2-2/+4
2026-03-04drm/amdgpu/userq: refcount userqueues to avoid any race conditionsSunil Khatri3-39/+95
2026-03-04drm/amdgpu/userq: Consolidate wait ioctl exit pathTvrtko Ursulin1-23/+5
2026-03-04drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailboxsguttula2-10/+28
2026-03-04drm/amdgpu: Fix use-after-free race in VM acquireAlysa Liu1-1/+5
2026-03-04drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.xYang Wang2-2/+9
2026-03-03drm/amd/display: Fallback to boot snapshot for dispclkDillon Varone1-1/+5
2026-03-03drm/amdgpu: Enable DPG support for VCN5sguttula1-1/+3
2026-03-03drm/amd/display: Enable DEGAMMA and reject COLOR_PIPELINE+DEGAMMA_LUTAlex Hung2-8/+16
2026-03-03drm/amd/display: Use mpc.preblend flag to indicate 3D LUTAlex Hung2-3/+6
2026-02-26drm/amd: Disable MES LR compute W/AMario Limonciello2-10/+0
2026-02-26drm/amdgpu: Fix error handling in slot resetLijo Lazar1-7/+10
2026-02-26drm/amdgpu/vcn5: Add SMU dpm interface typesguttula1-0/+4
2026-02-26drm/amdgpu: Fix locking bugs in error pathsBart Van Assche1-5/+7
2026-02-26drm/amdgpu: Unlock a mutex before destroying itBart Van Assche1-0/+1
2026-02-26drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock1-2/+2
2026-02-26drm/amdgpu: add upper bound check on user inputs in wait ioctlSunil Khatri1-0/+5
2026-02-26drm/amdgpu: add upper bound check on user inputs in signal ioctlSunil Khatri1-0/+7
2026-02-26drm/amdgpu/userq: Do not allow userspace to trivially triger kernel warningsTvrtko Ursulin1-4/+4
2026-02-26drm/amdgpu/userq: Fix reference leak in amdgpu_userq_wait_ioctlTvrtko Ursulin1-0/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook24-60/+42
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds66-310/+155
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds9-11/+11
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds235-785/+785
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook252-1200/+1223
2026-02-21Merge tag 'drm-next-2026-02-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds182-885/+2020
2026-02-19drm/amd/display: Remove unneeded DAC link encoder registerTimur Kristóf4-5/+4
2026-02-19drm/amd/display: Enable DAC in DCE link encoderTimur Kristóf6-17/+50
2026-02-19drm/amd/display: Set CRTC source for DAC using registersTimur Kristóf6-37/+43
2026-02-19drm/amd/display: Initialize DAC in DCE link encoder using VBIOSTimur Kristóf2-2/+11
2026-02-19drm/amd/display: Turn off DAC in DCE link encoder using VBIOSTimur Kristóf2-16/+17
2026-02-19drm/amd/display: Don't call find_analog_engine() twiceTimur Kristóf1-1/+0
2026-02-19drm/amdgpu: fix 4-level paging if GMC supports 57-bit VA v2Christian König3-4/+6
2026-02-19drm/amdgpu: keep vga memory on MacBooks with switchable graphicsAlex Deucher1-0/+10
2026-02-19drm/amdgpu: Set atomics to true for xgmiHarish Kasiviswanathan1-3/+4
2026-02-19drm/amdkfd: Check for NULL return valuesAndrew Martin4-8/+14
2026-02-19drm/amd/display: Use same max plane scaling limits for all 64 bpp formatsMario Kleiner1-0/+5
2026-02-19drm/amdgpu: Set vmid0 PAGE_TABLE_DEPTH for GFX12.1Harish Kasiviswanathan1-1/+4
2026-02-19drm/amdkfd: Disable MQD queue priorityAndrew Martin7-7/+7
2026-02-19drm/amd/display: Remove conditional for shaper 3DLUT power-onAlex Hung1-2/+1
2026-02-19drm/amd/display: Check return of shaper curve to HW formatAlex Hung1-3/+3