aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-7/+49
2025-05-01drm/amd/display: Fix slab-use-after-free in hdcpChris Bainbridge1-3/+16
2025-04-30drm/amd/display: Fix slab-use-after-free in hdcpChris Bainbridge1-3/+16
2025-04-07drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski1-7/+49
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2025-03-10drm/amd/display: Drop unnecessary ret variable for enable_assr()Mario Limonciello1-3/+2
2025-03-10drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcpMario Limonciello1-27/+10
2025-03-10drm/amd/display: Fix slab-use-after-free on hdcp_workMario Limonciello1-0/+1
2025-02-21drm/amd/display: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2025-02-12drm/amd/display: Support DCN36 HDCPWayne Lin1-0/+1
2024-03-04drm/amd/display: add amdgpu_dm support for DCN351Hamza Mahfooz1-0/+1
2023-08-30drm/amd/display: Add DCN35 DM SupportQingqing Zhuo1-0/+1
2023-08-07drm/amd/display: Change HDCP update sequence for DMBhawanpreet Lakha1-42/+38
2023-07-18drm/amd/display: Clean up style problems in amdgpu_dm_hdcp.cSrinivasan Shanmugam1-96/+89
2023-03-13drm/amd/display: Fix HDCP failing to enable after suspendBhawanpreet Lakha1-1/+1
2023-02-28drm/amd/display: Updating Video Format Fall Back Policy.Jasdeep Dhillon1-0/+1
2023-01-17drm/amd/display: hdcp not enabled on connector 0hersen wu1-7/+0
2023-01-17drm/amd/display: phase2 enable mst hdcp multiple displayshersen wu1-40/+120
2022-10-27drm/amd/display: Fix HDCP 1.X 1A-04 failingBhawanpreet Lakha1-1/+1
2022-07-25drm/amd/display: Reboot while unplug hdcp enabled dp from mst hubhersen wu1-12/+22
2022-07-13drm/amd/display: Enable DCN314 in DMRoman Li1-0/+1
2022-06-21drm/amd/display: Take emulated dc_sink into account for HDCPWayne Lin1-4/+10
2022-06-21drm/amd/display: Revert "drm/amd/display: Add flag to detect dpms force off during HPD"Wayne Lin1-10/+5
2022-06-14drm/amd/display: update topology_update_input_v3 structQingqing Zhuo1-0/+2
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann1-1/+1
2022-02-18drm/amd/display: Add DCN315 DM SupportQingqing Zhuo1-0/+1
2022-02-17drm/amd/display: configure dc hw resource for DCN 3.1.6Prike Liang1-1/+2
2021-09-14drm/amd/display: Fix for null pointer access for ddc pin and aux engine.Meenakshikumar Somasundaram1-2/+0
2021-09-14drm/amd/display: Add flag to detect dpms force off during HPDAurabindo Pillai1-4/+14
2021-08-18drm/amd: consolidate TA shared memory structuresCandice Li1-6/+6
2021-07-28drm/amd/display: remove unused functionsWenjing Liu1-3/+1
2021-06-22drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCNAlex Deucher1-4/+0
2021-06-08drm/amd/display: force CP to DESIRED when removing displayDingchen (David) Zhang1-1/+14
2021-06-04drm/amd/display: Add DCN3.1 HDCP supportNicholas Kazlauskas1-0/+13
2021-05-13drm/amd/display: Initialize attribute for hdcp_srm sysfs fileDavid Ward1-0/+1
2021-04-20drm/amd/display: update hdcp display using correct CP type.Dingchen (David) Zhang1-1/+7
2021-04-09drm/amd/display: define mod_hdcp_display_disable_option structWenjing Liu1-3/+3
2021-02-18drm/amdgpu/display: remove hdcp_srm sysfs on device removalNirmoy Das1-1/+2
2021-02-02drm/amd/display: correct some hdcp variable namingWenjing Liu1-3/+4
2020-09-29drm/amd/display: fix return value check for hdcp_workFlora Cui1-1/+1
2020-07-01drm/amdgpu/display: Unlock mutex on errorJohn van der Kamp1-2/+4
2020-07-01drm/amd/display: enable assrBhawanpreet Lakha1-0/+37
2020-05-11drm/amd/amdgpu: Update update_config() logicLeo (Hanghong) Ma1-5/+5
2020-03-31drm/amd/display: increase HDCP authentication delayBhawanpreet Lakha1-1/+1
2020-03-31drm/amd/display: Correctly cancel future watchdog and callback eventsBhawanpreet Lakha1-1/+3
2020-03-31drm/amd/display: Don't try hdcp1.4 when content_type is set to type1Bhawanpreet Lakha1-2/+6
2020-03-09drm/amd/display: determine is mst hdcp based on stream instead of sink signalWenjing Liu1-0/+1
2020-02-06drm/amd/display: call psp set/get interfacesBhawanpreet Lakha1-1/+49
2020-02-06drm/amd/display: Load srm before enabling HDCPBhawanpreet Lakha1-0/+7
2020-02-06drm/amd/display: Add sysfs interface for set/get srmBhawanpreet Lakha1-3/+179