summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17drm/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-23drm/amd/display: Revert "Rework DC Z10 restore"Charlene Liu1-5/+4
2024-01-16drm/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-05drm/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-16drm/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-10drm/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-11drm/amd/display: fix array-bounds error in dc_stream_remove_writeback() [take 2]Guenter Roeck1-2/+2
2022-10-11drm/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-26drm/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
2022-06-15drm/amd/display: Add debug option for exiting idle optimizations on cursor up...Alvin Lee1-2/+3
2022-05-11drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN for z10Alex Hung1-4/+0
2022-05-11drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in dcAlex Hung1-8/+0
2022-03-15drm/amd/display: Add function to get the pipe from the stream contextLeo (Hanghong) Ma1-0/+14
2022-02-23drm/amd/display: lock/un-lock cursor if odm pipe split usedPaul Hsieh1-1/+6
2022-02-17drm/amd/display: add dsc mst stream pbn log for debugHersen Wu1-0/+16
2021-10-20drm/amd/display: Clear encoder assignment for copied streamsJimmy Kizito1-0/+4
2021-08-09drm/amd/display: refactor the cursor programing codesRoy Chan1-41/+65
2021-07-08drm/amd/display: Add null checksWang1-0/+3