summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/hwss
AgeCommit message (Expand)AuthorFilesLines
2024-09-18drm/amd/display: handle nulled pipe context in DCE110's set_drr()Tobias Jakobi1-7/+14
2024-09-18drm/amd/display: Skip to enable dsc if it has been offZhikai Zhai2-0/+27
2024-09-18drm/amd/display: Clean up dsc blocks in accelerated modeMartin Tsai1-0/+50
2024-09-18drm/amd/display: fix typo in the commentYan Zhen1-1/+1
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-06drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()Tobias Jakobi1-8/+12
2024-09-02drm/amd/display: Fix flickering caused by dccgHansen Dsouza1-45/+0
2024-09-02Revert "drm/amd/display: Wait for all pending cleared before full update"Dillon Varone8-37/+3
2024-08-27drm/amd/display: Wait for all pending cleared before full updateAlvin Lee8-3/+37
2024-08-20drm/amd/display: Support UHBR10 link rate on eDPSung Joon Kim1-11/+12
2024-08-20drm/amd/display: Remove redundant check in DCN35 hwseqNicholas Susanto1-3/+0
2024-08-20drm/amd/display: Update HPO I/O When Handling Link Retrain Automation RequestMichael Strauss5-17/+8
2024-08-13drm/amd/display: Adjust cursor positionRodrigo Siqueira1-1/+1
2024-08-13drm/amd/display: fix cursor offset on rotation 180Melissa Wen1-1/+1
2024-08-13drm/amd/display: Improve FAM control for DCN401Rodrigo Siqueira1-1/+12
2024-08-13drm/amd/display: remove redundant msg to pmfw at boot/resumeCharlene Liu1-2/+5
2024-08-13drm/amd/display: Perform outstanding programming on full updatesDillon Varone9-4/+50
2024-08-13drm/amd/display: Disable DCN401 UCLK P-State support on full updatesDillon Varone1-3/+3
2024-08-13drm/amd/display: Reduce redundant minimal transitions due to SubVPDillon Varone1-1/+24
2024-08-13drm/amd/display: Check null pointer before try to access itWayne Lin1-14/+8
2024-08-13drm/amd/display: Check null pointer before try to access itRodrigo Siqueira1-3/+8
2024-08-13drm/amd/display: Add more logging for MALL static screenAurabindo Pillai1-2/+8
2024-08-13drm/amd/display: Unlock Pipes Based On DET AllocationAustin Zheng3-1/+94
2024-08-13drm/amd/display: 3DLUT non-DMA refactorRelja Vojvodic3-28/+21
2024-08-06drm/amd/display: Fix overlay with pre-blend color processingMichael Strauss1-2/+5
2024-08-06drm/amd/display: Add missing program DET segment call to pipe initRodrigo Siqueira1-0/+2
2024-08-06drm/amd/display: Add NULL check for function pointer in dcn32_set_output_tran...Srinivasan Shanmugam1-1/+3
2024-08-06drm/amd/display: Add NULL check for function pointer in dcn401_set_output_tra...Srinivasan Shanmugam1-1/+3
2024-08-06drm/amd/display: Add NULL check for function pointer in dcn20_set_output_tran...Srinivasan Shanmugam1-1/+2
2024-08-06drm/amd/display: Add missing DET segments programmingRodrigo Siqueira1-0/+2
2024-08-06drm/amd/display: For FAMS2 don't program P-State force from driverAlvin Lee1-1/+0
2024-08-06drm/amd/display: Underflow Seen on DCN401 eGPUDaniel Sa1-2/+6
2024-07-27drm/amd/display: Use correct cm_helper functionIlya Bakoulin1-12/+10
2024-07-27drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipeSrinivasan Shanmugam1-11/+19
2024-07-24drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_tran...Srinivasan Shanmugam1-1/+5
2024-07-23drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hwSrinivasan Shanmugam1-3/+4
2024-07-23drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn401_init_hwSrinivasan Shanmugam1-3/+5
2024-07-23drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hwSrinivasan Shanmugam1-3/+4
2024-07-23drm/amd/display: Remove duplicate HWSS interfacesJoshua Aberback21-45/+22
2024-07-23drm/amd/display: Remove hardmax usage for dcn401Dillon Varone1-3/+0
2024-07-23drm/amd/display: Remove unnecessary DSC power gating for DCN401Joshua Aberback1-2/+0
2024-07-23drm/amd/display: Check stream pointer is initialized before accessingSung Joon Kim1-4/+3
2024-07-23drm/amd/display: Export additional FAMS2 global configuration options from DMLDillon Varone1-2/+2
2024-07-23drm/amd/display: Check null pointers before multiple usesAlex Hung1-1/+7
2024-07-23drm/amd/display: Check null pointers before usedAlex Hung4-10/+11
2024-07-23drm/amd/display: Add P-State Keepout to dcn401 Global SyncDillon Varone4-3/+10
2024-07-23drm/amd/display: Calculate ODM width using odm slice rect, not recoutAlvin Lee1-4/+4
2024-07-23drm/amd/display: When resync fifo ensure to use correct pipe ctxAlvin Lee6-12/+30
2024-07-23drm/amd/display: Implement bias and scale pre sclRelja Vojvodic1-2/+1