summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/hwss
AgeCommit message (Expand)AuthorFilesLines
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: Remove duplicate HWSS interfacesJoshua Aberback21-45/+22
2024-07-24drm/amd/display: Remove hardmax usage for dcn401Dillon Varone1-3/+0
2024-07-24drm/amd/display: Remove unnecessary DSC power gating for DCN401Joshua Aberback1-2/+0
2024-07-24drm/amd/display: Check stream pointer is initialized before accessingSung Joon Kim1-4/+3
2024-07-24drm/amd/display: Export additional FAMS2 global configuration options from DMLDillon Varone1-2/+2
2024-07-24drm/amd/display: Check null pointers before multiple usesAlex Hung1-1/+7
2024-07-24drm/amd/display: Check null pointers before usedAlex Hung4-10/+11
2024-07-24drm/amd/display: Add P-State Keepout to dcn401 Global SyncDillon Varone4-3/+10
2024-07-24drm/amd/display: Calculate ODM width using odm slice rect, not recoutAlvin Lee1-4/+4
2024-07-24drm/amd/display: When resync fifo ensure to use correct pipe ctxAlvin Lee6-12/+30
2024-07-24drm/amd/display: Implement bias and scale pre sclRelja Vojvodic1-2/+1
2024-07-24drm/amd/display: fix dscclk programming sequence on DCN401Wenjing Liu3-22/+7
2024-07-24drm/amd/display: Disable HBR audio for DP2 for certain ASICsAlvin Lee1-0/+5
2024-07-01drm/amd/display: Add available bandwidth calculation for audioRyan Seto1-5/+57
2024-07-01drm/amd/display: Adjust cursor visibility between MPC slicesNevenko Stupar2-9/+39
2024-07-01drm/amd/display: Skip unnecessary abm disableSherry Wang1-0/+6
2024-07-01drm/amd/display: Fix possible overflow in integer multiplicationAlex Hung1-1/+1
2024-06-28drm/amd/display: Enable DCC on DCN401Aurabindo Pillai5-0/+41
2024-06-28drm/amd/display: Ensure curve to hw translation succeedAlex Hung2-4/+10
2024-06-28drm/amd/display: Fix 1DLUT setting for NL SDR blendingRelja Vojvodic1-2/+2
2024-06-28drm/amd/display: Fix cursor issues with ODMs and magnificationNevenko Stupar1-0/+9
2024-06-28drm/amd/display: Wait for double buffer update on ODM changesAlvin Lee1-0/+23
2024-06-28drm/amd/display: resync OTG after DIO FIFO resyncTungYu Lu1-0/+2
2024-06-28drm/amd/display: Always enable HPO for DCN4 dGPULeo (Hanghong) Ma2-1/+2
2024-06-28drm/amd/display: Fix cursor size issuesNevenko Stupar1-0/+14
2024-06-28drm/amd/display: Remove redundant checks for pipe_ctx->streamAlex Hung2-6/+5
2024-06-28drm/amd/display: Fix cursor issues with ODMs and HW rotationsNevenko Stupar1-116/+19
2024-06-28drm/amd/display: Remove unnecessary variableIvan Lipski1-17/+0
2024-06-19drm/amd/display: Remove redundant checks for oppAlex Hung2-3/+2
2024-06-19drm/amd/display: Remove redundant null checksAlex Hung2-47/+42
2024-06-19drm/amd/display: Remove redundant checks for res_pool->dccgAlex Hung6-6/+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: Check dc_stream_state before it is usedAlex Hung1-3/+6
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-14drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIAMichael Strauss3-1/+75
2024-06-14drm/amd/display: On clock init, maintain DISPCLK freqChris Park1-1/+10
2024-06-14drm/amd/display: DCN401 full power down in HW init if any link enabledJoshua Aberback1-0/+1
2024-06-14drm/amd/display: Avoid overflow from uint32_t to uint8_tAlex Hung1-1/+1
2024-06-14drm/amd/display: populate hardware_release hook for dcn401Alvin Lee3-2/+22
2024-06-14drm/amd/display: Fix uninitialized variables in dcn401Alex Hung1-1/+1
2024-06-14drm/amd/display: Minor cleanup for DCN401 cursor related codeSridevi Arvindekar2-2/+10
2024-06-14drm/amd/display: Disable boot optimization for DCN401Joshua Aberback1-1/+8
2024-06-14drm/amd/display: DCN401 cusor code updateSridevi Arvindekar1-17/+5
2024-06-14drm/amd/display: Add sequential ONO sequencing for DCN35Nicholas Kazlauskas1-15/+70
2024-06-14drm/amd/display: Fix multiple cursors when using 4 displays on a contiguous l...Nevenko Stupar1-25/+0
2024-06-05drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingSrinivasan Shanmugam1-0/+3
2024-06-05drm/amd/display: Use current_state when checking old_pipe subvp typeAlvin Lee1-1/+1