summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2023-01-18drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrixJoshua Ashton1-2/+2
2023-01-18drm/amd/display: use swap() helper macro in bios_parserDeepak R Varma1-9/+2
2023-01-17drm/amd/display: 3.2.218Aric Cyr1-1/+1
2023-01-17drm/amd/display: Account for MPO planes in dcn32 mall alloc calculationsDillon Varone1-2/+3
2023-01-17drm/amd/display: Allow subvp on vactive pipes that are 2560x1440@60Alvin Lee2-1/+32
2023-01-17drm/amd/display: Request min clocks after disabling pipes on initAlvin Lee1-0/+21
2023-01-17drm/amd/display: fix mapping to non-allocated addressBrandon Syu4-6/+19
2023-01-17drm/amd/display: Skip backlight control delay on external powered linksTony Tascioglu5-13/+16
2023-01-17drm/amd/display: contional remove disable dig_fifo when blankCharlene Liu2-1/+3
2023-01-17drm/amd/display: Remove DISPCLK dentist programming for dcn32Dillon Varone1-5/+91
2023-01-17drm/amd/display: Add extra mblk for DCCSaaem Rizvi1-5/+5
2023-01-17drm/amd/display: Optimize link power-down when link powered externallyTony Tascioglu6-14/+27
2023-01-17drm/amd/display: fix an error check condition for synced pipesAurabindo Pillai1-2/+13
2023-01-17Revert "drm/amd/display: Demote Error Level When ODM Transition Supported"Aurabindo Pillai1-12/+3
2023-01-17drm/amd/display: move dp capability related logic to link_dp_capabilityWenjing Liu26-2263/+2380
2023-01-17drm/amd/display: move dp phy related logic to link_dp_phyWenjing Liu13-148/+208
2023-01-17drm/amd/display: move dp link training logic to link_dp_trainingWenjing Liu21-4119/+4540
2023-01-17drm/amd/display: Remove SubVp support if src/dst rect does not equal stream t...Saaem Rizvi1-0/+8
2023-01-17drm/amd/display: Change i2c speed for hdcpBhawanpreet Lakha1-1/+1
2023-01-17drm/amd/display: cleanup function args in dmlDillon Varone2-2/+2
2023-01-17drm/amd/display: Use DML for MALL SS and Subvp allocation calculationsDillon Varone7-237/+134
2023-01-17drm/amd/display: Account for Subvp Phantoms in DML MALL surface calculationsDillon Varone3-4/+14
2023-01-17drm/amd/display: Account for DCC Meta pitch in DML MALL surface calculationsDillon Varone3-4/+12
2023-01-17drm/amd/display: Optimize subvp and drr validationDillon Varone1-16/+26
2023-01-13drm/amd/display: add hubbub_init relatedCharlene Liu7-5/+88
2023-01-13drm/amd/display: move dc_link_dpia logic to link_dp_dpiaWenjing Liu6-8/+7
2023-01-13drm/amd/display: move dpcd logic from dc_link_dpcd to link_dpcdWenjing Liu18-24/+19
2023-01-13drm/amd/display: refactor ddc logic from dc_link_ddc to link_ddcWenjing Liu34-535/+548
2023-01-13drm/amd/display: refactor hpd logic from dc_link to link_hpdWenjing Liu8-245/+357
2023-01-13drm/amd/display: Implement FIFO enable sequence on DCN32Dillon Varone1-0/+28
2023-01-13drm/amd/display: Fix DPIA link encoder assignment issueCruise Hung1-27/+30
2023-01-13drm/amd/display: fix multi edp panel instancingDmytro Laktyushkin1-3/+2
2023-01-13Revert "drm/amd/display: Speed up DML fast_validate path"Martin Leung3-23/+17
2023-01-13drm/amd/display: Update BW alloc after new DMUB logicMustapha Ghaddar2-9/+40
2023-01-13drm: amd: display: Fix memory leakageKonstantin Meskhidze1-0/+1
2023-01-13drm/amd: Avoid ASSERT for some message failuresMario Limonciello1-0/+3
2023-01-11drm/amd/display: No need for Null pointer check before kfreeDeepak R Varma2-4/+2
2023-01-10drm/amd/display: Remove redundant assignment to variable dcYi Yang1-1/+1
2023-01-05drm/amd/display: Remove redundant logs from DSC codePraful Swarnakar2-2/+0
2023-01-05drm/amd/display: fix array-bounds errors in dc_stream_remove_writeback()Wen Yang1-1/+8
2023-01-04drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 an...Samson Tam1-3/+3
2023-01-04drm/amd/display: fix dc/core/dc.c kernel-docRandy Dunlap1-15/+25
2023-01-04drm/amd/display: Remove the unused function dmub_outbox_irq_info_funcsJiapeng Chong1-5/+0
2023-01-04drm/amd/display: Fix dsc mismatch of acquire and validation of dsc engineBhawanpreet Lakha1-0/+3
2023-01-04drm/amd/display: 3.2.217Aric Cyr1-1/+1
2023-01-04drm/amd/display: Reorder dc_state fields to optimize clearing the structAric Cyr1-9/+9
2023-01-04drm/amd/display: Adding braces to prepare for future changes to behavior of i...Leo Chen1-1/+2
2023-01-04drm/amd/display: allow hpo and dio encoder switching during dp retrain testWenjing Liu4-43/+72
2023-01-04drm/amd/display: update pixel rate div in enable streamWenjing Liu1-0/+12
2023-01-04drm/amd/display: move dccg programming from link hwss hpo dp to hwssWenjing Liu3-37/+63