dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 205185] New: amdgpu compile failure
@ 2019-10-14  8:32 bugzilla-daemon
  2019-11-11 17:29 ` [Bug 205185] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-10-14  8:32 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205185

            Bug ID: 205185
           Summary: amdgpu compile failure
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.3.5 - 5.3.6
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: blocking
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: stijn+bugs@linux-ipv6.be
        Regression: No

5.3.5 and 5.3.6 do not compile:

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_dpp.c: In function
‘dpp2_cnv_setup’:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_dpp.c:94:30: note: byref
variable will be forcibly initialized
  struct out_csc_color_matrix tbl_entry;
                              ^~~~~~~~~
  CC [M]  drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hubbub.o
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c: In function
‘dcn20_init_hw’:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:589:37: error:
‘const struct resource_caps’ has no member named ‘num_dsc’; did you mean
‘num_ddc’?
  for (i = 0; i < res_pool->res_cap->num_dsc; i++)
                                     ^~~~~~~
                                     num_ddc
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:590:3: error:
implicit declaration of function ‘dcn20_dsc_pg_control’; did you mean
‘dcn20_dpp_pg_control’? [-Werror=implicit-function-declaration]
   dcn20_dsc_pg_control(hws, res_pool->dscs[i]->inst, false);
   ^~~~~~~~~~~~~~~~~~~~
   dcn20_dpp_pg_control
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:590:39: error:
‘struct resource_pool’ has no member named ‘dscs’; did you mean ‘dpps’?
   dcn20_dsc_pg_control(hws, res_pool->dscs[i]->inst, false);
                                       ^~~~
                                       dpps

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 205185] amdgpu compile failure
  2019-10-14  8:32 [Bug 205185] New: amdgpu compile failure bugzilla-daemon
@ 2019-11-11 17:29 ` bugzilla-daemon
  2019-11-11 17:45 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-11 17:29 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205185

Stijn Tintel (stijn+bugs@linux-ipv6.be) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|5.3.5 - 5.3.6               |5.3.5 - 5.3.10

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 205185] amdgpu compile failure
  2019-10-14  8:32 [Bug 205185] New: amdgpu compile failure bugzilla-daemon
  2019-11-11 17:29 ` [Bug 205185] " bugzilla-daemon
@ 2019-11-11 17:45 ` bugzilla-daemon
  2019-11-11 20:23 ` bugzilla-daemon
  2021-12-08  9:53 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-11 17:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205185

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #1 from Alex Deucher (alexdeucher@gmail.com) ---
Make sure CONFIG_DRM_AMD_DC_DSC_SUPPORT=y in your config.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 205185] amdgpu compile failure
  2019-10-14  8:32 [Bug 205185] New: amdgpu compile failure bugzilla-daemon
  2019-11-11 17:29 ` [Bug 205185] " bugzilla-daemon
  2019-11-11 17:45 ` bugzilla-daemon
@ 2019-11-11 20:23 ` bugzilla-daemon
  2021-12-08  9:53 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-11 20:23 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205185

--- Comment #2 from Stijn Tintel (stijn+bugs@linux-ipv6.be) ---
Thanks. Enabling that symbol fixes the compile failure. This wasn't a problem
in 5.3.0 - 5.3.4, so there's a regression introduced in 5.3.5, which should
still be fixed. Probably needs a dependency in some Kconfig file.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 205185] amdgpu compile failure
  2019-10-14  8:32 [Bug 205185] New: amdgpu compile failure bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-11-11 20:23 ` bugzilla-daemon
@ 2021-12-08  9:53 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-12-08  9:53 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=205185

Stijn Tintel (stijn+bugs@linux-ipv6.be) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |OBSOLETE

--- Comment #3 from Stijn Tintel (stijn+bugs@linux-ipv6.be) ---
As more recent kernels don't seem to have DRM_AMD_DC_DSC_SUPPORT anymore, I
don't know how to reproduce this anymore so let's just close it.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-08  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14  8:32 [Bug 205185] New: amdgpu compile failure bugzilla-daemon
2019-11-11 17:29 ` [Bug 205185] " bugzilla-daemon
2019-11-11 17:45 ` bugzilla-daemon
2019-11-11 20:23 ` bugzilla-daemon
2021-12-08  9:53 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).