aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
2024-06-27drm/amd/display: Add Replay general cmdJoan Lee2-1/+18
2024-06-27drm/amd/display: Check HDCP returned statusAlex Hung1-6/+9
2024-06-27drm/amd/display: Check and log for function error codesAlex Hung2-2/+8
2024-06-27drm/amd/display: Check and log for function error codesAlex Hung3-3/+13
2024-06-27drm/amd/display: Remove useless function callAlex Hung1-2/+0
2024-06-27drm/amd/display: Fix uninitialized variables in dcn401Alex Hung1-2/+2
2024-06-27drm/amd/display: Fix cursor size issuesNevenko Stupar1-0/+14
2024-06-27drm/amd/display: Run DC_LOG_DC after checking link->link_encAlex Hung1-3/+3
2024-06-27drm/amd/display: Remove redundant checks for pipe_ctx->streamAlex Hung3-7/+6
2024-06-27drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is presentMichael Strauss2-1/+14
2024-06-27drm/amd/display: Fix cursor issues with ODMs and HW rotationsNevenko Stupar3-204/+19
2024-06-27drm/amd/display: Remove unnecessary variableIvan Lipski1-17/+0
2024-06-27drm/amd/display: Remove redundant var from display_rq_dig_calc in dmlIvan Lipski6-66/+18
2024-06-27drm/amd/display: Refactor dccg401_get_other_enable_symclk_feRelja Vojvodic1-35/+22
2024-06-27drm/amd/display: Temporarily disable HPO PG on DCN35Nicholas Susanto1-1/+1
2024-06-27drm/amd/display: Remove redundant code and semicolonsJiapeng Chong1-23/+23
2024-06-27drm/amd/display: Clean up indenting in dm_dp_mst_is_port_support_mode()Dan Carpenter1-2/+2
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...Dave Airlie164-1194/+2306
2024-06-25drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is presentMichael Strauss2-1/+14
2024-06-21Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+1
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-06-19drm/amd/display: 3.2.289Aric Cyr1-1/+1
2024-06-19drm/amd/display: [FW Promotion] Release 0.0.222.0Anthony Koo1-2/+7
2024-06-19drm/amd/display: Remove redundant null checksAlex Hung3-7/+4
2024-06-19drm/amd/display: Check UnboundedRequestEnabled's valueAlex Hung1-1/+1
2024-06-19drm/amd/display: Remove redundant checks for contextAlex Hung2-5/+2
2024-06-19drm/amd/display: Remove redundant checks for oppAlex Hung2-3/+2
2024-06-19drm/amd/display: Remove redundant null checksAlex Hung6-54/+47
2024-06-19drm/amd/display: Remove unused value set from 'min_hratio_fact' in dmlIvan Lipski7-35/+0
2024-06-19drm/amd/display: Remove redundant checks for ctx->dc_biosAlex Hung7-7/+7
2024-06-19drm/amd/display: Remove redundant checks for res_pool->dccgAlex Hung6-6/+6
2024-06-19drm/amd/display: Improve warning log for get OPP for OTG masterRodrigo Siqueira1-0/+6
2024-06-19drm/amd/display: Fix warning caused by an attempt to configure a non-otg masterRodrigo Siqueira1-6/+18
2024-06-19drm/amd/display: Covert integers to double before divisionsAlex Hung12-61/+61
2024-06-19drm/amd/display: Check pipe_ctx before it is usedAlex Hung4-2/+14
2024-06-19drm/amd/display: Check dc_stream_state before it is usedAlex Hung8-24/+74
2024-06-19drm/amd/display: Make sure to reprogram ODM when resync fifoAlvin Lee2-2/+36
2024-06-19drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401Rodrigo Siqueira1-22/+27
2024-06-19drm/amd/display: mirror case cleanup for cursorsSridevi Arvindekar1-29/+1
2024-06-19drm/amd/display: Add null checker before access structsAlex Hung4-2/+11
2024-06-14drm/amd/display: Skip wbscl_set_scaler_filter if filter is nullAlex Hung1-0/+3
2024-06-14drm/amd/display: Check BIOS images before it is usedAlex Hung1-0/+14
2024-06-14drm/amd/display: Add null checker before passing variablesAlex Hung1-3/+6
2024-06-14drm/amd/display: Explicitly extend unsigned 16 bit to 64 bitAlex Hung1-2/+2
2024-06-14drm/amd/display: Send message to notify the DPIA host router bandwidthSung Joon Kim5-1/+81