summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2023-12-14drm/amd/display: add plane blend LUT and TF driver-specific propertiesJoshua Ashton3-0/+70
2023-12-14drm/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/amd/display: Disable PSR-SU on Parade 0803 TCON againMario Limonciello1-0/+2
2023-12-13drm/amd/display: 3.2.264Aric Cyr1-1/+1
2023-12-13drm/amd/display: fix HW block PG sequenceCharlene Liu4-44/+105
2023-12-13drm/amd/display: Force p-state disallow if leaving no plane configAlvin Lee1-0/+20
2023-12-13drm/amd/display: For prefetch mode > 0, extend prefetch if possibleAlvin Lee3-6/+31
2023-12-13drm/amd/display: Exit from idle state before accessing HW dataSung Joon Kim1-0/+4
2023-12-13drm/amd/display: Disable OPTC pg to match DC Hubp/dpp pgAllen1-0/+1
2023-12-13drm/amd/display: Populate dtbclk from bounding boxFangzhi Zuo2-7/+12
2023-12-13drm/amd/display: Revert DP2 MST hub triple display fixMichael Strauss1-7/+0
2023-12-13drm/amd/display: trivial comment changeAurabindo Pillai1-1/+1
2023-12-13drm/amd/display: Revert "Fix conversions between bytes and KB"Taimur Hassan1-8/+8
2023-12-13drm/amd/display: allow DP40 cables to do UHBR13.5Ran Shi1-4/+10
2023-12-13drm/amd/display: Use explicit size for types in DCCG's struct dp_dto_paramsAurabindo Pillai1-2/+2
2023-12-13drm/amd/display: Remove minor revision 5 until proper parser is readyJoshua Aberback1-2/+0
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-13drm/amd/display: Fix spelling mistake "SMC_MSG_AllowZstatesEntr" -> "SMC_MSG_...Colin Ian King1-4/+4
2023-12-13Merge tag 'amd-drm-next-6.8-2023-12-08' of https://gitlab.freedesktop.org/agd...Dave Airlie63-241/+1326
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie4-4/+20
2023-12-08Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+0
2023-12-08drm/amd/display: Restore guard against default backlight value < 1 nitMario Limonciello1-2/+2
2023-12-08drm/amd/display: fix hw rotated modes when PSR-SU is enabledHamza Mahfooz4-3/+16
2023-12-07drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dmlAlex Deucher1-0/+4
2023-12-07drm/amd/display: Fix array-index-out-of-bounds in dml2Roman Li1-3/+3
2023-12-06drm/amd/display: Add monitor patch for specific eDPIvan Lipski1-0/+6
2023-12-06drm/amd/display: Use channel_width = 2 for vram table 3.0Alvin Lee1-1/+7
2023-12-06drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dmlAlex Deucher1-0/+4
2023-12-06drm/amd/display: 3.2.263Aric Cyr1-1/+1
2023-12-06drm/amd/display: Update code comment to be more accurateRodrigo Siqueira1-1/+2
2023-12-06drm/amd/display: Adjust code styleRodrigo Siqueira1-33/+30
2023-12-06drm/amd/display: Fix array-index-out-of-bounds in dml2Roman Li1-3/+3
2023-12-06drm/amd/display: Disable DWB frame capture to emulate oneshotAlex Hung3-1/+44
2023-12-06drm/amd/display: Add new set_fc_enable to struct dwbc_funcsAlex Hung3-0/+29
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: Fix writeback_info is not removedAlex Hung1-3/+4
2023-12-06drm/amd/display: Validate hw_points_num before using itAlex Hung1-0/+3
2023-12-06drm/amd/display: Fix writeback_info never got updatedAlex Hung1-9/+4
2023-12-06drm/amd/display: Add writeback enable/disable in dcAlex Hung2-0/+37
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