summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2024-12-10drm/amdgpu: return error when eeprom checksum failedJinzhou Su1-2/+4
2024-12-10drm/amd: Add Suspend/Hibernate notification callback supportMario Limonciello3-2/+46
2024-12-10drm/amd/display: 3.2.312Aric Cyr1-1/+1
2024-12-10drm/amd/display: fix v tap calculation for non-adaptive scaling in SPLSamson Tam1-4/+4
2024-12-10drm/amd/display: Adjust DPCD read for DP tunnelingCruise1-11/+10
2024-12-10drm/amd/display: Check that hw cursor is not required when falling back to su...Peterson1-1/+1
2024-12-10drm/amd/display: Don't allow IPS2 in D0 for RCG DynamicNicholas Kazlauskas2-1/+5
2024-12-10drm/amd/display: Populate chroma prefetch parameters, DET buffer fixAusef Yousof2-11/+29
2024-12-10drm/amd/display: correct dcn351 dpm clk table based on pmfw_drv_ifCharlene Liu2-15/+119
2024-12-10drm/amd/display: Revised for Replay Pseudo vblank controlDennis Chan3-5/+5
2024-12-10drm/amdgpu: Simplify cleanup check for FRU sysfsLijo Lazar1-1/+1
2024-12-10drm/amdgpu: Add secure display v2 commandJinzhou Su2-3/+24
2024-12-10drm/amd: Invert APU check for amdgpu_device_evict_resources()Mario Limonciello1-2/+2
2024-12-10drm/amdgpu: add "restore" missing variable commentSunil Khatri1-0/+2
2024-12-10drm/amdgpu: Update the variable name to dma_bufSunil Khatri1-2/+2
2024-12-10drm/amdgpu: set UMC PA per NPS mode when PA is 0Tao Zhou1-1/+8
2024-12-10drm/amdgpu: remove is_mca_add for ras_add_bad_pagesTao Zhou1-11/+5
2024-12-10drm/amdgpu: parse legacy RAS bad page mixed with new data in various NPS modesTao Zhou3-18/+84
2024-12-10drm/amdgpu: Check fence emitted count to identify bad jobsShikang Fan1-8/+6
2024-12-10drm/amdkfd: Differentiate logging message for driver oversubscriptionXiaogang Chen1-13/+25
2024-12-10drm/amd/display: 3.2.311Aric Cyr1-1/+1
2024-12-10drm/amd/display: Add support for custom recout_width in SPLSamson Tam3-12/+37
2024-12-10drm/amd/display: Add disable_ips_in_dpms_off flag for IPSNicholas Kazlauskas2-1/+2
2024-12-10drm/amd/display: Enable EASF based on luma taps onlySamson Tam1-4/+2
2024-12-10drm/amd/amdgpu/vcn: Fix kdoc entries for VCN clock/power gating functionsSrinivasan Shanmugam4-8/+8
2024-12-10drm/amd/amdgpu: Add missing kdoc 'inst' parameter in 'smu_dpm_set_power_gate'...Srinivasan Shanmugam1-2/+3
2024-12-10drm/amdgpu: move per inst variables to amdgpu_vcn_instBoyuan Zhang11-36/+36
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang82-163/+157
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang82-156/+162
2024-12-10drm/amdgpu: add inst to amdgpu_dpm_enable_vcnBoyuan Zhang10-38/+60
2024-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang16-43/+59
2024-12-10drm/amd/pm: add inst to set_powergating_by_smuBoyuan Zhang5-14/+24
2024-12-10drm/amd/pm: add inst to smu_dpm_set_vcn_enableBoyuan Zhang2-30/+47
2024-12-10drm/amd/pm: power up or down vcn by instanceBoyuan Zhang4-45/+35
2024-12-10drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_co...Christophe JAILLET1-2/+3
2024-12-10drm/amdgpu: add interface to get die id from memory addressTao Zhou2-0/+28
2024-12-10drm/amdgpu: add a flag to indicate UMC channel index versionTao Zhou2-1/+26
2024-12-10drm/amdgpu: save UMC global channel index to eepromTao Zhou4-11/+13
2024-12-10drm/amdgpu: support to find RAS bad pages via old TATao Zhou1-3/+25
2024-12-10drm/amdgpu: add function to find all memory pages in one physical rowTao Zhou2-15/+25
2024-12-10drm/amdgpu: retire RAS bad pages in different NPS modesTao Zhou2-23/+52
2024-12-10drm/amdgpu: store only one RAS bad page record for all pages in one rowTao Zhou1-8/+27
2024-12-10drm/amdgpu: Prefer RAS recovery for scheduler hangLijo Lazar5-7/+78
2024-12-10drm/amdgpu: do RAS MCA2PA conversion in device init phaseTao Zhou1-12/+82
2024-12-10drm/amdgpu: add flag to indicate the type of RAS eeprom recordTao Zhou2-7/+40
2024-12-10drm/amdgpu: add TA_RAS_INV_NODE valueTao Zhou1-0/+3
2024-12-10drm/amdgpu: add return value for convert_ras_err_addrTao Zhou3-11/+22
2024-12-10drm/amdgpu: reduce memory usage for umc_lookup_bad_pages_in_a_rowTao Zhou1-3/+2
2024-12-10drm/amdgpu: make convert_ras_err_addr visible outside UMC blockTao Zhou3-58/+78
2024-12-10drm/amdgpu: store PA with column bits cleared for RAS bad pageTao Zhou2-6/+3