summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10drm/amd/display: Refactor HWSS into component folderMounika Adhuri1-1678/+0
2023-10-05drm/amd/display: enable dsc_clk even if dsc_pg disabledMuhammad Ahmed1-0/+3
2023-09-27drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-1/+1
2023-09-12drm/amd/display: add skip_implict_edp_power_control flag for dcn32Ian Chen1-2/+4
2023-09-12drm/amd/display: add seamless pipe topology transition checkWenjing Liu1-0/+52
2023-09-12drm/amd/display: Blank phantom OTG before enablingAlvin Lee1-0/+46
2023-08-16drm/amd/display: implement pipe type definition and adding accessorsWenjing Liu1-6/+6
2023-07-21drm/amd/display: remove an unused fileAurabindo Pillai1-2/+0
2023-06-30drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2Austin Zheng1-4/+0
2023-06-30drm/amd/display: Fix the delta clamping for shaper LUTHarry Wentland1-3/+3
2023-06-23drm/amd/display: fix odm k2 div calculationDmytro Laktyushkin1-2/+6
2023-06-15drm/amd/display: fix pixel rate update sequenceDmytro Laktyushkin1-6/+2
2023-06-15drm/amd/display: Do not disable phantom pipes in driverSaaem Rizvi1-1/+2
2023-06-09drm/amd/display: Wrong index type for pipe iteratorSaaem Rizvi1-1/+1
2023-06-09drm/amd/display: Refactor fast update to use new HWSS build sequenceAlvin Lee1-0/+24
2023-06-09drm/amd/display: Trigger DIO FIFO resync on commit streams for DCN32Saaem Rizvi1-0/+29
2023-06-09drm/amd/display: Simplify the calculation of variablesJiapeng Chong1-3/+3
2023-04-25drm/amd/display: Query GECC enable for SubVP disableAlvin Lee1-0/+1
2023-04-25drm/amd/display: Enable SubVP on PSR panels if single streamAlvin Lee1-0/+1
2023-04-18drm/amd/display: refactor dmub commands into single functionJosip Pavic1-8/+4
2023-04-18drm/amd/display: Only consider DISPCLK when using optimized boot pathAlvin Lee1-3/+3
2023-04-18drm/amd/display: Add missing WA and MCLK validationRodrigo Siqueira1-0/+1
2023-04-12drm/amd/display: On clock init, maintain DISPCLK freqAlvin Lee1-5/+21
2023-03-31drm/amd/display: Only keep cursor p-state force for FPOAlvin Lee1-0/+6
2023-03-31drm/amd/display: fixed dcn30+ underflow issueAyush Gupta1-1/+1
2023-03-31drm/amd/display: Use per pipe P-State force for FPOAlvin Lee1-17/+24
2023-03-22drm/amd/display: Make DCN32 3dlut function available to future DCNsWesley Chalmers1-1/+1
2023-03-22drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV registerSaaem Rizvi1-1/+1
2023-03-14drm/amd/display: Remove OTG DIV register write for Virtual signals.Saaem Rizvi1-1/+1
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu1-6/+7
2023-03-07drm/amd/display: When blanking during init loop to find OPP indexAlvin Lee1-0/+83
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu1-1/+1
2023-02-28drm/amd/display: dcn32/321 dsc_pg_control not executed properlyHersen Wu1-6/+13
2023-02-15drm/amd/display: fix k1 k2 divider programming for phantom streamsAurabindo Pillai1-2/+2
2023-02-09drm/amd/display: break down dc_link.cWenjing Liu1-2/+2
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu1-1/+0
2023-01-24drm/amd/display: Set init freq for DCFCLK DSAlvin Lee1-0/+1
2023-01-24drm/amd/display: Allow idle optimization after turning off all pipesAlvin Lee1-0/+10
2023-01-24drm/amd/display: Disable MALL SS and messages for PSR supported configsDillon Varone1-0/+7
2023-01-17drm/amd/display: Request min clocks after disabling pipes on initAlvin Lee1-0/+21
2023-01-17drm/amd/display: move dp capability related logic to link_dp_capabilityWenjing Liu1-4/+5
2023-01-17drm/amd/display: Use DML for MALL SS and Subvp allocation calculationsDillon Varone1-133/+13
2023-01-04drm/amd/display: Turn on phantom OTG before disabling phantom pipeAlvin Lee1-0/+36
2022-12-15drm/amd/display: Check for PSR in no memory request caseSamson Tam1-1/+2
2022-12-06drm/amd/display: Disable uclk pstate for subvp pipesDillon Varone1-5/+5
2022-11-29drm/amd/display: Use DCC meta pitch for MALL allocation requirementsDillon Varone1-3/+3
2022-11-29drm/amd/display: MALL SS calculations should iterate over all pipes for cursorDillon Varone1-1/+1
2022-11-23drm/amd/display: Avoid setting pixel rate divider to N/ATaimur Hassan1-3/+1
2022-11-23drm/amd/display: Check if PSR enabled when entering MALLAlvin Lee1-1/+6
2022-11-15drm/amd/display: Fix Subvp phantom pipe transitionAlvin Lee1-0/+27