aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-30drm/amd/display: Move FPU Guards From DML To DC - Part 1Rafal Ostrowski1-2/+11
2026-03-23drm/amd/display: Revert inbox0 lock for cursor due to deadlockNicholas Kazlauskas1-26/+4
2026-03-11drm/amd/display: Sync dcn42 with DC 3.2.373Roman Li1-9/+32
2026-02-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19drm/amd/display: Implementing ramless idle mouse triggerMuaaz Nisar1-0/+15
2026-02-12Revert "drm/amd/display: mouse event trigger to boost RR when idle"Muaaz Nisar1-15/+0
2026-02-12drm/amd/display: guard NULL manual-trigger callback in cursor programmingVitaly Prosyak1-2/+4
2026-01-27drm/amd/display: mouse event trigger to boost RR when idleMuaaz Nisar1-0/+13
2025-12-16drm/amd/display: Split update_planes_and_stream_v3 into parts (V2)Dominik Kaszewski1-7/+24
2025-11-26drm/amd/display: Check NULL before accessingAlex Hung1-3/+8
2025-10-28drm/amd/display: Make observers const-correctDominik Kaszewski1-0/+8
2025-10-20drm/amd/display: Add sink/link debug logsAurabindo Pillai1-2/+4
2025-10-13drm/amd/display: Driver implementation for cursor offloading to DMUNicholas Kazlauskas1-9/+33
2025-08-15drm/amd/display: Add NULL pointer checks in dc_stream cursor attribute functionsSrinivasan Shanmugam1-1/+7
2025-07-15drm/amd/display: MPC basic allocation logic and TMZYihan Zhu1-0/+67
2025-05-07drm/amd/display: adds kernel-doc comment for dc_stream_remove_writeback()James Flowers1-0/+8
2025-05-05drm/amd/display: Refactor SubVP cursor limiting logicDillon Varone1-15/+55
2025-05-05Revert "drm/amd/display: Refactor SubVP cursor limiting logic"Ryan Seto1-55/+15
2025-04-22drm/amd/display: Refactor SubVP cursor limiting logicDillon Varone1-15/+55
2025-03-05drm/amd/display: misc for dio encoder refactorPeichen Huang1-1/+2
2025-01-06drm/amd/display: Add guards around MAX/MINAurabindo Pillai1-0/+2
2024-12-10drm/amd/display: Remove unused dc_stream_warmup_writebackDr. David Alan Gilbert1-11/+0
2024-11-04drm/amd/display: Prune Invalid Modes For HDMI OutputFangzhi Zuo1-3/+3
2024-11-04drm/amd/display: Do Not Fallback To SW Cursor If HW Cursor RequiredAustin Zheng1-1/+3
2024-10-01drm/amd/display: Fix cursor visual confirm updateIlya Bakoulin1-10/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-07-01drm/amd/display: Fix possible overflow in integer multiplicationAlex Hung1-3/+3
2024-06-27drm/amd/display: Add HW cursor visual confirmRyan Seto1-0/+29
2024-06-14drm/amd/display: Explicitly cast v_total to signed in a subtractionAlex Hung1-2/+2
2024-05-23drm/amdgpu/display: Fix null pointer dereference in dc_stream_program_cursor_...Srinivasan Shanmugam1-1/+4
2024-05-13drm/amd/display: Find max flickerless instant vtotal deltaEthan Bitnun1-6/+58
2024-04-30drm/amd/display: Do cursor programming with rest of pipeHarry Wentland1-8/+6
2024-04-30drm/amd/display: Separate setting and programming of cursorHarry Wentland1-28/+59
2024-04-30drm/amd/display: Block FPO According to Luminance DeltaEthan Bitnun1-0/+228
2024-04-16drm/amd/display: Replace int with unsigned intRodrigo Siqueira1-1/+1
2024-03-27drm/amd/display: Remove plane and stream pointers from dc scratchAlvin Lee1-14/+2
2024-03-20drm/amd/display: Guard cursor idle reallow by DC debug optionNicholas Kazlauskas1-2/+2
2024-02-07drm/amd/display: Add more checks for exiting idle in DCNicholas Kazlauskas1-0/+18
2024-01-22drm/amd/display: Revert "Rework DC Z10 restore"Charlene Liu1-5/+4
2024-01-15drm/amd/display: Rework DC Z10 restoreNicholas Kazlauskas1-4/+5
2024-01-03drm/amd/display: Add null pointer guards where neededJosip Pavic1-1/+2
2023-12-19drm/amd/display: Refactor phantom resource allocationDillon Varone1-4/+9
2023-12-19drm/amd/display: Refactor dc_state interfaceDillon Varone1-28/+5
2023-12-06drm/amd/display: Disable DWB frame capture to emulate oneshotAlex Hung1-0/+27
2023-12-06drm/amd/display: Fix writeback_info is not removedAlex Hung1-3/+4
2023-12-06drm/amd/display: Fix writeback_info never got updatedAlex Hung1-9/+4
2023-12-06drm/amd/display: Add writeback enable/disable in dcAlex Hung1-0/+33
2023-11-03drm/amd/display: Avoid NULL dereference of timing generatorWayne Lin1-2/+2