summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce110
AgeCommit message (Expand)AuthorFilesLines
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-1/+1
2023-11-17drm/amd/display: Refactor resource into component directoryMounika Adhuri3-1607/+2
2023-10-09drm/amd/display: Refactor HWSS into component folderMounika Adhuri4-3313/+2
2023-09-26drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-2/+7
2023-09-26drm/amd/display: fix some style issuesAlex Deucher1-7/+6
2023-09-26drm/amd/display: Optimize OLED T7 delayAgustin Gutierrez1-1/+2
2023-09-11drm/amd/display: Fix MST recognizes connected displays as oneMuhammad Ahmed1-13/+17
2023-09-11drm/amd/display: Don't check registers, if using AUX BL controlSwapnil Patel1-1/+3
2023-09-06drm/amd/display: remove useless check in should_enable_fbc()Dembskiy Igor1-3/+0
2023-08-30drm/amd/display: Refactor edp power controlIan Chen1-1/+1
2023-08-15drm/amd/display: implement pipe type definition and adding accessorsWenjing Liu1-1/+1
2023-08-15drm/amd/display: Add Replay supported/enabled checksBhawanpreet Lakha1-0/+5
2023-08-09drm/amd/display: Clean up errors in dce110_hw_sequencer.cRan Sun1-1/+1
2023-08-09drm/amd/display: Clean up errors in dce110_timing_generator.cRan Sun1-2/+2
2023-08-07drm/amd/display: rename acquire_idle_pipe_for_layer to acquire_free_pipe_as_s...Wenjing Liu1-1/+1
2023-08-07drm/amd/display: update add plane to context logic with a new algorithmWenjing Liu1-4/+6
2023-08-07drm/amd/display: Don't show stack trace for missing eDPMario Limonciello1-1/+2
2023-08-07drm/amd/display: Fix typo in enable and disable symclk_seTaimur Hassan1-1/+3
2023-08-07drm/amd/display: Add symclk enable/disable during stream enable/disableTaimur Hassan1-1/+3
2023-07-25drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen1-0/+3
2023-06-09drm/amd/display: Add control flag to dc_stream_state to skip eDP BL off/link offMax Tseng1-1/+2
2023-06-09drm/amd/display: Refactor fast update to use new HWSS build sequenceAlvin Lee1-0/+5
2023-06-09drm/amd/display: avoid calling missing .resync_fifo_dccg_dio()Arnd Bergmann1-0/+2
2023-06-09drm/amd/display: Clean FPGA code in dcQingqing Zhuo1-3/+0
2023-06-09drm/amd/display: Trigger DIO FIFO resync on commit streamsSaaem Rizvi1-0/+3
2023-04-18drm/amd/display: Improvement for handling edp link training failsJingwen Zhu1-8/+11
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu1-30/+30
2023-03-08drm/amd/display: remove legacy fields of dc_plane_cap structDavid Tadokoro1-3/+0
2023-03-07drm/amd/display: move dc_link functions in protocols folder to dc_link_exportsWenjing Liu1-2/+0
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu1-1/+1
2023-02-23drm/amd/display: only warn once in dce110_edp_wait_for_hpd_ready()Hamza Mahfooz1-4/+2
2023-02-08drm/amd/display: break down dc_link.cWenjing Liu1-6/+6
2023-01-24drm/amd/display: merge dc_link_dp into dc_linkWenjing Liu1-1/+0
2023-01-24drm/amd/display: Enable AdaptiveSync in DC interfaceSung Joon Kim1-1/+7
2023-01-24drm/amd/display: move eDP panel control logic to link_edp_panel_controlWenjing Liu1-4/+4
2023-01-24drm/amd/display: create accessories, hwss and protocols sub folders in linkWenjing Liu1-11/+10
2023-01-17drm/amd/display: Skip backlight control delay on external powered linksTony Tascioglu1-3/+6
2023-01-17drm/amd/display: Optimize link power-down when link powered externallyTony Tascioglu1-6/+8
2023-01-17drm/amd/display: move dp capability related logic to link_dp_capabilityWenjing Liu1-9/+9
2023-01-17drm/amd/display: move dp phy related logic to link_dp_phyWenjing Liu1-1/+1
2023-01-13drm/amd/display: move dpcd logic from dc_link_dpcd to link_dpcdWenjing Liu1-1/+0
2023-01-13drm/amd/display: refactor hpd logic from dc_link to link_hpdWenjing Liu1-1/+2
2023-01-03drm/amd/display: move dccg programming from link hwss hpo dp to hwssWenjing Liu1-0/+13
2022-11-23drm/amd/display: Check if PSR enabled when entering MALLAlvin Lee1-2/+7
2022-10-24drm/amd/display: move stream encoder audio setup to link_hwssWenjing Liu1-17/+5
2022-10-24drm/amd/display: refactor enable/disable audio stream hw sequenceWenjing Liu1-41/+9
2022-09-29drm/amd/display: Fix audio on display after unplugging anotherAric Cyr1-4/+2
2022-09-19drm/amd/display: solve regression in update phy state refactorWenjing Liu1-2/+4
2022-09-19drm/amd/display: skip audio setup when audio stream is enabledzhikzhai1-2/+4
2022-09-19drm/amd/display: Refactor edp panel power sequencer(PPS) codesIan Chen1-10/+15