* Missing amdgpu firmware files
@ 2015-10-27 15:42 Seth Forshee
2015-10-27 15:47 ` Christian König
0 siblings, 1 reply; 6+ messages in thread
From: Seth Forshee @ 2015-10-27 15:42 UTC (permalink / raw)
To: Alex Deucher, Christian König, Oded Gabbay; +Cc: dri-devel
I've received reports from Ubuntu users about missing amdgpu firmware
files with 4.2 kernels. The driver calls out a number of
radeon/*_sdma1.bin files that are not present in the linux-firmware git
repo. Are these files available anywhere (under a license that allows
redistribution), and will they be pushed up to linux-firmware anytime
soon?
Thanks,
Seth
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Missing amdgpu firmware files
2015-10-27 15:42 Missing amdgpu firmware files Seth Forshee
@ 2015-10-27 15:47 ` Christian König
2015-10-27 15:51 ` Deucher, Alexander
2015-10-27 16:06 ` Seth Forshee
0 siblings, 2 replies; 6+ messages in thread
From: Christian König @ 2015-10-27 15:47 UTC (permalink / raw)
To: Seth Forshee, Alex Deucher, Oded Gabbay; +Cc: dri-devel
Well that's strange. Essentially those are just duplicates to the
existing files and the driver should fallback to them.
IIRC the radeon/*_sdma1.bin files are only requested when you try to use
CIK support with amdgpu which isn't a good idea in a production environment.
What's the link for the bug reports? It's most likely just people trying
to use the driver with hardware which it isn't supposed to be used with.
We probably should either remove CIK support totally from the amdgpu or
add all the files to the firmware repository.
Regards,
Christian.
On 27.10.2015 16:42, Seth Forshee wrote:
> I've received reports from Ubuntu users about missing amdgpu firmware
> files with 4.2 kernels. The driver calls out a number of
> radeon/*_sdma1.bin files that are not present in the linux-firmware git
> repo. Are these files available anywhere (under a license that allows
> redistribution), and will they be pushed up to linux-firmware anytime
> soon?
>
> Thanks,
> Seth
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Missing amdgpu firmware files
2015-10-27 15:47 ` Christian König
@ 2015-10-27 15:51 ` Deucher, Alexander
2015-10-27 16:06 ` Seth Forshee
1 sibling, 0 replies; 6+ messages in thread
From: Deucher, Alexander @ 2015-10-27 15:51 UTC (permalink / raw)
To: Koenig, Christian, Seth Forshee, Oded Gabbay
Cc: dri-devel@lists.freedesktop.org
> -----Original Message-----
> From: Koenig, Christian
> Sent: Tuesday, October 27, 2015 11:48 AM
> To: Seth Forshee; Deucher, Alexander; Oded Gabbay
> Cc: dri-devel@lists.freedesktop.org
> Subject: Re: Missing amdgpu firmware files
>
> Well that's strange. Essentially those are just duplicates to the
> existing files and the driver should fallback to them.
>
> IIRC the radeon/*_sdma1.bin files are only requested when you try to use
> CIK support with amdgpu which isn't a good idea in a production
> environment.
>
> What's the link for the bug reports? It's most likely just people trying
> to use the driver with hardware which it isn't supposed to be used with.
>
> We probably should either remove CIK support totally from the amdgpu or
> add all the files to the firmware repository.
Exactly. They are only used if you forcibly enable CIK support in amdgpu which is just for testing. CIK is already supported in radeon and that should be used for CIK parts. Sdma1 is identical to regular sdma file so you can just symlink them or copy them. I guess I can update the firmware tree.
Alex
>
> Regards,
> Christian.
>
> On 27.10.2015 16:42, Seth Forshee wrote:
> > I've received reports from Ubuntu users about missing amdgpu firmware
> > files with 4.2 kernels. The driver calls out a number of
> > radeon/*_sdma1.bin files that are not present in the linux-firmware git
> > repo. Are these files available anywhere (under a license that allows
> > redistribution), and will they be pushed up to linux-firmware anytime
> > soon?
> >
> > Thanks,
> > Seth
> >
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Missing amdgpu firmware files
2015-10-27 15:47 ` Christian König
2015-10-27 15:51 ` Deucher, Alexander
@ 2015-10-27 16:06 ` Seth Forshee
2015-10-27 16:10 ` Deucher, Alexander
1 sibling, 1 reply; 6+ messages in thread
From: Seth Forshee @ 2015-10-27 16:06 UTC (permalink / raw)
To: Christian König; +Cc: Alex Deucher, dri-devel
On Tue, Oct 27, 2015 at 04:47:53PM +0100, Christian König wrote:
> Well that's strange. Essentially those are just duplicates to the
> existing files and the driver should fallback to them.
>
> IIRC the radeon/*_sdma1.bin files are only requested when you try to
> use CIK support with amdgpu which isn't a good idea in a production
> environment.
>
> What's the link for the bug reports? It's most likely just people
> trying to use the driver with hardware which it isn't supposed to be
> used with.
There have been a few reports that the firmware is missing, but only one
I see where the user actually reports any display problems.
http://bugs.launchpad.net/bugs/1510405
Of course it's possible that he is jumping to conclusions about the
missing firmware files causing his display issues.
Thanks,
Seth
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Missing amdgpu firmware files
2015-10-27 16:06 ` Seth Forshee
@ 2015-10-27 16:10 ` Deucher, Alexander
2015-10-27 16:17 ` Seth Forshee
0 siblings, 1 reply; 6+ messages in thread
From: Deucher, Alexander @ 2015-10-27 16:10 UTC (permalink / raw)
To: 'Seth Forshee', Koenig, Christian; +Cc: dri-devel@lists.freedesktop.org
> -----Original Message-----
> From: Seth Forshee [mailto:seth.forshee@canonical.com]
> Sent: Tuesday, October 27, 2015 12:06 PM
> To: Koenig, Christian
> Cc: Deucher, Alexander; Oded Gabbay; dri-devel@lists.freedesktop.org
> Subject: Re: Missing amdgpu firmware files
>
> On Tue, Oct 27, 2015 at 04:47:53PM +0100, Christian König wrote:
> > Well that's strange. Essentially those are just duplicates to the
> > existing files and the driver should fallback to them.
> >
> > IIRC the radeon/*_sdma1.bin files are only requested when you try to
> > use CIK support with amdgpu which isn't a good idea in a production
> > environment.
> >
> > What's the link for the bug reports? It's most likely just people
> > trying to use the driver with hardware which it isn't supposed to be
> > used with.
>
> There have been a few reports that the firmware is missing, but only one
> I see where the user actually reports any display problems.
>
> http://bugs.launchpad.net/bugs/1510405
>
> Of course it's possible that he is jumping to conclusions about the
> missing firmware files causing his display issues.
The driver refuses to load if the firmware is missing. However, as Christian mentioned, you will only get those messages if you've enabled CIK support amdgpu which we don't recommend (controlled by CONFIG_DRM_AMDGPU_CIK). Radeon does not require the additional firmware.
Alex
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Missing amdgpu firmware files
2015-10-27 16:10 ` Deucher, Alexander
@ 2015-10-27 16:17 ` Seth Forshee
0 siblings, 0 replies; 6+ messages in thread
From: Seth Forshee @ 2015-10-27 16:17 UTC (permalink / raw)
To: Deucher, Alexander; +Cc: Koenig, Christian, dri-devel@lists.freedesktop.org
On Tue, Oct 27, 2015 at 04:10:33PM +0000, Deucher, Alexander wrote:
> > -----Original Message-----
> > From: Seth Forshee [mailto:seth.forshee@canonical.com]
> > Sent: Tuesday, October 27, 2015 12:06 PM
> > To: Koenig, Christian
> > Cc: Deucher, Alexander; Oded Gabbay; dri-devel@lists.freedesktop.org
> > Subject: Re: Missing amdgpu firmware files
> >
> > On Tue, Oct 27, 2015 at 04:47:53PM +0100, Christian König wrote:
> > > Well that's strange. Essentially those are just duplicates to the
> > > existing files and the driver should fallback to them.
> > >
> > > IIRC the radeon/*_sdma1.bin files are only requested when you try to
> > > use CIK support with amdgpu which isn't a good idea in a production
> > > environment.
> > >
> > > What's the link for the bug reports? It's most likely just people
> > > trying to use the driver with hardware which it isn't supposed to be
> > > used with.
> >
> > There have been a few reports that the firmware is missing, but only one
> > I see where the user actually reports any display problems.
> >
> > http://bugs.launchpad.net/bugs/1510405
> >
> > Of course it's possible that he is jumping to conclusions about the
> > missing firmware files causing his display issues.
>
> The driver refuses to load if the firmware is missing. However, as Christian mentioned, you will only get those messages if you've enabled CIK support amdgpu which we don't recommend (controlled by CONFIG_DRM_AMDGPU_CIK). Radeon does not require the additional firmware.
Got it, thanks. I'll disable it.
Seth
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-10-27 16:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 15:42 Missing amdgpu firmware files Seth Forshee
2015-10-27 15:47 ` Christian König
2015-10-27 15:51 ` Deucher, Alexander
2015-10-27 16:06 ` Seth Forshee
2015-10-27 16:10 ` Deucher, Alexander
2015-10-27 16:17 ` Seth Forshee
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.