All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] etnaviv-fixes urgent for 4.12
@ 2017-06-28  9:04 Lucas Stach
  2017-06-28  9:20 ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Lucas Stach @ 2017-06-28  9:04 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dri-devel, kernel

Hi Dave,

I realized I just missed the cut-off point for your final fixes pull,
but I have 2 more etnaviv fixes that need to go into 4.12, as they fix
fallout from the explicit sync work introduced in the last merge window.

I CC'ed Daniel and Sean in case you are already gone.

Regards,
Lucas

The following changes since commit 657314b7a5d16961e7e0ecdae4a59d28123e74c0:

  drm/etnaviv: don't put fence in case of submit failure (2017-05-05 17:12:34 +0200)

are available in the git repository at:

  https://git.pengutronix.de/git/lst/linux etnaviv/fixes

for you to fetch changes up to 426ef1bb40a3bd99ccd16d629bd1294805e96fc6:

  drm/etnaviv: Fix implicit/explicit sync sense inversion (2017-06-28 10:35:53 +0200)

----------------------------------------------------------------
Daniel Stone (1):
      drm/etnaviv: Fix implicit/explicit sync sense inversion

Lucas Stach (1):
      drm/etnaviv: fix submit flags getting overwritten by BO content

 drivers/gpu/drm/etnaviv/etnaviv_gem.h        | 3 ++-
 drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [GIT PULL] etnaviv-fixes urgent for 4.12
  2017-06-28  9:04 [GIT PULL] etnaviv-fixes urgent for 4.12 Lucas Stach
@ 2017-06-28  9:20 ` Daniel Vetter
  2017-06-28 19:30   ` Dave Airlie
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2017-06-28  9:20 UTC (permalink / raw)
  To: Lucas Stach, Linus Torvalds; +Cc: dri-devel, Sascha Hauer

Adding Linus, I think Dave is already on vacation. Linus, can you
please pull this directly, not much point in shovelling this through a
drm tree first. It's fixes for the ANDROID_native_sync gl extension
afaics.
-Daniel

On Wed, Jun 28, 2017 at 11:04 AM, Lucas Stach <l.stach@pengutronix.de> wrote:
> Hi Dave,
>
> I realized I just missed the cut-off point for your final fixes pull,
> but I have 2 more etnaviv fixes that need to go into 4.12, as they fix
> fallout from the explicit sync work introduced in the last merge window.
>
> I CC'ed Daniel and Sean in case you are already gone.
>
> Regards,
> Lucas
>
> The following changes since commit 657314b7a5d16961e7e0ecdae4a59d28123e74c0:
>
>   drm/etnaviv: don't put fence in case of submit failure (2017-05-05 17:12:34 +0200)
>
> are available in the git repository at:
>
>   https://git.pengutronix.de/git/lst/linux etnaviv/fixes
>
> for you to fetch changes up to 426ef1bb40a3bd99ccd16d629bd1294805e96fc6:
>
>   drm/etnaviv: Fix implicit/explicit sync sense inversion (2017-06-28 10:35:53 +0200)
>
> ----------------------------------------------------------------
> Daniel Stone (1):
>       drm/etnaviv: Fix implicit/explicit sync sense inversion
>
> Lucas Stach (1):
>       drm/etnaviv: fix submit flags getting overwritten by BO content
>
>  drivers/gpu/drm/etnaviv/etnaviv_gem.h        | 3 ++-
>  drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
>
>



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [GIT PULL] etnaviv-fixes urgent for 4.12
  2017-06-28  9:20 ` Daniel Vetter
@ 2017-06-28 19:30   ` Dave Airlie
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Airlie @ 2017-06-28 19:30 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, Sascha Hauer, dri-devel

> Adding Linus, I think Dave is already on vacation. Linus, can you
> please pull this directly, not much point in shovelling this through a
> drm tree first. It's fixes for the ANDROID_native_sync gl extension
> afaics.
> -Daniel

Yup started vacation, so not going to be near a git tree, Acked-by: me
for pulling direct.

DAve.

>
> On Wed, Jun 28, 2017 at 11:04 AM, Lucas Stach <l.stach@pengutronix.de> wrote:
>> Hi Dave,
>>
>> I realized I just missed the cut-off point for your final fixes pull,
>> but I have 2 more etnaviv fixes that need to go into 4.12, as they fix
>> fallout from the explicit sync work introduced in the last merge window.
>>
>> I CC'ed Daniel and Sean in case you are already gone.
>>
>> Regards,
>> Lucas
>>
>> The following changes since commit 657314b7a5d16961e7e0ecdae4a59d28123e74c0:
>>
>>   drm/etnaviv: don't put fence in case of submit failure (2017-05-05 17:12:34 +0200)
>>
>> are available in the git repository at:
>>
>>   https://git.pengutronix.de/git/lst/linux etnaviv/fixes
>>
>> for you to fetch changes up to 426ef1bb40a3bd99ccd16d629bd1294805e96fc6:
>>
>>   drm/etnaviv: Fix implicit/explicit sync sense inversion (2017-06-28 10:35:53 +0200)
>>
>> ----------------------------------------------------------------
>> Daniel Stone (1):
>>       drm/etnaviv: Fix implicit/explicit sync sense inversion
>>
>> Lucas Stach (1):
>>       drm/etnaviv: fix submit flags getting overwritten by BO content
>>
>>  drivers/gpu/drm/etnaviv/etnaviv_gem.h        | 3 ++-
>>  drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 2 +-
>>  2 files changed, 3 insertions(+), 2 deletions(-)
>>
>>
>
>
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-06-28 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  9:04 [GIT PULL] etnaviv-fixes urgent for 4.12 Lucas Stach
2017-06-28  9:20 ` Daniel Vetter
2017-06-28 19:30   ` Dave Airlie

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.