summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2023-12-19drm/amd/display: Only clear symclk otg flag for HDMIAlvin Lee4-4/+8
2023-12-19drm/amd/display: Fix lightup regression with DP2 single display configsMichael Strauss1-0/+8
2023-12-19drm/amd/display: Deep copy dml2_context when copying dc_stateDillon Varone1-0/+4
2023-12-19drm/amd/display: Create dc_state after resource initializationDillon Varone1-9/+9
2023-12-19drm/amd/display: Fix null reference to state when getting subvp typeDillon Varone1-1/+1
2023-12-19drm/amd/display: Refactor phantom resource allocationDillon Varone33-549/+578
2023-12-19drm/amd/display: Refactor dc_state interfaceDillon Varone37-706/+1171
2023-12-19drm/amd/display: Wake DMCUB before executing GPINT commandsNicholas Kazlauskas4-54/+77
2023-12-19drm/amd/display: Wake DMCUB before sending a commandNicholas Kazlauskas25-63/+143
2023-12-19drm/amd/display: Refactor DMCUB enter/exit idle interfaceNicholas Kazlauskas4-12/+43
2023-12-19drm/amd/display: fix usb-c connector_typeAllen Pan1-0/+5
2023-12-19drm/amd/display: add debug option for ExtendedVBlank DLG adjustMuhammad Ahmed2-1/+3
2023-12-19drm/amd/display: Set test_pattern_changed update flag on pipe enableGeorge Shen1-0/+4
2023-12-19drm/amd/display: dereference variable before checking for zeroJosip Pavic1-1/+1
2023-12-19drm/amd/display: get dprefclk ss info from integration info tableCharlene Liu2-5/+16
2023-12-19drm/amd/display: skip error logging when DMUB is inactive from S3Samson Tam3-12/+27
2023-12-19drm/amd/display: make flip_timestamp_in_us a 64-bit variableJosip Pavic1-1/+1
2023-12-19drm/amd/display: Add case for dcn35 to support usb4 dmub hpd eventWayne Lin1-8/+18
2023-12-19drm/amd/display: disable FPO and SubVP for older DMUB versions on DCN32xHamza Mahfooz1-0/+6
2023-12-19drm/amd/display: Add a new DC debug mask for PSR-SUMario Limonciello1-0/+3
2023-12-19drm/amd/display: Add function for dumping clk registersJohnson Chen2-4/+22
2023-12-19drm/amd/display: Unify optimize_required flags and VRR adjustmentsAric Cyr5-17/+10
2023-12-15drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for vram tab...Alvin Lee1-7/+1
2023-12-15drm/amd/display: remove HPO PG in driver sideMuhammad Ahmed1-0/+1
2023-12-15drm/amd/display: do not send commands to DMUB if DMUB is inactive from S3Samson Tam5-0/+55
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/pm: support return vpe clock tablePeyton Lee1-0/+2
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 Ashton2-7/+13
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