- Oct 19, 2020
-
-
stanley yang authored
GCEA/MMHUB EA error should not result to DF freeze, this is fixed in next generation, but for some reasons the GCEA/MMHUB EA error will result to DF freeze in previous generation, diver should avoid to indicate GCEA/MMHUB EA error as hw fatal error in kernel message by read GCEA/MMHUB err status registers. Changed from V1: make query_ras_error_status function more general make read mmhub er status register more friendly Changed from V2: move ras error status query function into do_recovery workqueue Changed from V3: remove useless code from V2, print GCEA error status instance number Signed-off-by:
Stanley.Yang <Stanley.Yang@amd.com> Reviewed-by:
Hawking Zhang <Hawking.Zhang@amd.com> Change-Id: Ie25e03c1888d8871cea51e473c5268f2fb54f23f
-
- Oct 16, 2020
-
-
bhawanpreet lakha authored
If we have more than 4 displays we will run into dummy irq calls or flip timout issues. Change-Id: I53f6ad33d9a0d372375904d1f8e5c552e29447c9 Signed-off-by:
Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Acked-by:
Alex Deucher <alexander.deucher@amd.com>
-
This is caused by "Move disable interrupt into commit tail" v5.9-rc2-322-g042198ce8735 v2: move the macro definition into display specific header file. Signed-off-by:
Shiwu Zhang <shiwu.zhang@amd.com> Reviewed-by:
Flora Cui <flora.cui@amd.com>
-
[Why&How] Since there is no need for accessing crtc state in the interrupt handler, interrupts need not be disabled well in advance, and can be moved to commit_tail where it should be. Signed-off-by:
Aurabindo Pillai <aurabindo.pillai@amd.com>
-
- Oct 15, 2020
-
-
Kent Russell authored
The KCL already covers this, so make the change to handle newer kernels that have the new definition utilized. Signed-off-by:
Kent Russell <kent.russell@amd.com> Reviewed-by:
Felix Kuehling <Felix.Kuehling@amd.com>
-
- Oct 13, 2020
-
-
fcui authored
Signed-off-by:
Flora Cui <flora.cui@amd.com> Reviewed-by:
Guchun Chen <guchun.chen@amd.com>
-
fcui authored
fake a kcl copy for legacy kernel support. Signed-off-by:
Flora Cui <flora.cui@amd.com> Reviewed-by:
Guchun Chen <guchun.chen@amd.com>
-
- Oct 10, 2020
-
-
introduced in commit f5678e7f ("kernel: better document the use_mm/unuse_mm API contract") Signed-off-by:
Flora Cui <flora.cui@amd.com>
-
- Oct 09, 2020
-
-
Instead of guessing at a sufficient size for the CPU VCRAT, base the size on the number of online NUMA nodes. Signed-off-by:
Kent Russell <kent.russell@amd.com> Reviewed-by:
Felix Kuehling <Felix.Kuehling@amd.com>
-
Add per-process eviction counters to sysfs to keep track of how many eviction events have happened for each process. v2: rename the stats dir, and track all evictions per process, per device. v3: Simplify the stats kobject handling and cleanup. v4: more code cleanup Signed-off-by:
Philip Cox <Philip.Cox@amd.com> Reviewed-by:
Felix Kuehling <Felix.Kuehling@amd.com>
-
Extending the module parameter debug_evictions to also print a stack trace when the eviction code path is called. Signed-off-by:
Philip Cox <Philip.Cox@amd.com> Reviewed-by:
Felix Kuehling <Felix.Kuehling@amd.com>
-
- Oct 08, 2020
-
-
bhawanpreet lakha authored
There is a bug in drm_dp_mst_add_affected_dsc_crtc(), that caused mst dsc hotplugs to not work because atomic check will fail. This was fixed upstream but is not guaranteed to be in the kernel that dkms is running on. Add a copy of drm_dp_mst_add_affected_dsc_crtc() with the fix. Reference: 2ee394a1 ("drm/dp_mst: Don't return error code when crtc is null") Signed-off-by:
Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Acked-by:
Alex Deucher <alexander.deucher@amd.com>
-
- Oct 01, 2020
-
-
Hawking Zhang authored
add mp0 11_0_11 for navy_flounder to the mem training supported list, otherwise the modeprobe would fail on navy_flounder with latest vbios. Signed-off-by:
Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by:
Alex Deucher <alexander.deucher@amd.com>
-
- Sep 30, 2020
-
-
Jiansong Chen authored
gfxoff is temporarily disabled for navy_flounder, since at present the feature caused some tdr when performing display operations. Signed-off-by:
Jiansong Chen <Jiansong.Chen@amd.com> Reviewed-by:
Tao Zhou <tao.zhou1@amd.com> Change-Id: Ib2be4041f82a3f5e12c657541c516815c8eb3670
-
The VG20 DIDs 66a0, 66a1 and 66a4 are used for various SKUs that may or may not have the FRU EEPROM on it. Parse the VBIOS to check for server SKU variants (D131 or D134) until a more general solution can be determined. v2: Remove string-based logic, correct the VBIOS string comment Signed-off-by:
Kent Russell <kent.russell@amd.com> Reviewed-by:
Felix Kuehling <Felix.Kuehling@amd.com>
-
- Sep 28, 2020
-
-
Rui Teng authored
Change-Id: I814ada946b44dfea2a007f5e14431dd2cb1ab59f Signed-off-by:
Rui Teng <rui.teng@amd.com>
-
Guchun Chen authored
Merge ras sysfs creation together by calling sysfs_create_group once, as sysfs_update_group may not work properly as expected. v2: improve commit message Signed-off-by:
Guchun Chen <guchun.chen@amd.com> Acked-by:
Christian König <christian.koenig@amd.com> Reviewed-by:
Dennis Li <Dennis.Li@amd.com>
-
fcui authored
fake a kcl copy if not available. mem_encrypt_active() is introduced in v4.14-rc8-89-gd8aa7eea78a1 Change-Id: I5bb2aa8276d9716047f219c976c8ce4affcb89c4 Signed-off-by:
Flora Cui <flora.cui@amd.com>
-
Rui Teng authored
Change-Id: Ibd134ea52348551c9689738c91481942dd9df2a9 Signed-off-by:
Rui Teng <rui.teng@amd.com>
-
- Sep 25, 2020
-
-
John Clements authored
disable UMC RAS in lieu of stability issues on certain sku Reviewed-by:
Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by:
John Clements <john.clements@amd.com> Change-Id: Ibd6f634548e99fb895b4a12601935d1a843af2a1
-
- Sep 22, 2020
-
-
Likun Gao authored
Update driver if file for sienna cichlid. Signed-off-by:
Likun Gao <Likun.Gao@amd.com> Reviewed-by:
Jiansong Chen <Jiansong.Chen@amd.com> Change-Id: Ie24a6a060ed2459fc381bfb7e19fc78ab7261aac
-
Likun Gao authored
Update driver if file for sienna cichlid. Signed-off-by:
Likun Gao <Likun.Gao@amd.com> Reviewed-by:
Jiansong Chen <Jiansong.Chen@amd.com> Change-Id: Ie24a6a060ed2459fc381bfb7e19fc78ab7261aac
-
Rui Teng authored
Change-Id: Iaf02c2ee5ba9fff919befd1346f60449b3c0a5b4 Signed-off-by:
Rui Teng <rui.teng@amd.com>
-
Rui Teng authored
Change-Id: I602d7af9de9572dbf19a751d53d0e51979baaaa8 Signed-off-by:
Rui Teng <rui.teng@amd.com>
-
- Sep 21, 2020
-
-
Shiwu Zhang authored
This patch is introduced by v5.9-rc2-389-gc2bc2643976e 'drm/amdgpu/dc: Fail to load on RAVEN if SME is active' Signed-off-by:
Shiwu Zhang <shiwu.zhang@amd.com>
-
Alex Deucher authored
Copy paste typo. Reported-by:
kernel test robot <lkp@intel.com> Reviewed-by:
Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Alex Deucher authored
Due to hardware bugs, scatter/gather display on raven requires a 1:1 IOMMU mapping, however, SME (System Memory Encryption) requires an indirect IOMMU mapping because the encryption bit is beyond the DMA mask of the chip. As such, the two are incompatible. Acked-by:
Joerg Roedel <jroedel@suse.de> Reviewed-by:
Christian König <christian.koenig@amd.com> Acked-by:
Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1003:4-9: WARNING: Comparison to bool drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1083:5-11: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:619:15-49: WARNING: Comparison to bool drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:629:15-49: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:1243:14-25: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/si.c:1342:5-10: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:562:5-11: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:619:5-11: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:3563:5-31: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Zheng Bin authored
Fixes coccicheck warning: drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2805:5-11: WARNING: Comparison to bool Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Zheng Bin <zhengbin13@huawei.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
Tian Tao authored
Fix kernel-doc warnings. drivers/gpu/drm/scheduler/sched_fence.c:110: warning: Function parameter or member 'f' not described in 'drm_sched_fence_release_scheduled' drivers/gpu/drm/scheduler/sched_fence.c:110: warning: Excess function parameter 'fence' description in 'drm_sched_fence_release_scheduled' Reviewed-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Tian Tao <tiantao6@hisilicon.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
-
jokim-amd authored
Disabling perf events does not specify reset in ABI so stop doing it in hardware. Signed-off-by:
Jonathan Kim <jonathan.kim@amd.com> Reviewed-by:
Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
-
Oak Zeng authored
Add more accurate description of the pe parameter of function amdgpu_vm_sdma_udpate and amdgpu_vm_cpu_update Signed-off-by:
Oak Zeng <Oak.Zeng@amd.com> Reviewed-by:
Christian Konig <christian.koenig@amd.com>
-
Oak Zeng authored
Add comments to refect what function does Signed-off-by:
Oak Zeng <Oak.Zeng@amd.com> Reviewed-by:
Christian Konig <christian.koenig@amd.com>
-
Andrey Grodzovsky authored
Create sysfs interface also for sienna_cichlid. Signed-off-by:
Andrey Grodzovsky <andrey.grodzovsky@amd.com>
-