summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-04-11drm/amdkfd: Handle drain retry fault race with XNACK mode changePhilip Yang1-5/+6
2022-04-11drm/amdgpu: Use flexible array memberLijo Lazar2-5/+5
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan53-92/+95
2022-04-07drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.Yongqiang Sun1-4/+5
2022-04-07drm/amdkfd: Fix NULL pointer dereferenceFelix Kuehling1-1/+1
2022-04-07drm/amd/display: cleanup extern usage in function definitionTom Rix1-3/+3
2022-04-07drm/amdgpu: Enable gfxoff quirk on MacBook ProTomasz Moń1-0/+2
2022-04-07drm/amdgpu: Ensure HDA function is suspended before ASIC resetKai-Heng Feng1-6/+12
2022-04-07drm/amdgpu: fix VCN 3.1.2 firmware nameAlex Deucher1-1/+1
2022-04-07drm/amd/display: don't ignore alpha property on pre-multiplied modeMelissa Wen2-10/+18
2022-04-07drm/amdkfd: Improve concurrency of event handlingFelix Kuehling3-43/+88
2022-04-06drm/amd/dc: remove duplicate includeLv Ruyi1-1/+0
2022-04-06drm/amdgpu/smu10: fix SoC/fclk units in auto modeAlex Deucher1-4/+4
2022-04-06drm/amd/display: update dcn315 clock table readDmytro Laktyushkin1-40/+67
2022-04-06drm/amdgpu: Remove leftover igp_lane_infoGrigory Vasilyev1-21/+0
2022-04-06drm/radeon: change si_default_state table from global to staticTom Rix3-256/+222
2022-04-06drm/amdgpu/display: change pipe policy for DCN 2.1Benjamin Marty1-1/+1
2022-04-06drm/radeon: simplify if-if to if-elseGuo Zhengkui1-1/+1
2022-04-06drm/amdkfd: Add missing NULL check in svm_range_map_to_gpuPhilip Yang1-1/+1
2022-04-05drm/amd/display: [FW Promotion] Release 0.0.111.0Anthony Koo1-20/+82
2022-04-05drm/amd/display: Check for invalid input params when building scaling paramsMichael Strauss1-0/+9
2022-04-05drm/amd/display: Move link_trace for edp to dp_traceLeo (Hanghong) Ma4-22/+40
2022-04-05drm/amd/display: 3.2.180Aric Cyr1-1/+1
2022-04-05drm/amd/display: fix missing-prototypes warningBecle Lee1-0/+1
2022-04-05drm/amd/display: Enable 3 plane for DCN 3.0 and 3.02Krunoslav Kovac2-6/+6
2022-04-05drm/amd/display: extract set stream attribute to link_hwssWenjing Liu8-47/+94
2022-04-05drm/amd/display: revert Power down hardware if timer not triggerMartin Leung1-25/+1
2022-04-05drm/amd/display: add support for handling 128b/132b link training test requestWenjing Liu2-2/+36
2022-04-05drm/amd/display: Add configuration options for AUX wake work around.Jimmy Kizito2-1/+24
2022-04-05drm/amd/display: Remove underflow IRQ typeAngus Wang1-1/+0
2022-04-05drm/amd/display: Add flip interval workaroundAngus Wang2-1/+85
2022-04-05drm/amd/display: remove assert for odm transition caseEric Bernstein1-1/+0
2022-04-05drm/amdgpu: Flush TLB after mapping for VG20+XGMIPhilip Yang1-0/+6
2022-04-05drm/amdgpu: don't use BACO for reset in S3Alex Deucher1-0/+11
2022-04-05drm/amdgpu/vcn: Remove unneeded semicolonHaowen Bai1-1/+1
2022-04-05drm/amd/display: Fix unused-but-set-variable warningAashish Sharma1-4/+2
2022-04-05amdgpu/pm: Enable sysfs nodes for vclk and dclk for NAVI12Marko Zekovic1-2/+4
2022-04-05drm/amdgpu: fix TLB flushing during evictionChristian König3-48/+48
2022-04-05drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bwCHANDAN VURDIGERE NATARAJ1-0/+2
2022-03-31drm/amdkfd: Create file descriptor after client is added to smi_clients listLee Jones1-9/+15
2022-03-31drm/amdgpu: Sync up header and implementation to use the same parameter namesMa Jun1-2/+2
2022-03-31drm/amdgpu: fix incorrect GCR_GENERAL_CNTL addressRuili Ji1-3/+3
2022-03-31drm/amdgpu: Fix unique_id references for Sienna CichlidKent Russell2-12/+4
2022-03-31drm/amd/display: remove DC_FP_* wrapper from dml folderMelissa Wen4-18/+10
2022-03-31drm/amd/display: detach fpu operations from dcn10_validate_bandwidth in calcsMelissa Wen3-5/+16
2022-03-31drm/amdgpu: Add unique_id support for sienna cichlidKent Russell3-2/+45
2022-03-31drm/amdgpu: Use metrics data function to get unique_id for AldebaranKent Russell1-7/+9
2022-03-31drm/amdgpu: Add UNIQUE_ID to MetricsMember_tKent Russell1-0/+2
2022-03-31drm/amdgpu: Use switch case for unique_idKent Russell1-4/+9
2022-03-31drm/amdkfd: Use atomic64_t type for pdd->tlb_seqPhilip Yang2-4/+8