aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2023-10-04drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()Mario Limonciello1-18/+23
2023-10-04drm/amdgpu: Fix a memory leakLuben Tuikov1-0/+1
2023-10-04drm/amd/pm: add unique_id for gc 11.0.3Kenneth Feng1-0/+1
2023-10-04drm/amd/pm: Add GC v9.4.3 thermal limits to hwmonLijo Lazar1-7/+12
2023-10-04drm/amd/pm: Add throttle limit for SMU v13.0.6Lijo Lazar1-7/+27
2023-10-04drm/amd/display: 3.2.254Aric Cyr1-1/+1
2023-10-04drm/amd/display: Adjust code style for hw_sequencer.hAurabindo Pillai8-102/+23
2023-10-04drm/amd/display: Adjust code style for dmub_cmd.hAurabindo Pillai1-81/+81
2023-10-04drm/amd/display: Update DMUB cmd headerAurabindo Pillai1-3/+28
2023-10-04drm/amd/display: Add a check for idle power optimizationSung Joon Kim3-1/+21
2023-10-04drm/amd/display: use full update for clip size increase of large plane sourceWenjing Liu2-2/+15
2023-10-04drm/amd/display: Clean up code warningsAric Cyr1-1/+1
2023-10-04drm/amd/display: Make driver backwards-compatible with non-IPS PMFWOvidiu Bunea3-12/+19
2023-10-04drm/amd/display: refactor ILR to make it workSherry Wang4-12/+31
2023-10-04drm/amd/display: remove duplicated edp relink to fastbootChiawen Huang1-59/+0
2023-10-04drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG pipes...Samson Tam2-4/+4
2023-10-04drm/amd/display: enable dsc_clk even if dsc_pg disabledMuhammad Ahmed3-5/+8
2023-10-04drm/amdkfd: Fix EXT_COHERENT memory allocation crashPhilip Yang1-11/+7
2023-10-04drm/amdgpu: ratelimited override pte flags messagesPhilip Yang2-16/+10
2023-10-04drm/amd/display: Add Null check for DPP resourceGabe Teeger1-1/+1
2023-10-04drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello11-28/+22
2023-10-04drm/amd: Update `update_pcie_parameters` functions to use uint8_t argumentsMario Limonciello6-12/+12
2023-10-04drm/amd/display: Bail from dm_check_crtc_cursor if no relevant changeMichel Dänzer1-1/+32
2023-10-04Revert "drm/amd/display: Enable Replay for static screen use cases"Ivan Lipski3-33/+1
2023-10-04drm/amdgpu: cache gpuvm fault information for gmc7+Alex Deucher5-4/+19
2023-10-04drm/amdgpu: add cached GPU fault structure to vm structAlex Deucher2-0/+49
2023-10-04drm/amd/display: Refactor dm_get_plane_scale helperMichel Dänzer1-9/+14
2023-10-04drm/amdgpu: Use ttm_pages_limit to override vram reportingRajneesh Bhardwaj2-10/+16
2023-10-04drm/amdgpu: Rework KFD memory max limitsRajneesh Bhardwaj1-2/+8
2023-10-04drm/amdgpu/gmc11: set gart placement GC11Alex Deucher1-1/+1
2023-10-04drm/amdgpu/gmc: add a way to force a particular placement for GARTAlex Deucher8-12/+31
2023-10-04drm/amd/display: fix problems in power_helperWayne Lin1-10/+10
2023-10-04drm/amdgpu: correct gpu clock counter query on cyan skilfishLang Yu1-0/+21
2023-10-03drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello1-1/+1
2023-10-03drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()Mario Limonciello1-18/+23
2023-10-03drm/amd/display: Disable DWB frame capture to emulate oneshotAlex Hung3-1/+44
2023-10-03drm/amd/display: Add new set_fc_enable to struct dwbc_funcsAlex Hung3-0/+29
2023-10-03drm/amd/display: Setup for mmhubbub3_warmup_mcif with big bufferAlex Hung1-0/+6
2023-10-03drm/amd/display: Add writeback enable field (wb_enabled)Alex Hung2-0/+9
2023-10-03drm/amd/display: Fix writeback_info is not removedAlex Hung1-3/+4
2023-10-03drm/amd/display: Validate hw_points_num before using itAlex Hung1-0/+3
2023-10-03drm/amd/display: Fix writeback_info never got updatedAlex Hung1-9/+4
2023-10-03drm/amd/display: Add writeback enable/disable in dcAlex Hung2-0/+37
2023-10-03drm/amd/display: Hande writeback request from userspaceAlex Hung2-0/+162
2023-10-03drm/amd/display: Create fake sink and stream for writeback connectorHarry Wentland1-11/+22
2023-10-03drm/amd/display: Create amdgpu_dm_wb_connectorHarry Wentland4-8/+24
2023-10-03drm/amd/display: Use drm_connector in create_validate_stream_for_sinkHarry Wentland3-11/+19
2023-10-03drm/amd/display: Address 'srf_updates' not described in 'could_mpcc_tree_chan...Srinivasan Shanmugam1-0/+1
2023-10-03drm/amd/pm: delete dead codeDan Carpenter1-3/+0
2023-10-03drm/amd/display: Use drm_connector in create_stream_for_sinkHarry Wentland1-28/+37