summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)Author
2026-03-02drm/amd/display: Remove redundant initializersAlex Hung
2026-03-02drm/amd/display: Silence unused variable warningClay King
2026-03-02drm/amd/display: Initialize replay_state to PR_STATE_INVALIDIvan Lipski
2026-03-02drm/amd/display: Fallback to boot snapshot for dispclkDillon Varone
2026-03-02drm/amd/display: Enable DEGAMMA and reject COLOR_PIPELINE+DEGAMMA_LUTAlex Hung
2026-03-02drm/amd/display: Use mpc.preblend flag to indicate 3D LUTAlex Hung
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-02-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock
2026-02-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock
2026-02-23drm/amd/display: Fix kdoc formatting in dcn42_hwseq.cSrinivasan Shanmugam
2026-02-23drm/amd/display: Promote DC to 3.2.371Taimur Hassan
2026-02-23drm/amd/display: [FW Promotion] Release 0.1.48.0Taimur Hassan
2026-02-23drm/amd/display: Add Visual Confirm Support for TestingMuaaz Nisar
2026-02-23drm/amd/display: Add missing clock types & fix formattingOvidiu Bunea
2026-02-23drm/amd/display: Fix dcn401_optimize_bandwidthCharlene Liu
2026-02-23drm/amd/display: Silence type mismatch warningGaghik Khachatrian
2026-02-23drm/amd/display: Fix DPIA number and driver ID field issueCruise Hung
2026-02-23drm/amd/display: Fix cursor pos at overlay plane edges on DCN4Ivan Lipski
2026-02-23drm/amd/display: Exit IPS w/ DC helper for all dc_set_power_state casesOvidiu Bunea
2026-02-23drm/amd/display: Enable dcn42 in DMRoman Li
2026-02-23drm/amd/display: Enable dcn42 DCRoman Li
2026-02-23drm/amd/display: Enable dcn42 DMUBRoman Li
2026-02-23drm/amd/display: Add DMUB support for dcn42Roman Li
2026-02-23drm/amd/display: Add dcn42 DC resourcesRoman Li
2026-02-23drm/amd/display: Implement DAC load detection on external DP bridge encodersTimur Kristóf
2026-02-23drm/amd/display: Use external DP bridge encodersTimur Kristóf
2026-02-23drm/amd/display: Link detection for external DP bridge encodersTimur Kristóf
2026-02-23drm/amd/display: Add DCE HWSS support for external DP bridge encodersTimur Kristóf
2026-02-23drm/amd/display: Use preferred DP link rate if specifiedTimur Kristóf
2026-02-23drm/amd/display: Add ability for HWSS to prepare the DDC before useTimur Kristóf
2026-02-23drm/amd/display: Implement DDC probe over AUX channelTimur Kristóf
2026-02-23drm/amd/display: Implement BIOS parser external encoder controlTimur Kristóf
2026-02-23drm/amd/display: Refactor DAC load detection, move to HWSSTimur Kristóf
2026-02-23drm/amd/display: Add color depth helper function to BIOS parserTimur Kristóf
2026-02-23drm/amd/display: Handle DCE 6 in dce110_register_irq_handlersTimur Kristóf
2026-02-23drm/amd/display: Handle DCE 6 in dce_clk_mgr.cTimur Kristóf
2026-02-23drm/amd/display: Remove unused dce60_clk_mgr register definitionsTimur Kristóf
2026-02-23drm/amd/display: Delete unused dce_clk_mgr.cTimur Kristóf
2026-02-23drm/amd/display: Use dce_audio_create for DCE 6Timur Kristóf
2026-02-23drm/amd/display: Add dcn42 version identifiersRoman Li
2026-02-23drm/amd/display: Promote DC to 3.2.370Taimur Hassan
2026-02-23drm/amd/display: Refactor and fix link_dpms infoDominik Kaszewski
2026-02-23drm/amd/display: Refactor and fix link_dpms I2CDominik Kaszewski
2026-02-23drm/amd/display: Add gpuvm and hvm params to dml21Dmytro Laktyushkin
2026-02-23drm/amd/display: Refactor fams2 calculationsDillon Varone
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook