summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2024-07-28drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung2-2/+2
2024-07-28drm/amd/display: Check null values from functionsAlex Hung1-0/+8
2024-07-28drm/amd/display: Add logs for debugging outboxCruise1-0/+3
2024-07-28drm/amd/display: Add new enable and disable functionsHansen Dsouza1-0/+212
2024-07-28drm/amd/display: Avoid overflow assignment in link_dp_ctsAlex Hung2-2/+3
2024-07-28drm/amd/display: Use correct cm_helper functionIlya Bakoulin1-12/+10
2024-07-28drm/amd/display: Add seamless boot support for more DIG operation modesNicholas Kazlauskas3-2/+30
2024-07-28drm/amd/display: Add a missing PSR stateTom Chung2-0/+3
2024-07-28drm/amd/display: restore immediate_disable_crtc for w/aCharlene Liu2-4/+8
2024-07-28drm/amd/display: Check stream_status before it is usedAlex Hung1-1/+1
2024-07-28drm/amd/display: Fix possible overflow in integer multiplicationAlex Hung1-2/+2
2024-07-28drm/amd/display: Add option to disable unbounded req in DML21Alvin Lee1-0/+5
2024-07-28drm/amd/display: Refactor for dioBhuvanachandra Pinninti10-14/+19
2024-07-28drm/amd/display: Request 0MHz dispclk for zero display caseNicholas Kazlauskas1-1/+1
2024-07-28drm/amd/display: Add two dmmuy I2C entry for GPIO port mapping issueChris Park1-2/+14
2024-07-28drm/amd/display: roll back quality EASF and ISHARP and dc dependency changesSamson Tam21-4514/+989
2024-07-28drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_...Srinivasan Shanmugam1-1/+2
2024-07-28drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipeSrinivasan Shanmugam1-11/+19
2024-07-26drm/amd/display: remove unneeded semicolonJiapeng Chong1-3/+3
2024-07-26drm/amd/display: use swap() in sort()Jiapeng Chong1-6/+2
2024-07-26drm/amd/display: Reapply 2fde4fdddc1fNathan Chancellor1-1/+1
2024-07-26drm/amd/display: Fix spelling mistake "tolarance" -> "tolerance"Colin Ian King1-1/+1
2024-07-25drm/amd/display: Remove ASSERT if significance is zero in math_ceil2Rodrigo Siqueira1-2/+0
2024-07-25drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-07-24drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_tran...Srinivasan Shanmugam1-1/+5
2024-07-24drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hwSrinivasan Shanmugam1-3/+4
2024-07-24drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn401_init_hwSrinivasan Shanmugam1-3/+5
2024-07-24drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hwSrinivasan Shanmugam1-3/+4
2024-07-24drm/amd/display: Add null check for head_pipe in dcn32_acquire_idle_pipe_for_...Srinivasan Shanmugam1-1/+3
2024-07-24drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for...Srinivasan Shanmugam1-1/+3
2024-07-24drm/amd/display: Fix index out of bounds in DCN30 color transformationSrinivasan Shanmugam1-0/+2
2024-07-24drm/amd/display: Implement bounds check for stream encoder creation in DCN401Srinivasan Shanmugam1-1/+1
2024-07-24drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam1-0/+2
2024-07-24drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format tra...Srinivasan Shanmugam1-0/+2
2024-07-24drm/amd/display: Add kdoc entry for 'bs_coeffs_updated' in dpp401_dscl_progra...Srinivasan Shanmugam1-0/+1
2024-07-24drm/amd/display: 3.2.293Aric Cyr1-1/+1
2024-07-24drm/amd/display: remove unused folderAurabindo Pillai2-23/+0
2024-07-24drm/amd/display: Remove duplicate HWSS interfacesJoshua Aberback21-45/+22
2024-07-24drm/amd/display: Various DML2 fixes for FAMS2Dillon Varone2-2/+1
2024-07-24drm/amd/display: Remove old commentsRodrigo Siqueira2-4/+4
2024-07-24drm/amd/display: Check link_res->hpo_dp_link_enc before using itAlex Hung1-0/+5
2024-07-24drm/amd/display: Check top sink only when multiple streams for DP2Sung Joon Kim4-8/+42
2024-07-24drm/amd/display: Fix Potential Null DereferenceGabe Teeger1-3/+3
2024-07-24drm/amd/display: Add helper function to check for non-address fast updatesIlya Bakoulin2-1/+30
2024-07-24drm/amd/display: rename dcn401_soc to dcn4_variant_a_socAurabindo Pillai2-2/+2
2024-07-24drm/amd/display: rename dcn3/dcn4 to more sound termsAurabindo Pillai12-475/+475
2024-07-24drm/amd/display: Add source select helper functionsHansen Dsouza1-0/+324
2024-07-24drm/amd/display: Check if Mode is Supported Before Returning ResultAustin Zheng1-1/+2
2024-07-24drm/amd/display: ensure EASF and ISHARP coefficients are programmed togetherSamson Tam1-8/+20
2024-07-24drm/amd/display: Fix visual confirm bug for SubVPRyan Seto3-6/+31