summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Revert "drm/amd/pm: fix the high voltage and temperature issue"Mario Limonciello5-63/+11
2024-01-26drm/amd/display: "Enable IPS by default"Roman Li1-1/+2
2024-01-26drm/amd: Add a DC debug mask for IPSRoman Li1-0/+1
2024-01-26drm/amd/display: Disable ips before dc interrupt settingRoman Li1-1/+4
2024-01-26drm/amd/display: Replay + IPS + ABM in Full Screen VPBChunTao Tso4-0/+57
2024-01-26drm/amd/display: Add IPS checks before dcn register accessRoman Li1-10/+6
2024-01-26drm/amd/display: Add Replay IPS register for DMUB command tableAlvin Lee1-0/+1
2024-01-26drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas3-1/+11
2024-01-25drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amd/amdgpu: Assign GART pages to AMD device mappingTom St Denis1-0/+8
2024-01-25drm/amd/pm: Fetch current power limit from FWLijo Lazar1-0/+1
2024-01-25drm/amdgpu: Fix null pointer dereferenceHawking Zhang1-1/+1
2024-01-25drm/amdgpu: Show vram vendor only if availableLijo Lazar1-1/+16
2024-01-25drm/amd/pm: update the power cap settingKenneth Feng2-4/+104
2024-01-25drm/amdgpu: Avoid fetching vram vendor informationLijo Lazar1-1/+2
2024-01-25drm/amdgpu/pm: Fix the power source flag errorMa Jun3-10/+7
2024-01-25drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Srinivasan Shanmugam1-2/+2
2024-01-25drm/amd/pm: udpate smu v13.0.6 message permissionYang Wang1-2/+2
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds67-373/+554
2024-01-19Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+0
2024-01-19drm/amdgpu: Enable GFXOFF for Compute on GFX11Ori Messinger1-4/+2
2024-01-19drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeba...Srinivasan Shanmugam1-3/+3
2024-01-19drm/amdgpu: revert "Adjust removal control flow for smu v13_0_2"Christian König4-65/+1
2024-01-19drm/amdkfd: init drm_client with funcs hookFlora Cui1-1/+4
2024-01-19drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_strea...Christophe JAILLET1-1/+1
2024-01-19drm/amdgpu: Fix the null pointer when load rlc firmwareMa Jun1-9/+6
2024-01-19drm/amd/display: Align the returned error code with legacy DPWayne Lin1-0/+5
2024-01-19drm/amd/display: Fix DML2 watermark calculationOvidiu Bunea1-7/+7
2024-01-19drm/amd/display: Clear OPTC mem select on disableIlya Bakoulin2-0/+6
2024-01-19drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/ANicholas Kazlauskas1-12/+9
2024-01-19drm/amd/display: Add logging resource checksCharlene Liu3-3/+10
2024-01-19drm/amd/display: Init link enc resources in dc_state only if res_pool presentsDillon Varone1-1/+2
2024-01-19drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'Srinivasan Shanmugam1-2/+6
2024-01-18drm/amd/pm: Remove I2C_CLASS_SPD supportHeiner Kallweit3-3/+0
2024-01-18drm: remove I2C_CLASS_DDC supportHeiner Kallweit2-2/+0
2024-01-16drm/amd/display: Avoid enum conversion warningNathan Chancellor1-2/+3
2024-01-16drm/amd/pm: Fix smuv13.0.6 current clock reportingLijo Lazar1-1/+3
2024-01-16drm/amd/pm: Add error log for smu v13.0.6 resetLijo Lazar1-5/+6
2024-01-16drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5
2024-01-16drm/amdgpu: drop exp hw support check for GC 9.4.3Alex Deucher1-2/+0
2024-01-16drm/amdgpu: move debug options init prior to amdgpu device initLe Ma1-2/+2
2024-01-16drm/amdgpu: add debug flag to place fw bo on vram for frontdoor loadingLe Ma4-2/+10
2024-01-16Revert "drm/amdgpu: add param to specify fw bo location for front-door loading"Le Ma4-10/+2
2024-01-16drm/amd/display: Fix variable deferencing before NULL check in edp_setup_repl...Srinivasan Shanmugam1-4/+7
2024-01-16drm/amdgpu: update regGL2C_CTRL4 value in golden settingYifan Zhang1-1/+1
2024-01-16drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-01-16drm/amdgpu: Fix unsigned comparison with less than zero in vpe_u1_8_from_frac...Srinivasan Shanmugam1-8/+2
2024-01-16drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Srinivasan Shanmugam1-7/+14
2024-01-16drm/amdgpu: Do not program VM_L2_CNTL under SRIOVVictor Lu1-4/+6