aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2026-03-02drm/amd/display: Prevent integer overflow when mhz to khzAlex Hung2-13/+13
2026-03-02drm/amd/display: Remove always-false branchesAlex Hung2-10/+1
2026-03-02drm/amd/display: Remove redundant initializersAlex Hung2-7/+7
2026-03-02drm/amd/display: Silence unused variable warningClay King1-3/+3
2026-03-02drm/amd/display: Initialize replay_state to PR_STATE_INVALIDIvan Lipski1-1/+1
2026-03-02drm/amd/display: Fallback to boot snapshot for dispclkDillon Varone1-1/+5
2026-02-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock1-2/+2
2026-02-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock1-2/+2
2026-02-23drm/amd/display: Fix kdoc formatting in dcn42_hwseq.cSrinivasan Shanmugam1-1/+1
2026-02-23drm/amd/display: Promote DC to 3.2.371Taimur Hassan1-1/+1
2026-02-23drm/amd/display: Add Visual Confirm Support for TestingMuaaz Nisar4-69/+105
2026-02-23drm/amd/display: Add missing clock types & fix formattingOvidiu Bunea1-4/+6
2026-02-23drm/amd/display: Fix dcn401_optimize_bandwidthCharlene Liu1-2/+2
2026-02-23drm/amd/display: Silence type mismatch warningGaghik Khachatrian1-1/+1
2026-02-23drm/amd/display: Fix DPIA number and driver ID field issueCruise Hung2-3/+3
2026-02-23drm/amd/display: Fix cursor pos at overlay plane edges on DCN4Ivan Lipski1-0/+19
2026-02-23drm/amd/display: Exit IPS w/ DC helper for all dc_set_power_state casesOvidiu Bunea1-2/+5
2026-02-23drm/amd/display: Enable dcn42 DCRoman Li42-36/+568
2026-02-23drm/amd/display: Add dcn42 DC resourcesRoman Li40-0/+14974
2026-02-23drm/amd/display: Implement DAC load detection on external DP bridge encodersTimur Kristóf3-3/+14
2026-02-23drm/amd/display: Use external DP bridge encodersTimur Kristóf1-1/+28
2026-02-23drm/amd/display: Link detection for external DP bridge encodersTimur Kristóf2-14/+14
2026-02-23drm/amd/display: Add DCE HWSS support for external DP bridge encodersTimur Kristóf2-0/+57
2026-02-23drm/amd/display: Use preferred DP link rate if specifiedTimur Kristóf1-0/+2
2026-02-23drm/amd/display: Add ability for HWSS to prepare the DDC before useTimur Kristóf2-0/+4
2026-02-23drm/amd/display: Implement DDC probe over AUX channelTimur Kristóf1-2/+9
2026-02-23drm/amd/display: Implement BIOS parser external encoder controlTimur Kristóf3-12/+28
2026-02-23drm/amd/display: Refactor DAC load detection, move to HWSSTimur Kristóf5-38/+28
2026-02-23drm/amd/display: Add color depth helper function to BIOS parserTimur Kristóf1-75/+26
2026-02-23drm/amd/display: Handle DCE 6 in dce_clk_mgr.cTimur Kristóf5-216/+52
2026-02-23drm/amd/display: Remove unused dce60_clk_mgr register definitionsTimur Kristóf2-38/+3
2026-02-23drm/amd/display: Delete unused dce_clk_mgr.cTimur Kristóf1-966/+0
2026-02-23drm/amd/display: Use dce_audio_create for DCE 6Timur Kristóf3-141/+1
2026-02-23drm/amd/display: Promote DC to 3.2.370Taimur Hassan1-1/+1
2026-02-23drm/amd/display: Refactor and fix link_dpms infoDominik Kaszewski1-81/+84
2026-02-23drm/amd/display: Refactor and fix link_dpms I2CDominik Kaszewski1-310/+165
2026-02-23drm/amd/display: Add gpuvm and hvm params to dml21Dmytro Laktyushkin3-2/+9
2026-02-23drm/amd/display: Refactor fams2 calculationsDillon Varone2-99/+107
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook6-10/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds31-204/+102
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds84-471/+471
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook89-673/+693
2026-02-19drm/amd/display: Remove unneeded DAC link encoder registerTimur Kristóf4-5/+4
2026-02-19drm/amd/display: Enable DAC in DCE link encoderTimur Kristóf6-17/+50
2026-02-19drm/amd/display: Set CRTC source for DAC using registersTimur Kristóf6-37/+43
2026-02-19drm/amd/display: Initialize DAC in DCE link encoder using VBIOSTimur Kristóf2-2/+11
2026-02-19drm/amd/display: Turn off DAC in DCE link encoder using VBIOSTimur Kristóf2-16/+17
2026-02-19drm/amd/display: Don't call find_analog_engine() twiceTimur Kristóf1-1/+0
2026-02-19drm/amd/display: Remove conditional for shaper 3DLUT power-onAlex Hung1-2/+1
2026-02-19drm/amd/display: Check return of shaper curve to HW formatAlex Hung1-3/+3