summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn10
AgeCommit message (Expand)AuthorFilesLines
2024-03-20drm/amd/display: Implement wait_for_odm_update_pending_completeWenjing Liu1-0/+1
2024-02-07drm/amd/display: Add debug option to force 1-tap chroma subsamplingGeorge Shen1-0/+7
2024-01-22drm/amd/display: Add dpp_get_gamut_remap functionsHarry Wentland5-3/+97
2024-01-03drm/amd/display: Refactor INIT into component folderRevalla3-162/+1
2023-11-29drm/amd/display: Refactor OPTC into component folderParandhaman K4-2222/+2
2023-11-17drm/amd/display: Refactor resource into component directoryMounika Adhuri3-1743/+1
2023-11-07drm/amd/display: Create optc.h fileRodrigo Siqueira1-185/+1
2023-10-26drm/amd/display: Set the DML2 attribute to false in all DCNs older than versi...Rodrigo Siqueira1-0/+1
2023-10-09drm/amd/display: Refactor HWSS into component folderMounika Adhuri6-4112/+7
2023-09-26drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-4/+14
2023-09-20drm/amd/display: fix some non-initialized register mask and settingCharlene Liu1-3/+5
2023-09-11drm/amd/display: fix some non-initialized register mask and settingCharlene Liu1-1/+4
2023-09-11drm/amd/display: Add DCHUBBUB callback to report MALL statusAurabindo Pillai1-1/+4
2023-09-11drm/amd/display: Don't lock phantom pipe on disablingAlvin Lee1-1/+2
2023-08-30drm/amd/display: Update DCN10 for DCN35 supportQingqing Zhuo4-2/+85
2023-08-15drm/amd/display: implement pipe type definition and adding accessorsWenjing Liu1-3/+3
2023-08-09drm/amd/display: Clean up errors in dcn10_dpp_dscl.cRan Sun1-2/+1
2023-08-07drm/amd/display: rename acquire_idle_pipe_for_layer to acquire_free_pipe_as_s...Wenjing Liu1-3/+3
2023-08-07drm/amd/display: update add plane to context logic with a new algorithmWenjing Liu1-5/+6
2023-08-07drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-07-18drm/amd/display: Update scaler recout data for visual confirmLeo Ma1-17/+1
2023-07-18drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-07-18drm/amd/display: Use is_dig_enable function instead of dcn10 hardcodeNicholas Kazlauskas1-1/+1
2023-06-30drm/amd/display: Fix the delta clamping for shaper LUTHarry Wentland3-5/+17
2023-06-15drm/amd/display: Clean up dcn10_optc.c kdocSrinivasan Shanmugam1-21/+36
2023-06-15drm/amd/display: Correct kdoc formats in dcn10_opp.cSrinivasan Shanmugam1-8/+12
2023-06-09drm/amd/display: Refactor fast update to use new HWSS build sequenceAlvin Lee1-0/+1
2023-06-09drm/amd/display: Program OTG vtotal min/max selectors unconditionally for DCN1+Aurabindo Pillai1-12/+3
2023-06-09drm/amd/display: Add gnu_printf format attribute for snprintf_count()Srinivasan Shanmugam1-4/+5
2023-06-09drm/amd/display: Fix up missing 'dc' & 'pipe_ctx' kdoc parameters in delay_cu...Srinivasan Shanmugam1-0/+5
2023-06-09drm/amd/display: remove unused definitionYang Li1-7/+0
2023-06-09drm/amd/display: Clean FPGA code in dcQingqing Zhuo3-86/+53
2023-06-09drm/amd/display: Add visual confirm color support for MCLK switchLeo (Hanghong) Ma2-16/+7
2023-06-09drm/amd/display: Add additional pstate registers to HW state querySung Lee1-0/+2
2023-06-09drm/amd/display: revert "Update scaler recout data for visual confirm"Leo Ma1-1/+17
2023-04-24drm/amd/display: Update scaler recout data for visual confirmLeo (Hanghong) Ma1-17/+1
2023-04-18drm/amd/display: add mechanism to skip DCN initEric Yang1-1/+3
2023-04-11drm/amd/display: set variables aperture_default_system and context0_default_s...Tom Rix1-2/+2
2023-03-31drm/amd/display: Fix 4to1 MPC black screen with DPP RCONicholas Kazlauskas1-2/+10
2023-03-31drm/amd/display: Add NULL plane_state check for cursor disable logicNicholas Kazlauskas1-1/+3
2023-03-22drm/amd/display: Set MPC_SPLIT_DYNAMIC for DCN10Rodrigo Siqueira1-2/+2
2023-03-22drm/amd/display: Add CRC and DMUB test supportCharlene Liu1-0/+29
2023-03-14drm/amd/display: convert link.h functions to function pointer styleWenjing Liu2-6/+7
2023-03-14drm/amd/display: reset the scaler boundary modeZhikai Zhai2-0/+8
2023-03-08drm/amd/display: remove legacy fields of dc_plane_cap structDavid Tadokoro1-2/+0
2023-03-07drm/amd/display: Drop unnecessary DCN guardsHarry Wentland3-11/+1
2023-02-28drm/amd/display: merge dc_link.h into dc.h and dc_types.hWenjing Liu1-1/+1
2023-02-23drm/amd/display: Remove unused local variablesArthur Grillo1-2/+1
2023-02-15drm/amd/display: Fix excess arguments on kernel-docArthur Grillo1-1/+1
2023-02-14drm/amd/display: add NULL pointer checkCharlene Liu1-6/+10