~vicamo/+git/amdgpu-dkms:18.10

Last commit made on 2019-05-30
Get this branch:
git clone -b 18.10 https://git.launchpad.net/~vicamo/+git/amdgpu-dkms
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
18.10
Repository:
lp:~vicamo/+git/amdgpu-dkms

Recent commits

f4e998e... by You-Sheng Yang

debian: add generated debian/control

bcd4787... by You-Sheng Yang

debian: debianize for dkms packaging

0154ee7... by =?utf-8?q?Nicolai_H=C3=A4hnle?= <email address hidden>

drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders

Otherwise, the SQ may skip some of the register writes, or shader waves may
be allocated where we don't expect them, so that as a result we don't actually
reset all of the register SRAMs. This can lead to spurious ECC errors later on
if a shader uses an uninitialized register.

Signed-off-by: Nicolai Hähnle <email address hidden>
Reviewed-by: Alex Deucher <email address hidden>
Signed-off-by: Alex Deucher <email address hidden>
Cc: <email address hidden>

a789a60... by jimqu

Revert "drm/amdgpu: enable GFXOFF on raven as default"

This reverts commit bf6117018359856f9e6f1d09452bad4d807da1ff.

Change-Id: I6338588821a94df6e6a91d4c2d5291e8f952f5bc
Signed-off-by: Jim Qu <email address hidden>

bf61170... by jimqu

drm/amdgpu: enable GFXOFF on raven as default

Change-Id: Ia951b999f559fdbfc26b6ece8ac310b6dac735ee
Signed-off-by: Jim Qu <email address hidden>
Reviewed-by: Huang Rui <email address hidden>

c80a26f... by jimqu

drm/amdgpu: fix building error

Change-Id: I6fe5899b108d42fde431bad63d21ad3287d4e05b
Signed-off-by: Jim Qu<email address hidden>
Reviewed-by: Huang Rui <email address hidden>

62de3a2... by jimqu

drm/amdgpu: add new cgs interface to get amdgpu device

Change-Id: I08637aaa4501be00f0ef99e53df00035dd407bf6
Signed-off-by: Jim Qu <email address hidden>
Reviewed-by: Huang Rui <email address hidden>

c1be3d7... by jimqu

drm/amdgpu: use pp_feature to init feature_mask

Change-Id: I7d0adb7c2cf22434181a439509c2e07d334abb56
Signed-off-by: Jim Qu <email address hidden>
Reviewed-by: Huang Rui <email address hidden>

52b56a8... by Ray Huang

drm/amd/powerplay: use the flag to decide whether send gfxoff smc message

Signed-off-by: Huang Rui <email address hidden>
Reviewed-by: Hawking Zhang <email address hidden>
Reviewed-by: Alex Deucher <email address hidden>

3926b20... by Ray Huang

drm/amdgpu: set CGPG if gfxoff is enabled for raven

Signed-off-by: Huang Rui <email address hidden>
Reviewed-by: Hawking Zhang <email address hidden>
Reviewed-by: Alex Deucher <email address hidden>