summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2024-06-28drm/amd/display: Add Replay general cmdJoan Lee2-1/+18
2024-06-28drm/amd/display: Check and log for function error codesAlex Hung3-3/+13
2024-06-28drm/amd/display: Remove useless function callAlex Hung1-2/+0
2024-06-28drm/amd/display: Fix uninitialized variables in dcn401Alex Hung1-2/+2
2024-06-28drm/amd/display: Fix cursor size issuesNevenko Stupar1-0/+14
2024-06-28drm/amd/display: Run DC_LOG_DC after checking link->link_encAlex Hung1-3/+3
2024-06-28drm/amd/display: Remove redundant checks for pipe_ctx->streamAlex Hung3-7/+6
2024-06-28drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is presentMichael Strauss1-1/+9
2024-06-28drm/amd/display: Fix cursor issues with ODMs and HW rotationsNevenko Stupar3-204/+19
2024-06-28drm/amd/display: Remove unnecessary variableIvan Lipski1-17/+0
2024-06-28drm/amd/display: Remove redundant var from display_rq_dig_calc in dmlIvan Lipski6-66/+18
2024-06-28drm/amd/display: Refactor dccg401_get_other_enable_symclk_feRelja Vojvodic1-35/+22
2024-06-28drm/amd/display: Temporarily disable HPO PG on DCN35Nicholas Susanto1-1/+1
2024-06-28drm/amd/display: Remove redundant code and semicolonsJiapeng Chong1-23/+23
2024-06-27Merge tag 'amd-drm-next-6.11-2024-06-22' of https://gitlab.freedesktop.org/ag...Dave Airlie150-916/+1434
2024-06-19drm/amd/display: 3.2.289Aric Cyr1-1/+1
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: Send message to notify the DPIA host router bandwidthSung Joon Kim5-1/+81
2024-06-14drm/amd/display: Add null check to dml21_find_dc_pipes_for_planeDillon Varone1-3/+8
2024-06-14drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIAMichael Strauss3-1/+75
2024-06-14drm/amd/display: Refactor DCN3X into component folderMounika Adhuri43-61/+297
2024-06-14drm/amd/display: On clock init, maintain DISPCLK freqChris Park2-1/+27
2024-06-14drm/amd/display: fix minor coding errors where dml21 phase 5 uses wrong varia...Wenjing Liu1-2/+2
2024-06-14drm/amd/display: Remove redundant condition in VBA 314 funcIvan Lipski1-9/+0
2024-06-14drm/amd/display: Remove redundant condition with DEADCODEIvan Lipski1-3/+0
2024-06-14Revert "drm/amd/display: workaround for oled eDP not lighting up on DCN401"Joshua Aberback3-5/+0
2024-06-14drm/amd/display: Add dcn401 DIG fifo enable/disableRelja Vojvodic3-3/+11
2024-06-14drm/amd/display: Enable DCN401 idle optimizations by defaultDillon Varone1-1/+0
2024-06-14drm/amd/display: DCN401 full power down in HW init if any link enabledJoshua Aberback2-1/+1
2024-06-14drm/amd/display: Disable PHYSYMCLK RCODaniel Miess2-2/+2
2024-06-14drm/amd/display: 3.2.288Aric Cyr1-1/+1
2024-06-14drm/amd/display: Update idle hardmins if uclk or fclk requirement changedDillon Varone1-1/+1
2024-06-14drm/amd/display: Avoid overflow from uint32_t to uint8_tAlex Hung2-2/+2