summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
4 daysdrm/amd/display: Enable DAC in DCE link encoderTimur Kristóf6-17/+50
4 daysdrm/amd/display: Set CRTC source for DAC using registersTimur Kristóf6-37/+43
4 daysdrm/amd/display: Initialize DAC in DCE link encoder using VBIOSTimur Kristóf2-2/+11
4 daysdrm/amd/display: Turn off DAC in DCE link encoder using VBIOSTimur Kristóf2-16/+17
4 daysdrm/amd/display: Don't call find_analog_engine() twiceTimur Kristóf1-1/+0
4 daysdrm/amd/display: Use same max plane scaling limits for all 64 bpp formatsMario Kleiner1-0/+5
4 daysdrm/amd/display: Only use analog stream encoder with analog engineTimur Kristóf1-1/+4
4 daysdrm/amd/display: Only use analog link encoder with analog engineTimur Kristóf3-3/+6
4 daysdrm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectorsTimur Kristóf1-1/+1
4 daysdrm/amd/display: Fix out-of-bounds stream encoder index v3Srinivasan Shanmugam6-24/+24
4 daysdrm/amd/display: Reject cursor plane on DCE when scaled differently than primaryTimur Kristóf1-3/+8
4 daysdrm/amd/display: Fix dc_link NULL handling in HPD initSrinivasan Shanmugam1-5/+4
4 daysdrm/amd/display: Don't repeat DAC load detectionTimur Kristóf1-4/+3
4 daysdrm/amd/display: Update dc_connection_dac_load to dc_connection_analog_loadAlex Hung3-6/+6
4 daysdrm/amd/display: Pass proper DAC encoder ID to VBIOSTimur Kristóf4-5/+12
4 daysdrm/amd/display: Use local variable for analog_engine initializationIvan Lipski1-2/+4
4 daysdrm/amd/display: Remove unused encoder typesIvan Lipski1-35/+12
4 daysdrm/amd/display: Don't use kernel-doc comment in dc_register_software_state s...Bagas Sanjaya1-1/+1
4 daysdrm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper fun...Jani Nikula1-0/+3
2026-02-04drm/amd/display: remove assert around dpp_base replacementMelissa Wen1-1/+0
2026-02-04drm/amd/display: extend delta clamping logic to CM3 LUT helperMelissa Wen5-25/+49
2026-02-04drm/amd/display: fix wrong color value mapping on MCM shaper LUTMelissa Wen1-2/+5
2026-01-28drm/amd/display: Clear HDMI HPD pending work only if it is enabledIvan Lipski1-4/+6
2026-01-23Merge tag 'amd-drm-fixes-6.19-2026-01-22' of https://gitlab.freedesktop.org/a...Dave Airlie2-13/+8
2026-01-22Revert "drm/amd/display: pause the workload setting in dm"Alex Deucher1-11/+0
2026-01-22drm/amd/display: Fix color pipeline enum name leakChaitanya Kumar Borah2-5/+12
2026-01-21drm/amd/display: Only poll analog connectorsTimur Kristóf1-2/+8
2026-01-14drm/amd/display: Add an hdmi_hpd_debounce_delay_ms moduleIvan Lipski2-4/+16
2026-01-14drm/amd/display: Initialise backlight level values from hwVivek Das Mohapatra1-1/+17
2026-01-14drm/amd/display: Bump the HDMI clock to 340MHzMario Limonciello2-2/+4
2026-01-14drm/amd/display: Show link name in PSR status messageMario Limonciello (AMD)1-1/+2
2026-01-08drm/amd/display: Check NULL before calling dac_load_detectionAlex Hung1-2/+4
2026-01-06drm/amd/display: Add missing encoder setup to DACnEncoderControlTimur Kristóf3-12/+15
2026-01-06drm/amd/display: Correct color depth for SelectCRTC_SourceTimur Kristóf3-29/+26
2026-01-06drm/amd/display: Reduce number of arguments of dcn30's CalculateWatermarksAnd...Nathan Chancellor1-221/+66
2026-01-06drm/amd/display: Reduce number of arguments of dcn30's CalculatePrefetchSched...Nathan Chancellor1-185/+73
2026-01-06drm/amd/display: Apply e4479aecf658 to dmlNathan Chancellor1-1/+5
2025-12-16drm/amd/display: Fix DP no audio issueCharlene Liu1-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN351Ray Wu1-4/+4
2025-12-16drm/amd/display: Fix scratch registers offsets for DCN35Ray Wu1-4/+4
2025-12-11Revert "drm/amd/display: Fix pbn to kbps Conversion"Mario Limonciello1-23/+36
2025-12-09drm/amd/display: Improve HDMI info retrievalIvan Lipski2-0/+11
2025-12-08drm/amd/display: shrink struct membersRosen Penev2-10/+5
2025-12-08drm/amd/display: Refactor dml_core_mode_support to reduce stack frameAlex Hung1-63/+71
2025-12-08drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()Alex Deucher1-1/+1
2025-12-03Merge tag 'amd-drm-next-6.19-2025-12-02' of https://gitlab.freedesktop.org/ag...Dave Airlie32-139/+1706
2025-12-02drm/amd/display: fix typo in display_mode_core_structs.hAditya Gollamudi1-1/+1
2025-12-02drm/amd/display: fix Smart Power OLED not working after S4Ian Chen1-0/+6
2025-12-02drm/amd/display: Move RGB-type check for audio sync to DCE HW sequenceIvan Lipski2-2/+4
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie7-35/+1050