All of lore.kernel.org
 help / color / mirror / Atom feed
* Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
@ 2019-08-20 21:00 Nick Desaulniers
  2019-08-20 21:07 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Desaulniers @ 2019-08-20 21:00 UTC (permalink / raw)
  To: # 3.4.x, Greg KH, Sasha Levin, Guenter Roeck

Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
prevent Clang from emitting libcalls to undefined SW FP routines") to
4.19.y.

It will help with AMD based chromebooks for ChromeOS.

-- 
Thanks,
~Nick Desaulniers

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

* Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
  2019-08-20 21:00 Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y Nick Desaulniers
@ 2019-08-20 21:07 ` Greg KH
  2019-08-20 21:25   ` Sasha Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2019-08-20 21:07 UTC (permalink / raw)
  To: Nick Desaulniers; +Cc: # 3.4.x, Sasha Levin, Guenter Roeck

On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote:
> Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
> prevent Clang from emitting libcalls to undefined SW FP routines") to
> 4.19.y.
> 
> It will help with AMD based chromebooks for ChromeOS.

That commit id is not in Linus's tree, are you sure you got it correct?

thanks,

greg k-h

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

* Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
  2019-08-20 21:07 ` Greg KH
@ 2019-08-20 21:25   ` Sasha Levin
  2019-08-20 21:35     ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Sasha Levin @ 2019-08-20 21:25 UTC (permalink / raw)
  To: Greg KH; +Cc: Nick Desaulniers, # 3.4.x, Guenter Roeck

On Tue, Aug 20, 2019 at 02:07:16PM -0700, Greg KH wrote:
>On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote:
>> Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
>> prevent Clang from emitting libcalls to undefined SW FP routines") to
>> 4.19.y.
>>
>> It will help with AMD based chromebooks for ChromeOS.
>
>That commit id is not in Linus's tree, are you sure you got it correct?

That's a linux-next commit.

--
Thanks,
Sasha

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

* Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
  2019-08-20 21:25   ` Sasha Levin
@ 2019-08-20 21:35     ` Greg KH
  2019-08-20 21:41       ` Nick Desaulniers
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2019-08-20 21:35 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Nick Desaulniers, # 3.4.x, Guenter Roeck

On Tue, Aug 20, 2019 at 05:25:39PM -0400, Sasha Levin wrote:
> On Tue, Aug 20, 2019 at 02:07:16PM -0700, Greg KH wrote:
> > On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote:
> > > Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
> > > prevent Clang from emitting libcalls to undefined SW FP routines") to
> > > 4.19.y.
> > > 
> > > It will help with AMD based chromebooks for ChromeOS.
> > 
> > That commit id is not in Linus's tree, are you sure you got it correct?
> 
> That's a linux-next commit.

Great, we can wait for it to show up in Linus's tree first :)

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

* Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
  2019-08-20 21:35     ` Greg KH
@ 2019-08-20 21:41       ` Nick Desaulniers
  2019-09-22  8:16         ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Desaulniers @ 2019-08-20 21:41 UTC (permalink / raw)
  To: Greg KH; +Cc: Sasha Levin, # 3.4.x, Guenter Roeck

On Tue, Aug 20, 2019 at 2:35 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Aug 20, 2019 at 05:25:39PM -0400, Sasha Levin wrote:
> > On Tue, Aug 20, 2019 at 02:07:16PM -0700, Greg KH wrote:
> > > On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote:
> > > > Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
> > > > prevent Clang from emitting libcalls to undefined SW FP routines") to
> > > > 4.19.y.
> > > >
> > > > It will help with AMD based chromebooks for ChromeOS.
> > >
> > > That commit id is not in Linus's tree, are you sure you got it correct?
> >
> > That's a linux-next commit.
>
> Great, we can wait for it to show up in Linus's tree first :)

*checks tree*
Oh yeah, oops.  Sorry for the noise.

-- 
Thanks,
~Nick Desaulniers

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

* Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
  2019-08-20 21:41       ` Nick Desaulniers
@ 2019-09-22  8:16         ` Greg KH
  2019-09-22 21:09           ` Sasha Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2019-09-22  8:16 UTC (permalink / raw)
  To: Nick Desaulniers; +Cc: Sasha Levin, # 3.4.x, Guenter Roeck

On Tue, Aug 20, 2019 at 02:41:15PM -0700, Nick Desaulniers wrote:
> On Tue, Aug 20, 2019 at 2:35 PM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Tue, Aug 20, 2019 at 05:25:39PM -0400, Sasha Levin wrote:
> > > On Tue, Aug 20, 2019 at 02:07:16PM -0700, Greg KH wrote:
> > > > On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote:
> > > > > Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
> > > > > prevent Clang from emitting libcalls to undefined SW FP routines") to
> > > > > 4.19.y.
> > > > >
> > > > > It will help with AMD based chromebooks for ChromeOS.
> > > >
> > > > That commit id is not in Linus's tree, are you sure you got it correct?
> > >
> > > That's a linux-next commit.
> >
> > Great, we can wait for it to show up in Linus's tree first :)
> 
> *checks tree*
> Oh yeah, oops.  Sorry for the noise.

It's in Linus's tree now, but it does not apply to 5.2.y or 4.19.y, so
can you provide a working backport for those kernels?

thanks,

greg k-h

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

* Re: Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y
  2019-09-22  8:16         ` Greg KH
@ 2019-09-22 21:09           ` Sasha Levin
  0 siblings, 0 replies; 7+ messages in thread
From: Sasha Levin @ 2019-09-22 21:09 UTC (permalink / raw)
  To: Greg KH; +Cc: Nick Desaulniers, # 3.4.x, Guenter Roeck

On Sun, Sep 22, 2019 at 10:16:38AM +0200, Greg KH wrote:
>On Tue, Aug 20, 2019 at 02:41:15PM -0700, Nick Desaulniers wrote:
>> On Tue, Aug 20, 2019 at 2:35 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>> >
>> > On Tue, Aug 20, 2019 at 05:25:39PM -0400, Sasha Levin wrote:
>> > > On Tue, Aug 20, 2019 at 02:07:16PM -0700, Greg KH wrote:
>> > > > On Tue, Aug 20, 2019 at 02:00:21PM -0700, Nick Desaulniers wrote:
>> > > > > Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to
>> > > > > prevent Clang from emitting libcalls to undefined SW FP routines") to
>> > > > > 4.19.y.
>> > > > >
>> > > > > It will help with AMD based chromebooks for ChromeOS.
>> > > >
>> > > > That commit id is not in Linus's tree, are you sure you got it correct?
>> > >
>> > > That's a linux-next commit.
>> >
>> > Great, we can wait for it to show up in Linus's tree first :)
>>
>> *checks tree*
>> Oh yeah, oops.  Sorry for the noise.
>
>It's in Linus's tree now, but it does not apply to 5.2.y or 4.19.y, so
>can you provide a working backport for those kernels?

Looks like it was mostly due to missing 7ed4e6352c16f ("drm/amd/display:
Add DCN2 HW Sequencer and Resource") on older kernels. I've fixed it up
and queued it up.

--
Thanks,
Sasha

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

end of thread, other threads:[~2019-09-22 21:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20 21:00 Please apply commit 0f0727d971f6 ("drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines") to 4.19.y Nick Desaulniers
2019-08-20 21:07 ` Greg KH
2019-08-20 21:25   ` Sasha Levin
2019-08-20 21:35     ` Greg KH
2019-08-20 21:41       ` Nick Desaulniers
2019-09-22  8:16         ` Greg KH
2019-09-22 21:09           ` Sasha Levin

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.