aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2024-05-13drm/amd/display: Don't offload flip if not only address updateAlvin Lee1-0/+4
2024-05-13drm/amd/display: Check UHBR13.5 cap when determining max link capGeorge Shen1-4/+18
2024-05-13drm/amd/display: Enable SYMCLK gating in DCCGDaniel Miess8-48/+115
2024-05-13drm/amd/display: Expand to higher link ratesSung Joon Kim1-0/+3
2024-05-13drm/amd/display: Add left edge pixel for YCbCr422/420 + ODM pipe splitWenjing Liu20-106/+140
2024-05-13drm/amd/display: Add resource interfaces for get ODM slice rectWenjing Liu2-64/+83
2024-05-13drm/amd/display: Add COEF filter types for DCN401Samson Tam1-1/+3
2024-05-13drm/amd/display: Refactor DCN401 DCCG into component directoryRevalla Hari Krishna4-2/+6
2024-05-13drm/amd/display: Fix 3dlut size for Fastloading on DCN401Adam Nelson4-0/+17
2024-05-13drm/amd/display: Fix write to non-existent reg on DCN401Ilya Bakoulin1-17/+3
2024-05-13drm/amd/display: Remove USBC check for DCN32Rodrigo Siqueira1-3/+0
2024-05-13drm/amd/display: Remove unused code for some dc filesRodrigo Siqueira3-16/+0
2024-05-13drm/amd/display: Disable AC/DC codepath when unnecessaryJoshua Aberback3-8/+33
2024-05-13drm/amd/display: Create dcn401_clk_mgr structDillon Varone3-10/+26
2024-05-08drm/amd/display: Fix idle optimization checks for multi-display and dual eDPNicholas Kazlauskas1-6/+27
2024-05-08drm/amd/display: Enable urgent latency adjustments for DCN35Nicholas Susanto1-2/+2
2024-05-08drm/amd/display: 3.2.284Aric Cyr1-1/+1
2024-05-08drm/amd/display: reset DSC clock in post unlock updateWenjing Liu14-55/+180
2024-05-08Revert "drm/amd/display: Only program P-State force if pipe config changed"Alvin Lee1-17/+1
2024-05-08drm/amd/display: Fix idle optimization checks for multi-display and dual eDPNicholas Kazlauskas1-6/+27
2024-05-08drm/amd/display: Reset input mode for DIG on encoder resetDillon Varone1-0/+2
2024-05-08drm/amd/display: Refactor HUBP into component folder.Bhuvana Chandra Pinninti27-14/+101
2024-05-08drm/amd/display: Clean-up recout calculation for visual confirmSamson Tam1-7/+16
2024-05-08drm/amd/display: Enable urgent latency adjustments for DCN35Nicholas Susanto1-2/+2
2024-05-08drm/amd/display: Refactor input mode programming for DIG FIFODillon Varone19-124/+103
2024-05-08drm/amd/display: Providing a mechanism to have a custom pwm frequencySreeja Golui3-0/+18
2024-05-08drm/amd/display: add support for force ODM overrideXi Liu1-1/+1
2024-05-03drm/amd/display: Fix uninitialized variables in dcn401 and dml21Alex Hung4-8/+10
2024-05-03drm/amd/display: Assign disp_cfg_index_max when dml21Alex Hung1-0/+1
2024-05-02drm/amd/display: Fix index may exceed array range within fpu_update_bw_boundi...Hersen Wu4-0/+40
2024-05-02drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfigurationHersen Wu1-1/+6
2024-05-02drm/amd/display: Ensure index calculation will not overflowAlex Hung1-4/+3
2024-05-02drm/amd/display: Skip plane when not found by stream idAlex Hung1-1/+4
2024-05-02drm/amd/display: Avoid overflow dc_clk_table->entries by limit to MAX_NUM_DPM...Alex Hung1-7/+7
2024-05-02drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_se...Hersen Wu1-1/+1
2024-05-02drm/amd/display: Limit array index according to architectureAlex Hung1-1/+5
2024-05-02drm/amd/display: Limit clock assignments by size of clk tablesAlex Hung1-1/+1
2024-05-02drm/amd/display: Release clck_src memory if clk_src_construct failsHersen Wu5-2/+6
2024-05-02drm/amd/display: Fix wrong array size dummy_boolean of dml2_core_calcs_mode_s...Hersen Wu1-1/+1
2024-05-02drm/amd/display: Add NULL pointer check for kzallocHersen Wu1-0/+2
2024-05-02drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_createHersen Wu1-2/+2
2024-05-02drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_infoHersen Wu2-4/+7
2024-05-02drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_...Hersen Wu1-0/+3
2024-05-02drm/amd/display: Check link_index before accessing dc->links[]Alex Hung1-0/+3
2024-05-02drm/amd/display: Check msg_id before processing transcationAlex Hung1-2/+15
2024-05-02drm/amd/display: Skip updating link encoder for unknown eng_idAlex Hung1-1/+1
2024-05-02drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung1-1/+2
2024-05-02drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_rangeHersen Wu1-0/+1
2024-05-02drm/amd/display: Check index for aux_rd_interval before usingAlex Hung1-2/+2
2024-05-02drm/amd/display: Fix incorrect size calculation for loopAlex Hung1-1/+1