aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
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-13drm/amd/display: add plane shaper TF supportMelissa Wen1-4/+11
2023-12-13drm/amd/display: add plane shaper LUT supportMelissa Wen3-4/+92
2023-12-13drm/amd/display: add HDR multiplier supportJoshua Ashton2-0/+4
2023-12-13drm/amd/display: add dc_fixpt_from_s3132 helperJoshua Ashton1-7/+1
2023-12-13drm/amd/display: reject atomic commit if setting both plane and CRTC degammaMelissa Wen1-1/+12
2023-12-13drm/amd/display: add plane degamma TF and LUT supportJoshua Ashton3-6/+69
2023-12-13drm/amd/display: decouple steps for mapping CRTC degamma to DC planeMelissa Wen1-18/+42
2023-12-13drm/amd/display: mark plane as needing reset if color props changeJoshua Ashton1-0/+15
2023-12-13drm/amd/display: set sdr_ref_white_level to 80 for out_transfer_funcJoshua Ashton1-0/+2
2023-12-13drm/amd: include drm/drm_edid.h only where neededJani Nikula2-0/+2
2023-12-13drm/amd/display: add CRTC gamma TF supportJoshua Ashton2-17/+61
2023-12-13drm/amd/display: encapsulate atomic regamma operationMelissa Wen1-20/+35
2023-12-13drm/amd/display: add comments to describe DM crtc color mgmt behaviorMelissa Wen1-2/+14
2023-12-13drm/amd/display: add CRTC gamma TF driver-specific propertyMelissa Wen3-0/+87
2023-12-13drm/amd/display: add plane blend LUT and TF driver-specific propertiesJoshua Ashton3-0/+70
2023-12-13drm/amd/display: add plane shaper LUT and TF driver-specific propertiesMelissa Wen3-0/+73
2023-12-13drm/amd/display: add plane 3D LUT driver-specific propertiesMelissa Wen3-0/+47
2023-12-13drm/amd/display: Fix memory leak in dm_set_writeback()Harshit Mogalapalli1-0/+2
2023-12-13drm/amd/display: add plane HDR multiplier driver-specific propertyJoshua Ashton3-0/+36
2023-12-13drm/amd/display: document AMDGPU pre-defined transfer functionsMelissa Wen1-0/+62
2023-12-13drm/amd/display: explicitly define EOTF and inverse EOTFMelissa Wen2-23/+71
2023-12-13drm/amd/display: add plane degamma TF driver-specific propertyJoshua Ashton3-2/+57
2023-12-13drm/amdgpu: Use the right method to get IP versionLijo Lazar1-3/+4
2023-12-13drm/amd/display: add driver-specific property for plane degamma LUTMelissa Wen4-0/+126
2023-12-13Merge tag 'amd-drm-next-6.8-2023-12-08' of https://gitlab.freedesktop.org/agd...Dave Airlie8-47/+616
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie1-0/+6
2023-12-08Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+0
2023-12-07drm/amd/display: fix hw rotated modes when PSR-SU is enabledHamza Mahfooz1-0/+3
2023-12-06drm/amd/display: Add monitor patch for specific eDPIvan Lipski1-0/+6
2023-12-06drm/amd/display: Disable DWB frame capture to emulate oneshotAlex Hung1-1/+13
2023-12-06drm/amd/display: Setup for mmhubbub3_warmup_mcif with big bufferAlex Hung1-0/+6
2023-12-06drm/amd/display: Add writeback enable field (wb_enabled)Alex Hung1-0/+8
2023-12-06drm/amd/display: Hande writeback request from userspaceAlex Hung1-0/+159
2023-12-06drm/amd/display: Create fake sink and stream for writeback connectorHarry Wentland1-11/+22
2023-12-06drm/amd/display: Create amdgpu_dm_wb_connectorHarry Wentland4-8/+24
2023-12-06drm/amd/display: Check writeback connectors in create_validate_stream_for_sinkAlex Hung1-1/+4
2023-12-06drm/amd/display: Use drm_connector in create_stream_for_sinkHarry Wentland1-28/+37
2023-12-06drm/amd/display: Return drm_connector from find_first_crtc_matching_connectorHarry Wentland3-5/+9
2023-12-06drm/amd/display: Skip writeback connector when we get amdgpu_dm_connectorHarry Wentland3-11/+76
2023-12-06drm/amd/display: Initialize writeback connectorAlex Hung4-2/+265
2023-12-06drm/amd/display: Create one virtual connector in DCHarry Wentland1-2/+9
2023-12-06drm/amd/display: Skip entire amdgpu_dm build if !CONFIG_DRM_AMD_DCHarry Wentland1-5/+8
2023-12-06drm/amd/display: Add monitor patch for specific eDPIvan Lipski1-0/+6
2023-12-06drm/amdgpu: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-05Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...Dave Airlie4-68/+175
2023-11-29drm/amd/display: fix ABM disablementHamza Mahfooz1-3/+5