summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2024-01-26drm/amd/display: "Enable IPS by default"Roman Li1-1/+2
2024-01-26drm/amd/display: Disable ips before dc interrupt settingRoman Li1-1/+4
2024-01-26drm/amd/display: Add IPS checks before dcn register accessRoman Li1-10/+6
2024-01-26drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas1-0/+2
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-5/+10
2024-01-19Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2024-01-19drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeba...Srinivasan Shanmugam1-3/+3
2024-01-19drm/amd/display: Align the returned error code with legacy DPWayne Lin1-0/+5
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit1-1/+0
2024-01-09drm/amd/display: cleanup inconsistent indenting in amdgpu_dm_colorMelissa Wen1-1/+1
2024-01-09Revert "drm/amd/display: fix bandwidth validation failure on DCN 2.1"Ivan Lipski1-1/+1
2024-01-06drm/amd/display: fix bandwidth validation failure on DCN 2.1Melissa Wen1-1/+1
2024-01-06drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as wellAlex Deucher1-2/+6
2024-01-06drm/amd/display: Move fixpt_from_s3132 to amdgpu_dmHarry Wentland1-3/+15
2024-01-06drm/amd/display: Fix recent checkpatch errors in amdgpu_dmHarry Wentland3-6/+5
2024-01-06drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays ...Joshua Ashton1-3/+5
2024-01-03Re-revert "drm/amd/display: Enable Replay for static screen use cases"Ivan Lipski2-30/+1
2024-01-03drm/amd/display: pbn_div need be updated for hotplug eventWayne Lin1-2/+1
2024-01-03drm/amd/display: Disable IPS by defaultRoman Li1-0/+2
2023-12-19drm/amd/display: Refactor phantom resource allocationDillon Varone1-7/+2
2023-12-19drm/amd/display: Refactor dc_state interfaceDillon Varone1-22/+23
2023-12-19drm/amd/display: Wake DMCUB before executing GPINT commandsNicholas Kazlauskas1-24/+5
2023-12-19drm/amd/display: Wake DMCUB before sending a commandNicholas Kazlauskas1-1/+1
2023-12-19drm/amd/display: Refactor DMCUB enter/exit idle interfaceNicholas Kazlauskas1-2/+2
2023-12-19drm/amd/display: Add a new DC debug mask for PSR-SUMario Limonciello1-0/+3
2023-12-15drm/amd/display: do not send commands to DMUB if DMUB is inactive from S3Samson Tam1-0/+3
2023-12-14drm/amd/display: fix documentation for dm_crtc_additional_color_mgmt()Melissa Wen1-1/+1
2023-12-14drm/amd/display: fix documentation for amdgpu_dm_verify_lut3d_size()Alex Deucher1-1/+1
2023-12-14drm/amd/display: Add 3x4 CTM support for plane CTMJoshua Ashton2-4/+26
2023-12-14drm/amd/display: add plane CTM supportMelissa Wen2-0/+27
2023-12-14drm/amd/display: add plane CTM driver-specific propertyMelissa Wen3-0/+35
2023-12-14drm/amd/display: copy 3D LUT settings from crtc state to stream_updateJoshua Ashton1-0/+4
2023-12-14drm/amd/display: allow newer DC hardware to use degamma ROM for PQ/HLGJoshua Ashton1-11/+18
2023-12-14drm/amd/display: add plane blend LUT and TF supportJoshua Ashton2-4/+53
2023-12-14drm/amd/display: handle empty LUTs in __set_input_tfJoshua Ashton1-8/+12
2023-12-14drm/amd/display: add plane 3D LUT supportMelissa Wen2-4/+99
2023-12-14drm/amd/display: add plane shaper TF supportMelissa Wen1-4/+11
2023-12-14drm/amd/display: add plane shaper LUT supportMelissa Wen3-4/+92
2023-12-14drm/amd/display: add HDR multiplier supportJoshua Ashton2-0/+4
2023-12-14drm/amd/display: add dc_fixpt_from_s3132 helperJoshua Ashton1-7/+1
2023-12-14drm/amd/display: reject atomic commit if setting both plane and CRTC degammaMelissa Wen1-1/+12
2023-12-14drm/amd/display: add plane degamma TF and LUT supportJoshua Ashton3-6/+69
2023-12-14drm/amd/display: decouple steps for mapping CRTC degamma to DC planeMelissa Wen1-18/+42
2023-12-14drm/amd/display: mark plane as needing reset if color props changeJoshua Ashton1-0/+15
2023-12-14drm/amd/display: set sdr_ref_white_level to 80 for out_transfer_funcJoshua Ashton1-0/+2
2023-12-14drm/amd: include drm/drm_edid.h only where neededJani Nikula2-0/+2
2023-12-14drm/amd/display: add CRTC gamma TF supportJoshua Ashton2-17/+61
2023-12-14drm/amd/display: encapsulate atomic regamma operationMelissa Wen1-20/+35
2023-12-14drm/amd/display: add comments to describe DM crtc color mgmt behaviorMelissa Wen1-2/+14
2023-12-14drm/amd/display: add CRTC gamma TF driver-specific propertyMelissa Wen3-0/+87