aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/hwss/dcn35
AgeCommit message (Expand)AuthorFilesLines
2024-09-18drm/amd/display: Skip to enable dsc if it has been offZhikai Zhai1-0/+13
2024-09-06drm/amd/display: fix dccg root clock optimization related hangQili Lu1-0/+4
2024-09-06drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()Tobias Jakobi1-8/+12
2024-09-02drm/amd/display: Fix flickering caused by dccgHansen Dsouza1-45/+0
2024-08-20drm/amd/display: Remove redundant check in DCN35 hwseqNicholas Susanto1-3/+0
2024-08-13drm/amd/display: Perform outstanding programming on full updatesDillon Varone1-0/+1
2024-08-06drm/amd/display: Add missing DET segments programmingRodrigo Siqueira1-0/+2
2024-07-23drm/amd/display: Remove duplicate HWSS interfacesJoshua Aberback2-6/+4
2024-07-23drm/amd/display: Check stream pointer is initialized before accessingSung Joon Kim1-4/+3
2024-07-23drm/amd/display: Check null pointers before usedAlex Hung1-4/+4
2024-06-19drm/amd/display: Remove redundant checks for res_pool->dccgAlex Hung1-1/+1
2024-06-14drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIAMichael Strauss3-1/+75
2024-06-14drm/amd/display: Add sequential ONO sequencing for DCN35Nicholas Kazlauskas1-15/+70
2024-06-05drm/amd/display: Keep VBios pixel rate div setting until next mode setyi-lchen1-0/+1
2024-05-20drm/amd/display: Fix pipe addition logic in calc_blocks_to_ungate DCN35Nicholas Susanto1-1/+2
2024-05-13Revert "drm/amd/display: Enable SYMCLK gating in DCCG"Alex Hung3-45/+3
2024-05-13drm/amd/display: Enable SYMCLK gating in DCCGDaniel Miess3-3/+45
2024-05-13drm/amd/display: Add left edge pixel for YCbCr422/420 + ODM pipe splitWenjing Liu1-1/+3
2024-05-08drm/amd/display: Fix idle optimization checks for multi-display and dual eDPNicholas Kazlauskas1-6/+27
2024-05-08drm/amd/display: Refactor input mode programming for DIG FIFODillon Varone1-1/+0
2024-04-30drm/amd/display: Revert "dc: Keep VBios pixel rate div setting util next mode...Webb Chen1-1/+0
2024-04-30drm/amd/display: Enable RCO for PHYSYMCLK in DCN35Daniel Miess3-0/+35
2024-04-30drm/amd/display: Add trigger FIFO resync path for DCN35Nicholas Kazlauskas1-0/+2
2024-04-30drm/amd/display: Keep VBios pixel rate div setting util next mode setWebb Chen1-0/+1
2024-04-26drm/amd/display: Fix uninitialized variables in DCAlex Hung1-1/+1
2024-04-09drm/amd/display: Enable RCO for HDMISTREAMCLK in DCN35Daniel Miess1-2/+12
2024-04-09drm/amd/display: Add dmub additional interface support for FAMSDillon Varone1-1/+1
2024-04-09drm/amd/display: Toggle additional RCO options in DCN35Daniel Miess3-0/+31
2024-03-27drm/amd/display: Remove MPC rate control logic from DCN30 and aboveGeorge Shen1-41/+0
2024-03-27drm/amd/display: Remove read/write to external registerSung Joon Kim3-21/+0
2024-03-20drm/amd/display: clear mpc_tree in init_pipesSamson Tam1-0/+16
2024-03-20drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate()Srinivasan Shanmugam1-2/+1
2024-03-20drm/amd/display: Revert "Set the power_down_on_boot function pointer to null"Ovidiu Bunea1-1/+1
2024-03-20drm/amd/display: Set the power_down_on_boot function pointer to nullMuhammad Ahmed1-1/+1
2024-03-20drm/amd/display: Support long vblank featureRobin Chen3-1/+33
2024-02-07drm/amd/display: correct static screen event maskAllen Pan3-3/+23
2024-01-29drm/amd/display: Fix static screen event mask definition changeYiling Chen1-1/+1
2024-01-22drm/amd/display: Revert "Rework DC Z10 restore"Charlene Liu1-0/+2
2024-01-15drm/amd/display: Rework DC Z10 restoreNicholas Kazlauskas1-2/+0
2024-01-15drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas1-1/+8
2024-01-03drm/amd/display: Adjust kdoc for 'dcn35_hw_block_power_down' & 'dcn35_hw_bloc...Srinivasan Shanmugam1-27/+41
2024-01-03drm/amd/display: Refactor INIT into component folderRevalla2-0/+206
2024-01-03drm/amd/display: Correctly restore user_levelCamille Cho1-2/+5
2023-12-19drm/amd/display: change static screen wait frame_count for ipsAllen Pan2-0/+45
2023-12-19drm/amd/display: Refactor phantom resource allocationDillon Varone2-5/+5
2023-12-19drm/amd/display: Refactor dc_state interfaceDillon Varone1-1/+2
2023-12-19drm/amd/display: Refactor DMCUB enter/exit idle interfaceNicholas Kazlauskas1-6/+2
2023-12-13drm/amd/display: fix HW block PG sequenceCharlene Liu2-41/+99
2023-12-06drm/amd/display: keep domain24 power on if eDP not existCharlene Liu1-2/+20
2023-11-17drm/amd/display: Enable DCN clock gating for DCN35Daniel Miess1-13/+29