aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_resumeMatthew Schwartz2025-09-231-0/+7
* drm/amd/display: Deprecate Loading Bounding Box From DMUB On DCN4Austin Zheng2025-06-181-1/+2
* drm/amd/display: Restructure DMI quirksMario Limonciello2025-05-131-0/+9
* drm/amd/display: Add htmldocs description for fused_io interfaceRoman Li2025-04-111-0/+5
* drm/amd/display: HDCP Locality check using DMUB Fused IODominik Kaszewski2025-04-071-1/+15
* drm/amd/display: use drm_err in hpd rx offloadAurabindo Pillai2025-04-071-0/+4
* Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie2025-03-091-0/+20
|\
| * drm/amd: Pass luminance data to amdgpu_dm_backlight_capsMario Limonciello2025-03-051-0/+20
* | Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/ag...Dave Airlie2025-02-261-1/+8
|\|
| * drm/amd/display: Don't treat wb connector as physical in create_validate_stre...Harry Wentland2025-02-191-1/+1
| * drm/amd/display/dm: add support for OEM i2c busAlex Deucher2025-02-131-0/+7
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2025-02-061-4/+12
|\|
| * drm/amd/display: Reduce accessing remote DPCD overheadWayne Lin2025-01-101-0/+2
| * drm/amd/display: add CEC notifier to amdgpu driverKun Liu2025-01-101-0/+6
| * drm/amd/display: Adjust secure_display_context data structureWayne Lin2024-12-101-8/+4
| * drm/amd/display: Fix phy id mapping issue for secure displayWayne Lin2024-12-101-0/+4
* | drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov2025-01-071-1/+1
|/
* drm/amd/display: Change some variable name of psrTom Chung2024-11-081-1/+1
* drm/amd/display: switch amdgpu_dm_connector to use struct drm_edidMelissa Wen2024-10-071-2/+2
* drm/amd/display: fix a memleak issue when driver is removedAurabindo Pillai2024-10-071-0/+3
* drm/amd/display: Add dmub hpd sense callbackRoman Li2024-09-181-1/+1
* Revert "drm/amd: Add power_saving_policy drm property to eDP connectors"Hamza Mahfooz2024-08-021-2/+0
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-291-2/+53
|\
| * drm/amd/display: Add function banner for idle_workqueueRoman Li2024-07-161-0/+13
| * drm/amd/display: fix doc entry for bb_from_dmubAurabindo Pillai2024-07-151-1/+3
| * drm/amd/display: Use periodic detection for ipx/headlessRoman Li2024-06-271-0/+3
| * drm/amd/display: Introduce overlay cursor modeLeo Li2024-06-141-0/+7
| * drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAXWayne Lin2024-06-141-1/+1
| * drm/amd/display: Set default brightness according to ACPIMario Limonciello2024-06-141-0/+8
| * drm/amd/display: Enable copying of bounding box data from VBIOS DMUBAurabindo Pillai2024-05-291-0/+10
| * drm/amd/display: Drop pixel_clock_mhzMario Limonciello2024-05-171-1/+0
| * drm/amd/display: Add periodic detection for IPSRoman Li2024-04-301-0/+9
* | drm/amd: Add power_saving_policy drm property to eDP connectorsMario Limonciello2024-07-101-0/+2
|/
* drm/amd/display: add debugfs disallow edp psrHersen Wu2024-01-291-0/+1
* drm/amd/display: Fix recent checkpatch errors in amdgpu_dmHarry Wentland2024-01-051-2/+2
* drm/amd/display: add plane CTM driver-specific propertyMelissa Wen2023-12-141-0/+7
* drm/amd/display: add plane shaper LUT supportMelissa Wen2023-12-131-0/+2
* drm/amd/display: add plane degamma TF and LUT supportJoshua Ashton2023-12-131-0/+1
* drm/amd/display: add CRTC gamma TF driver-specific propertyMelissa Wen2023-12-131-0/+8
* drm/amd/display: add plane blend LUT and TF driver-specific propertiesJoshua Ashton2023-12-131-0/+12
* drm/amd/display: add plane shaper LUT and TF driver-specific propertiesMelissa Wen2023-12-131-0/+11
* drm/amd/display: add plane 3D LUT driver-specific propertiesMelissa Wen2023-12-131-0/+9
* drm/amd/display: add plane HDR multiplier driver-specific propertyJoshua Ashton2023-12-131-0/+17
* drm/amd/display: explicitly define EOTF and inverse EOTFMelissa Wen2023-12-131-8/+19
* drm/amd/display: add plane degamma TF driver-specific propertyJoshua Ashton2023-12-131-0/+19
* drm/amd/display: add driver-specific property for plane degamma LUTMelissa Wen2023-12-131-0/+11
* drm/amd/display: Create amdgpu_dm_wb_connectorHarry Wentland2023-12-061-0/+8
* drm/amd/display: Return drm_connector from find_first_crtc_matching_connectorHarry Wentland2023-12-061-1/+1
* Revert "drm/amd/display: Return drm_connector from find_first_crtc_matching_c...Alex Hung2023-10-131-1/+1
* Revert "drm/amd/display: Create amdgpu_dm_wb_connector"Alex Hung2023-10-131-8/+0