summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
AgeCommit message (Expand)AuthorLines
2025-06-24drm/amd/display: Add sanity checks for drm_edid_raw()Takashi Iwai-0/+4
2025-04-22drm/amd/display: Fix ACPI edid parsing on some Lenovo systemsMario Limonciello-1/+1
2025-04-07drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski-0/+13
2025-03-05drm/amd/display: use drm_* instead of DRM_ in apply_edid_quirks()Aurabindo Pillai-3/+3
2025-03-05drm/amd/display: Add workaround for a panelAurabindo Pillai-2/+8
2025-01-06drm/amd/display: Add HBlank reduction DPCD write to DPMS sequenceGeorge Shen-0/+6
2024-12-02drm/amd: Sanity check the ACPI EDIDMario Limonciello-3/+10
2024-10-22drm/amd/display: temp w/a for DP Link Layer complianceAurabindo Pillai-0/+13
2024-10-15drm/amd/display: Check returns from drm_dp_dpcd_writeAlex Hung-5/+12
2024-10-07drm/amd/display: Fetch the EDID from _DDC if available for eDPMario Limonciello-3/+62
2024-10-07drm/amd/display: switch amdgpu_dm_connector to use struct drm_edidMelissa Wen-5/+8
2024-10-07drm/amd/display: fix a memleak issue when driver is removedAurabindo Pillai-11/+2
2024-10-01drm/amd/display: Add HDR workaround for specific eDPAlex Hung-0/+4
2024-08-27drm/amd/display: Add DSC Debug LogFangzhi Zuo-9/+9
2024-07-23drm/amd/display: quality improvements for EASF and ISHARPSamson Tam-0/+12
2024-07-01drm/amd/display: Remove unnecessary error messageJoshua Aberback-3/+1
2024-06-27drm/amd/display: Use periodic detection for ipx/headlessRoman Li-1/+4
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...Dave Airlie-3/+0
2024-06-19drm/amd/display: Remove redundant null checksAlex Hung-3/+0
2024-06-11Merge tag 'amd-drm-next-6.11-2024-06-07' of https://gitlab.freedesktop.org/ag...Dave Airlie-24/+6
2024-05-29drm/amd/display: Enable copying of bounding box data from VBIOS DMUBAurabindo Pillai-23/+1
2024-05-21drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2Wayne Lin-1/+1
2024-04-30drm/amd/display: Add MSF panel to DPCD 0x317 patch listTobias Jakobi-0/+1
2024-04-30drm/amd/display: Add periodic detection for IPSRoman Li-1/+4
2024-02-28drm/amd/display: Add monitor patch for specific eDPRyan Lin-2/+4
2024-01-18drm/amd/display: Align the returned error code with legacy DPWayne Lin-0/+5
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie-0/+6
2023-12-06drm/amd/display: Add monitor patch for specific eDPIvan Lipski-0/+6
2023-12-05Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...Dave Airlie-20/+33
2023-11-29drm/amd/display: adjust flow for deallocation mst payloadWayne Lin-20/+33
2023-11-23Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-1/+2
2023-11-21drm/dp_mst: Store the MST PBN divider value in fixed point formatImre Deak-1/+3
2023-11-17drm/amd/display: fix NULL dereferenceJosé Pekkarinen-4/+1
2023-11-07drm/amd/display: Set stream's DP test pattern upon test requestGeorge Shen-0/+3
2023-10-18Merge tag 'amd-drm-next-6.7-2023-10-13' of https://gitlab.freedesktop.org/agd...Dave Airlie-29/+40
2023-10-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-17/+18
2023-10-05drm/amd/display: Fix mst hub unplug warningWayne Lin-20/+18
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+3
2023-09-26drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz-29/+40
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-8/+12
2023-09-13drm/amd/display: Fix -Wuninitialized in dm_helpers_dp_mst_send_payload_alloca...Nathan Chancellor-3/+3
2023-09-08drm/mst: Refactor the flow for payload allocation/removementWayne Lin-8/+12
2023-08-15drm/amd/display: Replace ternary operator with min() in 'dm_helpers_parse_edi...Srinivasan Shanmugam-1/+1
2023-07-18drm/amd/display: Eliminate warnings in amdgpu_dm_helpers.cSrinivasan Shanmugam-15/+16
2023-07-07drm/amd/display: Remove unnecessary casts in amdgpu_dm_helpers.cSrinivasan Shanmugam-1/+1
2023-06-30drm/amd/display: Add monitor specific edid quirkAurabindo Pillai-0/+26
2023-06-15drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move SYNAPTICS_DEVICE_ID into CO...Lee Jones-3/+3
2023-04-18drm/amd/display: Write TEST_EDID_CHECKSUM_WRITE for EDID testsMikita Lipski-3/+27
2023-04-18drm/amd/display: remove incorrect early returnAurabindo Pillai-1/+0
2023-03-22drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move defines out to where they a...Lee Jones-0/+3