aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2024-05-23drm/amd/display: Refactor construct_phy function in dc/link/link_factory.cSrinivasan Shanmugam1-33/+34
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
2024-05-21drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2Wayne Lin1-1/+1
2024-05-21drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2Wayne Lin1-1/+1
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: Remove redundant idle optimization checkRoman Li1-3/+0
2024-05-20drm/amd/display: Fix pipe addition logic in calc_blocks_to_ungate DCN35Nicholas Susanto1-1/+2
2024-05-20drm/amd/display: Add ips status info to debugfsRoman Li1-0/+47
2024-05-20drm/amd/display: Clear shared dmub firmware state on initRoman Li1-0/+3
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-19drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland4-94/+7
2024-05-19drm/amd/display: only use hard-float, not altivec on powerpcMichael Ellerman3-12/+4
2024-05-17drm/amdgpu/display: Update kdoc for 'optc35_set_odm_combine'Srinivasan Shanmugam1-1/+2
2024-05-17drm/amd/display: Drop pixel_clock_mhzMario Limonciello2-4/+0
2024-05-17drm/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 Torvalds267-1841/+4088
2024-05-13drm/amd/display: Don't register panel_power_savings on OLED panelsMario Limonciello1-4/+25
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: Read default boot optionsDuncan Ma1-1/+4
2024-05-13drm/amd/display: Find max flickerless instant vtotal deltaEthan Bitnun5-7/+79
2024-05-13drm/amd/display: Refactor dcn401_update_clocksDillon Varone8-6/+718
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