aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13drm/amd/display: Restructure DMI quirksMario Limonciello1-0/+9
2025-04-11drm/amd/display: Add htmldocs description for fused_io interfaceRoman Li1-0/+5
2025-04-07drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski1-1/+15
2025-04-07drm/amd/display: use drm_err in hpd rx offloadAurabindo Pillai1-0/+4
2025-03-10Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+20
2025-03-05drm/amd: Pass luminance data to amdgpu_dm_backlight_capsMario Limonciello1-0/+20
2025-02-26Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+8
2025-02-19drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sinkHarry Wentland1-1/+1
2025-02-12drm/amd/display/dm: add support for OEM i2c busAlex Deucher1-0/+7
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+12
2025-01-10drm/amd/display: Reduce accessing remote DPCD overheadWayne Lin1-0/+2
2025-01-10drm/amd/display: add CEC notifier to amdgpu driverKun Liu1-0/+6
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov1-1/+1
2024-12-10drm/amd/display: Adjust secure_display_context data structureWayne Lin1-8/+4
2024-12-10drm/amd/display: Fix phy id mapping issue for secure displayWayne Lin1-0/+4
2024-11-08drm/amd/display: Change some variable name of psrTom Chung1-1/+1
2024-10-07drm/amd/display: switch amdgpu_dm_connector to use struct drm_edidMelissa Wen1-2/+2
2024-10-07drm/amd/display: fix a memleak issue when driver is removedAurabindo Pillai1-0/+3
2024-09-18drm/amd/display: Add dmub hpd sense callbackRoman Li1-1/+1
2024-08-02Revert "drm/amd: Add power_saving_policy drm property to eDP connectors"Hamza Mahfooz1-2/+0
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+53
2024-07-16drm/amd/display: Add function banner for idle_workqueueRoman Li1-0/+13
2024-07-15drm/amd/display: fix doc entry for bb_from_dmubAurabindo Pillai1-1/+3
2024-07-10drm/amd: Add power_saving_policy drm property to eDP connectorsMario Limonciello1-0/+2
2024-06-27drm/amd/display: Use periodic detection for ipx/headlessRoman Li1-0/+3
2024-06-14drm/amd/display: Introduce overlay cursor modeLeo Li1-0/+7
2024-06-14drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAXWayne Lin1-1/+1
2024-06-14drm/amd/display: Set default brightness according to ACPIMario Limonciello1-0/+8
2024-05-29drm/amd/display: Enable copying of bounding box data from VBIOS DMUBAurabindo Pillai1-0/+10
2024-05-17drm/amd/display: Drop pixel_clock_mhzMario Limonciello1-1/+0
2024-04-30drm/amd/display: Add periodic detection for IPSRoman Li1-0/+9
2024-01-29drm/amd/display: add debugfs disallow edp psrHersen Wu1-0/+1
2024-01-05drm/amd/display: Fix recent checkpatch errors in amdgpu_dmHarry Wentland1-2/+2
2023-12-14drm/amd/display: add plane CTM driver-specific propertyMelissa Wen1-0/+7
2023-12-13drm/amd/display: add plane shaper LUT supportMelissa Wen1-0/+2
2023-12-13drm/amd/display: add plane degamma TF and LUT supportJoshua Ashton1-0/+1
2023-12-13drm/amd/display: add CRTC gamma TF driver-specific propertyMelissa Wen1-0/+8
2023-12-13drm/amd/display: add plane blend LUT and TF driver-specific propertiesJoshua Ashton1-0/+12
2023-12-13drm/amd/display: add plane shaper LUT and TF driver-specific propertiesMelissa Wen1-0/+11
2023-12-13drm/amd/display: add plane 3D LUT driver-specific propertiesMelissa Wen1-0/+9
2023-12-13drm/amd/display: add plane HDR multiplier driver-specific propertyJoshua Ashton1-0/+17
2023-12-13drm/amd/display: explicitly define EOTF and inverse EOTFMelissa Wen1-8/+19
2023-12-13drm/amd/display: add plane degamma TF driver-specific propertyJoshua Ashton1-0/+19
2023-12-13drm/amd/display: add driver-specific property for plane degamma LUTMelissa Wen1-0/+11
2023-12-06drm/amd/display: Create amdgpu_dm_wb_connectorHarry Wentland1-0/+8
2023-12-06drm/amd/display: Return drm_connector from find_first_crtc_matching_connectorHarry Wentland1-1/+1
2023-10-13Revert "drm/amd/display: Return drm_connector from find_first_crtc_matching_connector"Alex Hung1-1/+1
2023-10-13Revert "drm/amd/display: Create amdgpu_dm_wb_connector"Alex Hung1-8/+0
2023-10-13drm/amd/display: Revert "drm/amd/display: Use drm_connector in create_validate_stream_for_sink"Alex Hung1-1/+1
2023-10-03drm/amd/display: Create amdgpu_dm_wb_connectorHarry Wentland1-0/+8