summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-13Revert "drm/amd/display: Add writeback enable/disable in dc"Alex Hung1-33/+0
2023-10-13Revert "drm/amd/display: Fix writeback_info never got updated"Alex Hung1-4/+9
2023-10-13Revert "drm/amd/display: Fix writeback_info is not removed"Alex Hung1-4/+3
2023-10-13Revert "drm/amd/display: Disable DWB frame capture to emulate oneshot"Alex Hung1-27/+0
2023-10-09drm/amd/display: Update cursor limits based on SW cursor fallback limitsAlvin Lee1-33/+1
2023-10-04drm/amd/display: Adjust code style for hw_sequencer.hAurabindo Pillai1-17/+0
2023-10-03drm/amd/display: Disable DWB frame capture to emulate oneshotAlex Hung1-0/+27
2023-10-03drm/amd/display: Fix writeback_info is not removedAlex Hung1-3/+4
2023-10-03drm/amd/display: Fix writeback_info never got updatedAlex Hung1-9/+4
2023-10-03drm/amd/display: Add writeback enable/disable in dcAlex Hung1-0/+33
2023-08-30drm/amd/display: Add support for 1080p SubVP to reduce idle powerEthan Bitnun1-1/+1
2023-08-15drm/amd/display: Enable subvp high refresh up to 175hzAlvin Lee1-1/+1
2023-08-09drm/amd/display: Clean up errors in dc_stream.cRan Sun1-2/+1
2023-07-18drm/amd/display: Update SW cursor fallback for subvp high refreshAlvin Lee1-4/+31
2023-06-09drm/amd/display: add NULL pointer checkCharlene Liu1-4/+4
2023-06-09drm/amd/display: Clean FPGA code in dcQingqing Zhuo1-30/+0
2023-01-09drm/amd/display: Remove redundant assignment to variable dcYi Yang1-1/+1
2023-01-05drm/amd/display: fix array-bounds errors in dc_stream_remove_writeback()Wen Yang1-1/+8
2022-11-23drm/amd/display: Limit HW cursor size of >= 4kAlvin Lee1-2/+14
2022-10-10drm/amd/display: fix array-bounds error in dc_stream_remove_writeback() [take 2]Guenter Roeck1-2/+2
2022-10-10drm/amd/display: Use the same cursor info across featuresMax Tseng1-0/+4
2022-09-29drm/amd/display: fix array-bounds error in dc_stream_remove_writeback()Hamza Mahfooz1-1/+1
2022-09-29drm/amd/display: Cursor Info Update refactorMax Tseng1-0/+1
2022-09-13drm/amd/display: SW cursor fallback for SubVPAlvin Lee1-0/+5
2022-09-13drm/amd/display: Revert "Fallback to SW cursor if SubVP + cursor too big"Aurabindo Pillai1-5/+0
2022-07-25drm/amd/display: Fallback to SW cursor if SubVP + cursor too bigAlvin Lee1-0/+5
2022-07-05drm/amd/display: Move all linux includes into OS typesHarry Wentland1-3/+0