aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2024-05-08dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 usersMario Limonciello1-1/+1
2024-05-08drm/amd/display: 3.2.284Aric Cyr1-1/+1
2024-05-08drm/amd/display: [FW Promotion] Release 0.0.216.0Anthony Koo1-0/+139
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: MST DSC check for older devicesAgustin Gutierrez1-6/+8
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 Pinninti28-14/+102
2024-05-08drm/amd/display: Clean-up recout calculation for visual confirmSamson Tam1-7/+16
2024-05-08drm/amd/display: Fix DSC-re-computingAgustin Gutierrez1-5/+13
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 Replay capability and state in debugfsTom Chung3-4/+84
2024-05-08drm/amd/display: add support for force ODM overrideXi Liu1-1/+1
2024-05-08drm/amdgpu: Use drm_crtc_vblank_crtc()Ville Syrjälä2-7/+3
2024-05-03drm/amdgpu: remove ip dump reg_count variableSunil Khatri2-3/+0
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/amdgpu: Check tbo resource pointerAsad Kamal1-1/+2
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: Fix writeback job lock evasion within dm_crtc_high_irqHersen Wu1-5/+6
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: Spinlock before reading eventAlex Hung1-8/+6
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: Release state memory if amdgpu_dm_create_color_properties failHersen Wu1-1/+4
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 array index check for hdcp ddc accessHersen Wu1-4/+24
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
2024-05-02drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_linksHersen Wu1-7/+7
2024-05-02drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6Hersen Wu1-1/+4
2024-05-02drm/amd/display: Add NULL pointer and OVERRUN check within amdgpu_dm irq regi...Hersen Wu1-41/+128
2024-05-02drm/amd/display: Check gpio_id before used as array indexAlex Hung1-2/+11