~vicamo/+git/amdgpu-dkms:18.50

Last commit made on 2019-05-30
Get this branch:
git clone -b 18.50 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.50
Repository:
lp:~vicamo/+git/amdgpu-dkms

Recent commits

05e4dfb... by You-Sheng Yang

debian: add generated debian/control

2cdfec0... by You-Sheng Yang

debian: debianize for dkms packaging

155b4a3... by Tom St Denis

drm/amd/amdkcl: Fix private data member for kernels below v3.9

Signed-off-by: Tom St Denis <email address hidden>
Acked-by: Alex Deucher <email address hidden>
Reviewed-by: Tim Writer <email address hidden>

3c002fa... by Tao Zhou <email address hidden>

drm/amdgpu: add thick tile mode settings for Oland of gfx6

Adding thick tile mode for Oland to prevent UMD from getting mode value 0

Change-Id: Ic73265c89e075361452830d673dfd8af9c18ab53
Signed-off-by: Tao Zhou <email address hidden>
Tested-by: Hui.Deng <email address hidden>
Reviewed-by: Hawking Zhang <email address hidden>

e444093... by Alex Deucher

drm/amdgpu: don't clamp debugfs register access to the BAR size

This prevents us from accessing extended registers in tools like
umr. The register access functions already check if the offset
is beyond the BAR size and use the indirect accessors with locking
so this is safe.

Reviewed-by: Christian König <email address hidden>
Signed-off-by: Alex Deucher <email address hidden>

f61d5db... by Roman Li <email address hidden>

drm/amd/display: Raise dispclk value for dce11

[Why]
The visual corruption due to low display clock value.
Observed on Carrizo 4K@60Hz.

[How]
There was earlier patch for dspclk:
drm/amd/display: Raise dispclk value for dce_update_clocks'
Adding +15% workaround also to to dce11_update_clocks

Change-Id: I6b4c60ce7ece411e09a88ef8eda68fb2947c734f
Signed-off-by: Roman Li <email address hidden>
Reviewed-by: Nicholas Kazlauskas <email address hidden>
Acked-by: Alex Deucher <email address hidden>

1cf54d6... by Ray Huang

drm/amdgpu: fix the incorrect external id for raven series

This patch fixes the incorrect external id that kernel reports to user mode
driver. Raven2's rev_id is starts from 0x8, so its external id (0x81) should
start from rev_id + 0x79 (0x81 - 0x8). And Raven's rev_id should be 0x21 while
rev_id == 1.

Reported-by: Crystal Jin <email address hidden>
Signed-off-by: Huang Rui <email address hidden>
Reviewed-by: Hawking Zhang <email address hidden>

c8dcca5... by Evan Quan <email address hidden>

drm/amd/powerplay: enable MGPU fan boost feature on Vega10

For those SKUs which support this feature only.

Change-Id: I74de00204d93f951e04073e5c4c4ce9c0d34f662
Signed-off-by: Evan Quan <email address hidden>
Reviewed-by: Alex Deucher <email address hidden>

6cb6399... by Evan Quan <email address hidden>

drm/amd/powerplay: support Vega10 fan table V3

MGPU fan boost related parameter is added.

Change-Id: Iaa6c570373d81199a07028f275b083f459952254
Signed-off-by: Evan Quan <email address hidden>
Reviewed-by: Alex Deucher <email address hidden>

01665e2... by aaron.liu

drm/amdgpu/psp: ignore psp response status

In some cases, psp response status is not 0 even there is no
problem while the command is submitted. Some version of PSP FW
doesn't write 0 to that field.
So here we would like to only print a warning instead of an error
during psp initialization to avoid breaking hw_init and it doesn't
return -EINVAL.

Change-Id: I680679983f972b6969f4949f1faafaf17fe996a6
Signed-off-by: Aaron Liu <email address hidden>
Reviewed-by: Huang Rui <email address hidden>
Reviewed-by: Xiangliang Yu<email address hidden>
Acked-by: Christian König <email address hidden>
Reviewed-by: Feifei Xu <email address hidden>
Reviewed-by: Paul Menzel <email address hidden>