summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/hwss/dcn32
AgeCommit message (Expand)AuthorLines
2026-03-30drm/amd/display: Fixed Silence complier warnings in dcGaghik Khachatrian-0/+2
2026-03-30drm/amd/display: Fixed silence signed/unsigned mismatch warningsClay King-1/+1
2026-03-23drm/amd/display: Add clk_mgr NULL checks in dcn32_initialize_min_clocks()Srinivasan Shanmugam-6/+11
2026-02-19drm/amd/display: Check return of shaper curve to HW formatAlex Hung-3/+3
2026-02-19drm/amd/display: Migrate DCCG registers access from hwseq to dccg component.Bhuvanachandra Pinninti-3/+2
2026-02-12drm/amd/display: Revert "Migrate DCCG register access from hwseq to dccg comp...Nicholas Carbones-2/+3
2026-02-03drm/amd/display: remove assert around dpp_base replacementMelissa Wen-1/+0
2026-02-03drm/amd/display: extend delta clamping logic to CM3 LUT helperMelissa Wen-7/+10
2026-02-03drm/amd/display: Migrate DIO registers access from hwseq to dio component.Bhuvanachandra Pinninti-1/+3
2026-02-03drm/amd/display: Migrate DCCG register access from hwseq to dccg component.Bhuvanachandra Pinninti-3/+2
2026-01-20drm/amd/display: Remove unused codeCharlene Liu-1/+0
2025-12-08drm/amd/display: Fixes for S0i3 exitOvidiu Bunea-0/+6
2025-12-08drm/amd/display: Correct DSC padding accountingRelja Vojvodic-1/+1
2025-10-13drm/amd/display: Correct slice width calculation for YCbCr420Relja Vojvodic-0/+1
2025-09-15drm/amd/display: Add DSC padding for OVT SupportRelja Vojvodic-1/+1
2025-09-15drm/amd/display: Rename header file link.h to link_service.hWesley Chalmers-1/+1
2025-08-04drm/amd/display: Adding interface to log hw state when underflow happensMuhammad Ahmed-0/+1
2025-06-24drm/amd/display: Add num_slices_h to set_dto_dscclk signatureIlya Bakoulin-2/+4
2025-04-22drm/amd/display: Fix pixel rate divider policy for 1 pixel per cycle configMeenakshikumar Somasundaram-1/+3
2025-02-19drm/amd/display: Add log for MALL entry on DCN32xAurabindo Pillai-0/+2
2025-02-19drm/amd/display: Add clear DCC and Tiling callback for DCNRodrigo Siqueira-0/+1
2025-02-12drm/amd/display: Allow reuse of of DCN4x codeDmytro-1/+2
2025-01-10drm/amd/display: Remove unnecessary eDP power downYiling Chen-6/+6
2024-12-10drm/amd/display: Remove unused mmhubbub_warmup fieldDr. David Alan Gilbert-1/+0
2024-12-10drm/amd/display: populate VABC support in DMCUBHarry VanZyllDeJong-0/+1
2024-12-02drm/amd/display: Add hblank borrowing supportChris Park-1/+2
2024-11-04drm/amd/display: Implement new backlight_level_params structureKaitlyn Tse-1/+1
2024-10-15drm/amd/display: print messages when programming shaper/3dlut failsAlex Hung-6/+7
2024-10-07drm/amd/display: Unify blank_phantom and blank_pixel_dataAustin Zheng-52/+0
2024-10-01drm/amd/display: Wait for all pending cleared before full updateAlvin Lee-0/+1
2024-09-26drm/amd/display: fix typos in several function pointer checksVitaliy Shevtsov-2/+2
2024-09-18drm/amd/display: Skip to enable dsc if it has been offZhikai Zhai-0/+14
2024-08-13drm/amd/display: Improve FAM control for DCN401Rodrigo Siqueira-1/+12
2024-08-13drm/amd/display: Perform outstanding programming on full updatesDillon Varone-0/+15
2024-08-13drm/amd/display: Reduce redundant minimal transitions due to SubVPDillon Varone-1/+24
2024-08-13drm/amd/display: 3DLUT non-DMA refactorRelja Vojvodic-1/+0
2024-08-06drm/amd/display: Add NULL check for function pointer in dcn32_set_output_tran...Srinivasan Shanmugam-1/+3
2024-07-23drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hwSrinivasan Shanmugam-3/+4
2024-07-23drm/amd/display: Remove duplicate HWSS interfacesJoshua Aberback-5/+4
2024-07-23drm/amd/display: When resync fifo ensure to use correct pipe ctxAlvin Lee-6/+16
2024-07-23drm/amd/display: fix dscclk programming sequence on DCN401Wenjing Liu-16/+5
2024-06-27drm/amd/display: Ensure curve to hw translation succeedAlex Hung-3/+6
2024-06-27drm/amd/display: resync OTG after DIO FIFO resyncTungYu Lu-0/+2
2024-06-19drm/amd/display: Remove redundant null checksAlex Hung-42/+39
2024-06-19drm/amd/display: Remove redundant checks for res_pool->dccgAlex Hung-1/+1
2024-06-19drm/amd/display: Make sure to reprogram ODM when resync fifoAlvin Lee-1/+18
2024-06-05drm/amd/display: Use current_state when checking old_pipe subvp typeAlvin Lee-1/+1
2024-06-05drm/amd/display: Move fpo_in_use to stream_statusAlvin Lee-5/+15
2024-06-05drm/amd/display: Only program P-State force if pipe config changedAlvin Lee-1/+17
2024-06-05drm/amd/display: Keep VBios pixel rate div setting until next mode setyi-lchen-5/+31