summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/modules
AgeCommit message (Expand)AuthorFilesLines
2026-06-03drm/amd/display: Add missing kdoc for ALLM parametersSrinivasan Shanmugam1-0/+2
2026-06-03drm/amd/display: Update HDCP and info_packet modules for FRLHarry Wentland8-35/+117
2026-06-03drm/amd/display: Handle aux_inst for connectors without DDC pinGabe Teeger2-6/+19
2026-06-03drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
2026-05-19drm/amd/display: Refactor Replay functionality into dedicated power_replay mo...Lohita Mudimela6-874/+921
2026-05-19drm/amd/display: Refactor PSR functionality into dedicated power_psr moduleLohita Mudimela7-837/+785
2026-05-11drm/amd/display: Fix enum decl warningsGaghik Khachatrian3-8/+85
2026-05-11drm/amd/display: Separate ABM functions into dedicated power_abm.c fileLohita Mudimela6-2018/+2194
2026-05-11drm/amd/display: Fix warningsClay King1-1/+1
2026-05-11drm/amd/display: Fix multiple compiler warningsGaghik Khachatrian1-14/+14
2026-05-11drm/amd/display: Fix refresh rate round up caseChunTao Tso1-4/+4
2026-05-05drm/amd/display: Fix type mismatches in DC and DMUB modulesGaghik Khachatrian3-20/+20
2026-05-05drm/amd/display: Rename backlight_properties to pwr_backlight_propertiesRay Wu1-3/+3
2026-04-24drm/amd/display: Fix divide by zero in calc_psr_num_static_framesSrinivasan Shanmugam1-10/+4
2026-04-17drm/amd/display: Fix narrowing boundaries and eDP parser assignmentGaghik Khachatrian2-9/+9
2026-04-17drm/amd/display: Introduce power module on LinuxRay Wu3-1/+3446
2026-04-17drm/amd/display: Fix implicit narrowing conversions in modulesGaghik Khachatrian3-28/+61
2026-03-23drm/amd/display: Fix Silence warningsGaghik Khachatrian3-0/+9
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-6/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-22/+19
2026-01-21drm/amd/display: Check NULL before accessing a variableAlex Hung1-1/+4
2026-01-06drm/amd/display: Add frame skip feature support flagChunTao Tso1-0/+3
2025-12-08drm/amd/display: Revise VSC SDP header for Panel ReplayJack Chang2-145/+206
2025-12-08drm/amd/display: Add AS-SDP v2 support for eDP featureJack Chang1-9/+15
2025-11-18drm/amd/display: Add panel replay enablement option and logicJack Chang1-0/+3
2025-11-12drm/amd/display: Refactor HDCP Status Log FormatWenjing Liu1-1/+0
2025-11-12drm/amd/display: To support Replay frame skip modeChuntao Tso2-0/+35
2025-11-12drm/amd/display: Allow VRR params change if unsynced with the streamIvan Lipski1-0/+11
2025-11-12drm/amd/display: add macros to simplify codeWenjing Liu2-183/+68
2025-11-04drm/amd/display: fw locality check refactorsWenjing Liu6-82/+62
2025-10-21drm/amd/display: add additional hdcp tracesWenjing Liu6-9/+51
2025-09-06drm/amd/display: Add HDCP policy controlOleh Kuzhylnyi2-2/+4
2025-09-06drm/amd/display: Remove redundant ternary operatorsLiao Yuanhong1-2/+2
2025-08-18drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session()Chenyuan Yang1-0/+3
2025-07-15drm/amd/display: Initial support for SmartMuxAurabindo Pillai1-0/+2
2025-06-30drm/amd/display: Added case for when RR equals panel's max RR using freesyncHarold Sun1-0/+8
2025-06-24drm/amd/display: Remove redundant macro of refresh rateWeiguang Li1-1/+1
2025-05-29drm/amd/display: Add null pointer check for get_first_active_display()Wentao Liang1-0/+3
2025-04-08drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski5-24/+189
2025-02-19drm/amd/display: Fix BT2020 YCbCr limited/full range inputIlya Bakoulin1-2/+2
2025-02-13drm/amd/display: Remove unused freesync functionsDr. David Alan Gilbert2-163/+0
2025-01-10drm/amd/display: Revised for Replay Pseudo vblank controlDennis Chan2-3/+3
2025-01-10drm/amd/display: Add replay desync error count tracking and reset functionalityJack Chang2-0/+6
2024-12-10Revert "drm/amd/display: Revised for Replay Pseudo vblank"Gabe Teeger2-3/+3
2024-12-10drm/amd/display: Revised for Replay Pseudo vblank controlDennis Chan2-3/+3
2024-12-03drm/amd/display: Limit VTotal range to max hw cap minus fpDillon Varone1-1/+12
2024-11-04drm/amd/display: fix rxstatus_msg_sz type narrowingDominik Kaszewski1-19/+12
2024-11-04drm/amd/display: avoid divided by zeroCharlene Liu1-0/+3