aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2025-06-171-2/+2
* Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2025-05-111-7/+49
|\
| * drm/amd/display: Fix slab-use-after-free in hdcpChris Bainbridge2025-04-301-3/+16
| * drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski2025-04-071-7/+49
* | drm/amd/display: Fix slab-use-after-free in hdcpChris Bainbridge2025-05-011-3/+16
* | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-04-011-4/+4
|\ \ | |/ |/|
| * drm/amd/display: Constify 'struct bin_attribute'Thomas Weißschuh2025-02-211-4/+4
* | drm/amd/display: Drop unnecessary ret variable for enable_assr()Mario Limonciello2025-03-101-3/+2
* | drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcpMario Limonciello2025-03-101-27/+10
* | drm/amd/display: Fix slab-use-after-free on hdcp_workMario Limonciello2025-03-101-0/+1
* | drm/amd/display: Support DCN36 HDCPWayne Lin2025-02-131-0/+1
|/
* drm/amd/display: add amdgpu_dm support for DCN351Hamza Mahfooz2024-03-041-0/+1
* drm/amd/display: Add DCN35 DM SupportQingqing Zhuo2023-08-301-0/+1
* drm/amd/display: Change HDCP update sequence for DMBhawanpreet Lakha2023-08-071-39/+35
* drm/amd/display: Clean up style problems in amdgpu_dm_hdcp.cSrinivasan Shanmugam2023-07-181-96/+89
* drm/amd/display: Fix HDCP failing to enable after suspendBhawanpreet Lakha2023-03-131-1/+1
* drm/amd/display: Updating Video Format Fall Back Policy.Jasdeep Dhillon2023-02-281-0/+1
* drm/amd/display: hdcp not enabled on connector 0hersen wu2023-01-171-7/+0
* drm/amd/display: phase2 enable mst hdcp multiple displayshersen wu2023-01-171-40/+120
* drm/amd/display: Fix HDCP 1.X 1A-04 failingBhawanpreet Lakha2022-10-271-1/+1
* drm/amd/display: Reboot while unplug hdcp enabled dp from mst hubhersen wu2022-07-251-12/+22
* drm/amd/display: Enable DCN314 in DMRoman Li2022-07-141-0/+1
* drm/amd/display: Take emulated dc_sink into account for HDCPWayne Lin2022-06-211-4/+10
* drm/amd/display: Revert "drm/amd/display: Add flag to detect dpms force off d...Wayne Lin2022-06-211-10/+5
* drm/amd/display: update topology_update_input_v3 structQingqing Zhuo2022-06-151-0/+2
* drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann2022-04-251-1/+1
* drm/amd/display: Add DCN315 DM SupportQingqing Zhuo2022-02-181-0/+1
* drm/amd/display: configure dc hw resource for DCN 3.1.6Prike Liang2022-02-171-1/+2
* drm/amd/display: Fix for null pointer access for ddc pin and aux engine.Meenakshikumar Somasundaram2021-09-141-2/+0
* drm/amd/display: Add flag to detect dpms force off during HPDAurabindo Pillai2021-09-141-4/+14
* drm/amd: consolidate TA shared memory structuresCandice Li2021-08-181-6/+6
* drm/amd/display: remove unused functionsWenjing Liu2021-07-281-3/+1
* drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCNAlex Deucher2021-06-221-4/+0
* drm/amd/display: force CP to DESIRED when removing displayDingchen (David) Zhang2021-06-081-1/+14
* drm/amd/display: Add DCN3.1 HDCP supportNicholas Kazlauskas2021-06-041-0/+13
* drm/amd/display: Initialize attribute for hdcp_srm sysfs fileDavid Ward2021-05-131-0/+1
* drm/amd/display: update hdcp display using correct CP type.Dingchen (David) Zhang2021-04-211-1/+7
* drm/amd/display: define mod_hdcp_display_disable_option structWenjing Liu2021-04-091-3/+3
* drm/amdgpu/display: remove hdcp_srm sysfs on device removalNirmoy Das2021-02-181-1/+2
* drm/amd/display: correct some hdcp variable namingWenjing Liu2021-02-021-3/+4
* drm/amd/display: fix return value check for hdcp_workFlora Cui2020-09-291-1/+1
* drm/amdgpu/display: Unlock mutex on errorJohn van der Kamp2020-07-011-2/+4
* drm/amd/display: enable assrBhawanpreet Lakha2020-07-011-0/+37
* drm/amd/amdgpu: Update update_config() logicLeo (Hanghong) Ma2020-05-111-5/+5
* drm/amd/display: increase HDCP authentication delayBhawanpreet Lakha2020-03-311-1/+1
* drm/amd/display: Correctly cancel future watchdog and callback eventsBhawanpreet Lakha2020-03-311-1/+3
* drm/amd/display: Don't try hdcp1.4 when content_type is set to type1Bhawanpreet Lakha2020-03-311-2/+6
* drm/amd/display: determine is mst hdcp based on stream instead of sink signalWenjing Liu2020-03-091-0/+1
* drm/amd/display: call psp set/get interfacesBhawanpreet Lakha2020-02-061-1/+49
* drm/amd/display: Load srm before enabling HDCPBhawanpreet Lakha2020-02-061-0/+7