All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: airlied@linux.ie, sam@ravnborg.org,
	dri-devel@lists.freedesktop.org,
	virtualization@lists.linux-foundation.org, hdegoede@redhat.com,
	sean@poorly.run
Subject: Re: [PATCH 0/6] drm: Move vmap out of commit tail for SHMEM-based drivers
Date: Mon, 8 Feb 2021 12:25:25 +0100	[thread overview]
Message-ID: <7a62641e-9276-fcab-7cd8-5543cfce0467@suse.de> (raw)
In-Reply-To: <20210208105352.6mw7w6hlefrer5al@sirius.home.kraxel.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 1144 bytes --]

Hi

Am 08.02.21 um 11:53 schrieb Gerd Hoffmann:
> On Sun, Feb 07, 2021 at 07:33:24PM +0100, Thomas Zimmermann wrote:
>> Hi
>>
>> Am 05.02.21 um 10:05 schrieb Gerd Hoffmann:
>>>     Hi,
>>>
>>>> I smoke-tested the code by running fbdev, Xorg and weston with the
>>>> converted mgag200 driver.
>>>
>>> Looks sane to me.
>>> Survived cirrus smoke test too.
>>>
>>> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>>> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
>>
>> I had to add one additional patch to v2 of this patchset to make things work
>> with module-only builds. If you have a minute, could you ack this as well?
>> Thanks!
> 
> Works fine too.

Thanks! I'll count this as an ack.

Best regards
Thomas

> 
> take care,
>    Gerd
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

WARNING: multiple messages have this Message-ID (diff)
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: airlied@linux.ie, sam@ravnborg.org,
	dri-devel@lists.freedesktop.org,
	virtualization@lists.linux-foundation.org, hdegoede@redhat.com,
	sean@poorly.run
Subject: Re: [PATCH 0/6] drm: Move vmap out of commit tail for SHMEM-based drivers
Date: Mon, 8 Feb 2021 12:25:25 +0100	[thread overview]
Message-ID: <7a62641e-9276-fcab-7cd8-5543cfce0467@suse.de> (raw)
In-Reply-To: <20210208105352.6mw7w6hlefrer5al@sirius.home.kraxel.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 1144 bytes --]

Hi

Am 08.02.21 um 11:53 schrieb Gerd Hoffmann:
> On Sun, Feb 07, 2021 at 07:33:24PM +0100, Thomas Zimmermann wrote:
>> Hi
>>
>> Am 05.02.21 um 10:05 schrieb Gerd Hoffmann:
>>>     Hi,
>>>
>>>> I smoke-tested the code by running fbdev, Xorg and weston with the
>>>> converted mgag200 driver.
>>>
>>> Looks sane to me.
>>> Survived cirrus smoke test too.
>>>
>>> Tested-by: Gerd Hoffmann <kraxel@redhat.com>
>>> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
>>
>> I had to add one additional patch to v2 of this patchset to make things work
>> with module-only builds. If you have a minute, could you ack this as well?
>> Thanks!
> 
> Works fine too.

Thanks! I'll count this as an ack.

Best regards
Thomas

> 
> take care,
>    Gerd
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

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

  reply	other threads:[~2021-02-08 11:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04 20:03 [PATCH 0/6] drm: Move vmap out of commit tail for SHMEM-based drivers Thomas Zimmermann
2021-02-04 20:03 ` Thomas Zimmermann
2021-02-04 20:03 ` [PATCH 1/6] drm/simple-kms: Add plane-state helpers Thomas Zimmermann
2021-02-04 20:03   ` Thomas Zimmermann
2021-02-04 20:03 ` [PATCH 2/6] drm: Add additional atomic helpers for shadow-buffered planes Thomas Zimmermann
2021-02-04 20:03   ` Thomas Zimmermann
2021-02-04 20:03 ` [PATCH 3/6] drm/mgag200: Move vmap out of commit tail Thomas Zimmermann
2021-02-04 20:03   ` Thomas Zimmermann
2021-02-04 20:03 ` [PATCH 4/6] drm/cirrus: " Thomas Zimmermann
2021-02-04 20:03   ` Thomas Zimmermann
2021-02-04 20:03 ` [PATCH 5/6] drm/gm12u320: " Thomas Zimmermann
2021-02-04 20:03   ` Thomas Zimmermann
2021-02-04 20:03 ` [PATCH 6/6] drm/udl: " Thomas Zimmermann
2021-02-04 20:03   ` Thomas Zimmermann
2021-02-05  9:05 ` [PATCH 0/6] drm: Move vmap out of commit tail for SHMEM-based drivers Gerd Hoffmann
2021-02-05  9:05   ` Gerd Hoffmann
2021-02-05 10:08   ` Thomas Zimmermann
2021-02-05 10:08     ` Thomas Zimmermann
2021-02-07 18:33   ` Thomas Zimmermann
2021-02-07 18:33     ` Thomas Zimmermann
2021-02-08 10:53     ` Gerd Hoffmann
2021-02-08 10:53       ` Gerd Hoffmann
2021-02-08 11:25       ` Thomas Zimmermann [this message]
2021-02-08 11:25         ` Thomas Zimmermann
2021-02-15 18:39   ` Thomas Zimmermann
2021-02-15 18:39     ` Thomas Zimmermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7a62641e-9276-fcab-7cd8-5543cfce0467@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hdegoede@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=sam@ravnborg.org \
    --cc=sean@poorly.run \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.