summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2024-08-29drm/amd/display: Don't register panel_power_savings on OLED panelsMario Limonciello1-4/+25
2024-08-29drm/amd/display: fix cursor offset on rotation 180Melissa Wen1-1/+1
2024-08-29drm/amd/display: Enable otg synchronization logic for DCN321Loan Chen1-0/+3
2024-08-29drm/amd/display: fix s2idle entry for DCN3.5+Hamza Mahfooz1-0/+3
2024-08-29drm/amd/display: Adjust cursor positionRodrigo Siqueira1-1/+1
2024-08-19Revert "drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()"Greg Kroah-Hartman1-147/+85
2024-08-19drm/amdgpu/display: Fix null pointer dereference in dc_stream_program_cursor_...Srinivasan Shanmugam1-1/+4
2024-08-19drm/amd/display: Solve mst monitors blank out problem after resumeWayne Lin1-1/+2
2024-08-19drm/amd/display: Prevent IPX From Link Detect and Set ModeFangzhi Zuo1-0/+10
2024-08-19drm/amd/display: Separate setting and programming of cursorHarry Wentland5-33/+72
2024-08-19drm/amd/display: Defer handling mst up request in resumeWayne Lin1-1/+0
2024-08-14drm/amd/display: Change ASSR disable sequenceSwapnil Patel1-2/+1
2024-08-14drm/amd/display: Add null check in resource_log_pipe_topology_updateNatanel Roizenman1-0/+4
2024-08-14Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in amd...Ivan Lipski1-12/+4
2024-08-14Revert "drm/amd/display: Handle HPD_IRQ for internal link"Sung-huai Wang1-15/+9
2024-08-14drm/amd/display: Skip Recompute DSC Params if no Stream on LinkFangzhi Zuo1-0/+3
2024-08-14drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmdRodrigo Siqueira1-2/+1
2024-08-14drm/amd/display: Fix null pointer deref in dcn20_resource.cAurabindo Pillai1-4/+5
2024-08-14drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401Rodrigo Siqueira1-22/+27
2024-08-14drm/amd/display: Add null checker before passing variablesAlex Hung1-3/+6
2024-08-14drm/amd/display: remove dpp pipes on failure to update pipe paramsWenjing Liu1-1/+8
2024-08-14drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_computeWayne Lin1-8/+4
2024-08-14drm/amd/display: reduce ODM slice count to initial new dc state only when neededWenjing Liu2-41/+71
2024-08-14drm/amd/display: Wake DMCUB before sending a command for replay featureNicholas Kazlauskas1-3/+3
2024-08-14drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_p...Srinivasan Shanmugam1-4/+12
2024-08-14drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingSrinivasan Shanmugam1-0/+3
2024-08-14drm/amd/display: Add delay to improve LTTPR UHBR interopMichael Strauss1-0/+5
2024-08-14drm/amd/display: Handle HPD_IRQ for internal linkSung-huai Wang1-9/+16
2024-08-14drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()Wayne Lin1-85/+147
2024-08-03drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-08-03drm/amd/display: fix corruption with high refresh rates on DCN 3.0Alex Deucher2-12/+13
2024-08-03drm/amd/display: Add null check before access structsMa Ke1-0/+2
2024-08-03drm/amd/display: use pre-allocated temp structure for bounding boxAlex Deucher3-12/+5
2024-08-03drm/amd/display: Move 'struct scaler_data' off stackArnd Bergmann1-25/+31
2024-08-03drm/amd/display: fix graphics_object_id sizeArnd Bergmann1-2/+2
2024-08-03drm/amd/display: dynamically allocate dml2_configuration_options structuresArnd Bergmann2-10/+22
2024-07-01drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupportRoman Li1-1/+1
2024-07-01drm/amd/display: Update efficiency bandwidth for dcn351Fangzhi Zuo1-0/+1
2024-07-01drm/amd/display: Fix refresh rate range for some panelTom Chung1-0/+48
2024-07-01drm/amd/display: Account for cursor prefetch BW in DML1 mode supportAlvin Lee1-0/+3
2024-07-01drm/amd/display: Add refresh rate range checkTom Chung1-1/+3
2024-07-01drm/amd/display: Reset freesync config before update new stateTom Chung1-0/+1
2024-06-25drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is presentMichael Strauss2-1/+14
2024-06-19drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clangNathan Chancellor1-1/+1
2024-06-19drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIAMichael Strauss3-1/+75
2024-06-19drm/amd/display: change dram_clock_latency to 34us for dcn35Paul Hsieh1-1/+1
2024-06-19drm/amd/display: Change dram_clock_latency to 34us for dcn351Daniel Miess1-1/+1
2024-06-19drm/amd/display: prevent register access while in IPSHamza Mahfooz1-0/+10
2024-06-19drm/amd/display: Remove redundant idle optimization checkRoman Li1-3/+0
2024-05-31Merge tag 'amd-drm-fixes-6.10-2024-05-30' of https://gitlab.freedesktop.org/a...Dave Airlie1-0/+3