summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn32
AgeCommit message (Expand)AuthorFilesLines
2023-04-12drm/amd/display: Add FPO + VActive supportAlvin Lee3-0/+161
2023-04-12drm/amd/display: add scaler control for dcn32Zhikai Zhai1-0/+1
2023-03-31drm/amd/display: Enable FPO optimizationAlvin Lee1-1/+1
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 Lee5-19/+38
2023-03-31drm/amd/display: update dig enable sequenceCharlene Liu2-5/+13
2023-03-31drm/amd/display: Enable FPO for configs that could reduce vlevelAlvin Lee1-0/+1
2023-03-22drm/amd/display: Set dcn32 caps.seamless_odmHersen Wu1-0/+1
2023-03-22drm/amd/display: fix wrong index used in dccg32_set_dpstreamclkHersen Wu1-2/+1
2023-03-22drm/amd/display: add missing code change init pix_per_cycleCharlene Liu1-0/+1
2023-03-22drm/amd/display: update dio for two pixel per container caseCharlene Liu1-0/+5
2023-03-22drm/amd/display: Make DCN32 3dlut function available to future DCNsWesley Chalmers2-1/+4
2023-03-22drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV registerSaaem Rizvi4-3/+27
2023-03-16drm/amd/display: fix assert conditionSamson Tam1-1/+1
2023-03-16drm/amd/display: Make DCN32 functions available to future DCNsWesley Chalmers2-4/+17
2023-03-16drm/amd/display: reallocate DET for dual displays with high pixel rate ratioSamson Tam1-1/+42
2023-03-16drm/amd/display: disconnect MPCC only on OTG changeAyush Gupta1-1/+5
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 Liu3-10/+14
2023-03-08drm/amd/display: remove legacy fields of dc_plane_cap structDavid Tadokoro1-2/+0
2023-03-07drm/amd/display: Simplify register offsetsChris Park5-239/+0
2023-03-07drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCPHarry Wentland1-2/+0
2023-03-07drm/amd/display: When blanking during init loop to find OPP indexAlvin Lee3-1/+88
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu2-2/+1
2023-02-28drm/amd/display: DAL to program DISPCLK WDIVIDER if PMFW doesn'tAlvin Lee1-0/+1
2023-02-28drm/amd/display: dcn32/321 dsc_pg_control not executed properlyHersen Wu1-6/+13
2023-02-24drm/amd/display: Remove unused local variablesArthur Grillo2-8/+1
2023-02-16drm/amd/display: Add previously missing includesArthur Grillo1-0/+1
2023-02-16drm/amd/display: Add function prototypes to headersArthur Grillo2-0/+4
2023-02-15drm/amd/display: fix k1 k2 divider programming for phantom streamsAurabindo Pillai1-2/+2
2023-02-14drm/amd/display: Set max vratio for prefetch to 7.9 for YUV420 MPOAlvin Lee1-0/+2
2023-02-09drm/amd/display: break down dc_link.cWenjing Liu2-3/+3
2023-01-31drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2George Shen1-1/+1
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu3-3/+1
2023-01-24drm/amd/display: Enable AdaptiveSync in DC interfaceSung Joon Kim1-0/+2
2023-01-24drm/amd/display: adjust MALL size available for DCN32 and DCN321Samson Tam2-2/+62
2023-01-24drm/amd/display: Set init freq for DCFCLK DSAlvin Lee2-0/+2
2023-01-24drm/amd/display: Disable SubVP for PSR panelsAlvin Lee2-0/+11
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: Allow subvp on vactive pipes that are 2560x1440@60Alvin Lee1-0/+2
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: Remove SubVp support if src/dst rect does not equal stream t...Saaem Rizvi1-0/+8
2023-01-17drm/amd/display: Use DML for MALL SS and Subvp allocation calculationsDillon Varone3-235/+99
2023-01-13drm/amd/display: add hubbub_init relatedCharlene Liu3-3/+49
2023-01-13drm/amd/display: move dpcd logic from dc_link_dpcd to link_dpcdWenjing Liu1-1/+1
2023-01-13drm/amd/display: refactor ddc logic from dc_link_ddc to link_ddcWenjing Liu2-4/+3
2023-01-13drm/amd/display: Implement FIFO enable sequence on DCN32Dillon Varone1-0/+28