summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/clk_mgr
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Remove otg w/a toggling on HPO interfacesAusef Yousof2024-11-041-1/+9
* drm/amd/display: Remove hw w/a toggle if on DP2/HPOAusef Yousof2024-11-041-2/+9
* drm/amd/display: Simplify dcn35_is_ips_supported()Alex Hung2024-10-281-4/+1
* drm/amd/display: Refactoring if and endif statements to enable DC_LOGGERLohita Mudimela2024-10-283-5/+7
* drm/amd/display: Adding array index check to prevent memory corruptionLeo Chen2024-10-221-2/+4
* drm/amd/display: Block dynamic IPS2 on DCN35 for incompatible FW versionsNicholas Kazlauskas2024-09-181-0/+6
* drm/amd/display: Emulate Display Hotplug HangDaniel Sa2024-09-181-7/+2
* drm/amd/display: Fix DCN35 set min dispclk logicNicholas Susanto2024-09-021-3/+3
* drm/amd/display: Allocate DCN35 clock table transfer buffers in GARTNicholas Kazlauskas2024-08-271-3/+3
* drm/amd/display: Don't skip clock updates in overclockingAlvin Lee2024-08-271-3/+0
* drm/amd/display: DCN35 set min dispclk to 50MhzNicholas Susanto2024-08-201-0/+3
* drm/amd/display: guard otg disable w/a for testMuhammad Ahmed2024-08-131-0/+3
* drm/amd/display: Address coverity changeChris Park2024-08-061-2/+4
* drm/amd/display: restore immediate_disable_crtc for w/aCharlene Liu2024-07-271-2/+2
* drm/amd/display: Fix Potential Null DereferenceGabe Teeger2024-07-231-3/+3
* drm/amd/display: Remove hardmax usage for dcn401Dillon Varone2024-07-231-21/+23
* drm/amd/display: Check null pointers before usedAlex Hung2024-07-231-1/+1
* drm/amd/display: avoid disable otg when dig was disabledJingwen Zhu2024-07-231-3/+15
* drm/amd/display: Added logging for automated DPM testingRyan Seto2024-07-231-53/+197
* drm/amd/display: replace CRTC disable function callXi (Alex) Liu2024-07-011-2/+2
* drm/amd/display: fix a crash when clock source is reference for non otg maste...Wenjing Liu2024-07-011-18/+20
* drm/amd/display: Cleanup dce_get_dp_ref_freq_khzDillon Varone2024-07-011-1/+1
* drm/amd/display: Fix possible overflow in integer multiplicationAlex Hung2024-07-011-1/+1
* drm/amd/display: Add null checks before accessing struct elementsAlex Hung2024-06-272-8/+12
* drm/amd/display: Remove useless function callAlex Hung2024-06-271-2/+0
* drm/amd/display: Remove redundant null checksAlex Hung2024-06-191-1/+1
* drm/amd/display: Remove redundant checks for ctx->dc_biosAlex Hung2024-06-197-7/+7
* drm/amd/display: Send message to notify the DPIA host router bandwidthSung Joon Kim2024-06-143-1/+77
* drm/amd/display: On clock init, maintain DISPCLK freqChris Park2024-06-141-0/+17
* drm/amd/display: Update idle hardmins if uclk or fclk requirement changedDillon Varone2024-06-141-1/+1
* drm/amd/display: Remove useless comparison of unsigned int vs. 0Alex Hung2024-06-142-8/+8
* drm/amd/display: Remove duplicate 'update_idle_uclk' in dcn401 clk_mgr codeIvan Lipski2024-06-141-1/+1
* drm/amd/display: Remove dcn32_smu13 duplicate headerZaeem Mohamed2024-06-143-110/+2
* drm/amd/display: Force max clocks unconditionally when p-state is unsupportedDillon Varone2024-06-141-16/+20
* drm/amd/display: Add UCLK p-state support message to dcn401Dillon Varone2024-06-054-54/+102
* drm/amd/display: Wait for hardmins to complete on dcn401Dillon Varone2024-06-052-4/+112
* drm/amd/display: Correct display clocks update block sequenceDillon Varone2024-05-202-313/+272
* drm/amd/display: Adjust incorrect indentations and spacesAlex Hung2024-05-202-2/+0
* drm/amd/display: Refactor dcn401_update_clocksDillon Varone2024-05-135-5/+710
* drm/amd/display: Disable AC/DC codepath when unnecessaryJoshua Aberback2024-05-131-7/+21
* drm/amd/display: Create dcn401_clk_mgr structDillon Varone2024-05-133-10/+26
* drm/amd/display: Limit clock assignments by size of clk tablesAlex Hung2024-05-021-1/+1
* drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung2024-05-021-1/+2
* drm/amd/display: Fix invalid Copyright noticeLeo Ma2024-05-022-2/+2
* drm/amd/display: Remove duplicate dcn401/dcn401_clk_mgr.h headerJiapeng Chong2024-04-301-1/+0
* drm/amd/display: Fix DC mode screen flickering on DCN321Leo Ma2024-04-301-3/+12
* drm/amd/display: Add dtbclk access to dcn315Swapnil Patel2024-04-301-0/+8
* drm/amd/display: Add misc DC changes for DCN401Aurabindo Pillai2024-04-262-0/+25
* drm/amd/display: Add new DCN401 sourcesAurabindo Pillai2024-04-266-0/+1281
* drm/amd/display: Add NULL pointer check for kzallocHersen Wu2024-04-262-0/+16