From: Stephen Rothwell <hidden> Date: 2021-05-04 23:35:10
Hi all,
After merging the amdgpu tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'amdgpu_dm_initialize_drm_device':
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3728:7: error: implicit declaration of function 'register_outbox_irq_handlers'; did you mean 'register_hpd_handlers'? [-Werror=implicit-function-declaration]
3728 | if (register_outbox_irq_handlers(dm->adev)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| register_hpd_handlers
Caused by commit
77a49c458931 ("drm/amd/display: Support for DMUB AUX")
I have used the amdgpu tree from next-20210504 for today.
--
Cheers,
Stephen Rothwell
From: Stephen Rothwell <hidden> Date: 2021-05-09 22:46:45
Hi all,
On Wed, 5 May 2021 09:34:58 +1000 Stephen Rothwell [off-list ref] wrote:
After merging the amdgpu tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'amdgpu_dm_initialize_drm_device':
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3728:7: error: implicit declaration of function 'register_outbox_irq_handlers'; did you mean 'register_hpd_handlers'? [-Werror=implicit-function-declaration]
3728 | if (register_outbox_irq_handlers(dm->adev)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| register_hpd_handlers
Caused by commit
77a49c458931 ("drm/amd/display: Support for DMUB AUX")
I have used the amdgpu tree from next-20210504 for today.
This has now been broken for 6 days ... please fix or revert.
--
Cheers,
Stephen Rothwell
From: Alex Deucher <hidden> Date: 2021-05-10 15:06:54
On Sun, May 9, 2021 at 6:46 PM Stephen Rothwell [off-list ref] wrote:
Hi all,
On Wed, 5 May 2021 09:34:58 +1000 Stephen Rothwell [off-list ref] wrote:
quoted
After merging the amdgpu tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'amdgpu_dm_initialize_drm_device':
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3728:7: error: implicit declaration of function 'register_outbox_irq_handlers'; did you mean 'register_hpd_handlers'? [-Werror=implicit-function-declaration]
3728 | if (register_outbox_irq_handlers(dm->adev)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| register_hpd_handlers
Caused by commit
77a49c458931 ("drm/amd/display: Support for DMUB AUX")
I have used the amdgpu tree from next-20210504 for today.
This has now been broken for 6 days ... please fix or revert.
Sure, but that is not in the amdgpu tree that linux-next includes
(https://gitlab.freedesktop.org/agd5f/linux#drm-next). Did you forget
to push it out, or is it still being reviewed/tested?
--
Cheers,
Stephen Rothwell