summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2024-05-29drm/amd/display: Enable ISHARP support for DCN401Samson Tam8-65/+223
2024-05-29drm/amd/display: Fix incorrect cursor position for dcn401Sridevi2-14/+34
2024-05-29drm/amd/display: clean up some inconsistent indentingJiapeng Chong1-3/+1
2024-05-23drm/amdgpu/display: Fix null pointer dereference in dc_stream_program_cursor_...Srinivasan Shanmugam1-1/+4
2024-05-23drm/amd/display: Refactor construct_phy function in dc/link/link_factory.cSrinivasan Shanmugam1-33/+34
2024-05-20drm/amd/display: remove unused struct 'dc_reg_sequence'Dr. David Alan Gilbert1-5/+0
2024-05-20drm/amd/display: remove unused struct 'aux_payloads'Dr. David Alan Gilbert1-4/+0
2024-05-20drm/amd/display: 3.2.286Aric Cyr1-1/+1
2024-05-20drm/amd/display: Fix POWERPC_64 compilationRoman Li1-1/+1
2024-05-20drm/amd/display: Not fallback if link BW is smaller than req BWCruise2-17/+4
2024-05-20drm/amd/display: Correct display clocks update block sequenceDillon Varone2-313/+272
2024-05-20drm/amd/display: Disable DCN401 idle optimizationsDillon Varone1-0/+1
2024-05-20drm/amd/display: Fix ODM + underscan case with cursorAlvin Lee1-3/+9
2024-05-20drm/amd/display: fix a typo which causes an incorrect ODM combine setupWenjing Liu1-1/+1
2024-05-20drm/amd/display: Fix pipe addition logic in calc_blocks_to_ungate DCN35Nicholas Susanto1-1/+2
2024-05-20drm/amd/display: Add 3DLUT DMA load triggerIlya Bakoulin5-4/+25
2024-05-20drm/amd/display: Deallocate DML 2.1 Memory AllocationChris Park3-0/+9
2024-05-20drm/amd/display: Add NULL check within get_target_mpc_factorHersen Wu1-0/+9
2024-05-20drm/amd/display: Add missing DML2 var helpersRodrigo Siqueira2-0/+4
2024-05-20drm/amd/display: Modify HPO pixel clock programming to support DPMDillon Varone1-4/+4
2024-05-20drm/amd/display: Refactor HUBBUB into component folder for DCN401Harikrishna Revalla4-2/+5
2024-05-20drm/amd/display: enable EASF support for DCN40Samson Tam9-34/+382
2024-05-20drm/amd/display: Adjust incorrect indentations and spacesAlex Hung10-17/+13
2024-05-20drm/amd/display: Use the correct TMDS function to avoid DVI issuesChris Park1-1/+1
2024-05-20drm/amd/display: Fix incorrect DCN401 comparisonAlex Hung1-2/+2
2024-05-20drm/amd/display: Add missing enable and disable symclk_se functions for dcn401Wenjing Liu4-1/+181
2024-05-20drm/amd/display: Remove duplicate configurationRodrigo Siqueira1-18/+0
2024-05-20drm/amd/display: Move DSC functions from dc.c to dc_dsc.cWenjing Liu2-99/+96
2024-05-20drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2-68/+4
2024-05-20drm/amd/display: only use hard-float, not altivec on powerpcMichael Ellerman2-2/+2
2024-05-18drm/amdgpu/display: Update kdoc for 'optc35_set_odm_combine'Srinivasan Shanmugam1-1/+2
2024-05-18drm/amd/display: fix documentation warnings for mpc.hMarcelo Mendes Spessoto Junior1-113/+576
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds243-1746/+3712
2024-05-13Revert "drm/amd/display: Enable SYMCLK gating in DCCG"Alex Hung8-115/+48
2024-05-13drm/amd/display: 3.2.285Aric Cyr1-1/+1
2024-05-13drm/amd/display: Find max flickerless instant vtotal deltaEthan Bitnun5-7/+79
2024-05-13drm/amd/display: Refactor dcn401_update_clocksDillon Varone7-6/+715
2024-05-13drm/amd/display: Reduce I2C speed to 95kHz in DCN401Chris Park1-2/+2
2024-05-13drm/amd/display: Allow higher DSC slice support for small timings on dcn401Wenjing Liu1-373/+39
2024-05-13drm/amd/display: Don't offload flip if not only address updateAlvin Lee1-0/+4
2024-05-13drm/amd/display: Check UHBR13.5 cap when determining max link capGeorge Shen1-4/+18
2024-05-13drm/amd/display: Enable SYMCLK gating in DCCGDaniel Miess8-48/+115
2024-05-13drm/amd/display: Expand to higher link ratesSung Joon Kim1-0/+3
2024-05-13drm/amd/display: Add left edge pixel for YCbCr422/420 + ODM pipe splitWenjing Liu20-106/+140
2024-05-13drm/amd/display: Add resource interfaces for get ODM slice rectWenjing Liu2-64/+83
2024-05-13drm/amd/display: Add COEF filter types for DCN401Samson Tam1-1/+3
2024-05-13drm/amd/display: Refactor DCN401 DCCG into component directoryRevalla Hari Krishna4-2/+6
2024-05-13drm/amd/display: Fix 3dlut size for Fastloading on DCN401Adam Nelson4-0/+17
2024-05-13drm/amd/display: Fix write to non-existent reg on DCN401Ilya Bakoulin1-17/+3
2024-05-13drm/amd/display: Remove USBC check for DCN32Rodrigo Siqueira1-3/+0