All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zack Rusin <zackr@vmware.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: "airlied@linux.ie" <airlied@linux.ie>,
	"nouveau@lists.freedesktop.org" <nouveau@lists.freedesktop.org>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	Roland Scheidegger <sroland@vmware.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"virtualization@lists.linux-foundation.org"
	<virtualization@lists.linux-foundation.org>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	"spice-devel@lists.freedesktop.org"
	<spice-devel@lists.freedesktop.org>,
	"intel-gvt-dev@lists.freedesktop.org"
	<intel-gvt-dev@lists.freedesktop.org>
Subject: Re: [PATCH 14/15] drm/vmwgfx: Remove references to struct drm_device.pdev
Date: Fri, 4 Dec 2020 05:06:06 +0000	[thread overview]
Message-ID: <C6EE783E-18E4-477F-ABF7-3243DED61A85@vmware.com> (raw)
In-Reply-To: <20201203151221.GA401619@phenom.ffwll.local>



> On Dec 3, 2020, at 10:12, Daniel Vetter <daniel@ffwll.ch> wrote:
> 
> On Thu, Dec 03, 2020 at 03:06:20AM +0000, Zack Rusin wrote:
>> 
>> 
>>> On Dec 2, 2020, at 11:03, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> 
>>> On Wed, Dec 2, 2020 at 4:37 PM Zack Rusin <zackr@vmware.com> wrote:
>>>> 
>>>> 
>>>> 
>>>>> On Dec 2, 2020, at 09:27, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>> 
>>>>> Hi
>>>>> 
>>>>> Am 02.12.20 um 09:01 schrieb Thomas Zimmermann:
>>>>>> Hi
>>>>>> Am 30.11.20 um 21:59 schrieb Zack Rusin:
>>>>>>> 
>>>>>>> 
>>>>>>>> On Nov 24, 2020, at 06:38, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>>>>> 
>>>>>>>> Using struct drm_device.pdev is deprecated. Convert vmwgfx to struct
>>>>>>>> drm_device.dev. No functional changes.
>>>>>>>> 
>>>>>>>> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
>>>>>>>> Cc: Roland Scheidegger <sroland@vmware.com>
>>>>>>>> ---
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c |  8 ++++----
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 27 +++++++++++++-------------
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     |  2 +-
>>>>>>> 
>>>>>>> Reviewed-by: Zack Rusin <zackr@vmware.com>
>>>>>> Could you add this patch to the vmwgfx tree?
>>>>> 
>>>>> AMD devs indicated that they'd prefer to merge the patchset trough drm-misc-next. If you're OK with that, I'd merge the vmwgfx patch through drm-misc-next as well.
>>>> 
>>>> Sounds good. I’ll make sure to rebase our latest patch set on top of it when it’s in. Thanks!
>>> 
>>> btw if you want to avoid multi-tree coordination headaches, we can
>>> also manage vmwgfx in drm-misc and give you & Roland commit rights
>>> there. Up to you. There is some scripting involved for now (but I hope
>>> whenever we move to gitlab we could do the checks server-side):
>> 
>> I’d be happy to take you up on that. I would like to move a lot more of
>> our development into public repos and reducing the burden of maintaining
>> multiple trees would help. Is there a lot of changes to drm core that
>> doesn’t go through drm-misc? Or alternatively is drm-misc often pulling
>> from Linus’ master? I’m trying to figure out how much would our need to
>> rebase/merge be reduced if we just used drm-misc-next/drm-misc-fixes
>> because that would also allow me to point some internal testing
>> infrastructure at it as well.
> 
> I think nowadays pretty much all the cross-driver work lands through
> drm-misc. Exception is just new stuff that's only used by a single driver.
> 
> For testing there's also drm-tip, which tries to pull it all together (but
> you might still want to point your CI at branches).
> 
> Also note that drm-misc-next doesn't have a merge window freeze period
> (with have the drm-misc-next-fixes branch during that time for merge
> window fixes), so you can treat it like a main development branch like
> e.g. in mesa, with the -fixes branches as the release branches. Only
> difference is that we don't cherry pick patches from the main branch to
> the release branches (at least not as the normal flow).
> 
> If you do need a backmerge for patches from Linus to drm-misc-next because
> of some feature work (or conflicts with other stuff in general) drm-misc
> maintainers do that. Usually happens every few weeks.

Perfect, thanks a lot! This has been something I wanted our driver to do for a while, I’ll go ahead and switch our internal dev to drm-misc.

z

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: Zack Rusin <zackr@vmware.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: "airlied@linux.ie" <airlied@linux.ie>,
	"nouveau@lists.freedesktop.org" <nouveau@lists.freedesktop.org>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	Roland Scheidegger <sroland@vmware.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"virtualization@lists.linux-foundation.org"
	<virtualization@lists.linux-foundation.org>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	"spice-devel@lists.freedesktop.org"
	<spice-devel@lists.freedesktop.org>,
	"intel-gvt-dev@lists.freedesktop.org"
	<intel-gvt-dev@lists.freedesktop.org>
Subject: Re: [PATCH 14/15] drm/vmwgfx: Remove references to struct drm_device.pdev
Date: Fri, 4 Dec 2020 05:06:06 +0000	[thread overview]
Message-ID: <C6EE783E-18E4-477F-ABF7-3243DED61A85@vmware.com> (raw)
In-Reply-To: <20201203151221.GA401619@phenom.ffwll.local>



> On Dec 3, 2020, at 10:12, Daniel Vetter <daniel@ffwll.ch> wrote:
> 
> On Thu, Dec 03, 2020 at 03:06:20AM +0000, Zack Rusin wrote:
>> 
>> 
>>> On Dec 2, 2020, at 11:03, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> 
>>> On Wed, Dec 2, 2020 at 4:37 PM Zack Rusin <zackr@vmware.com> wrote:
>>>> 
>>>> 
>>>> 
>>>>> On Dec 2, 2020, at 09:27, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>> 
>>>>> Hi
>>>>> 
>>>>> Am 02.12.20 um 09:01 schrieb Thomas Zimmermann:
>>>>>> Hi
>>>>>> Am 30.11.20 um 21:59 schrieb Zack Rusin:
>>>>>>> 
>>>>>>> 
>>>>>>>> On Nov 24, 2020, at 06:38, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>>>>> 
>>>>>>>> Using struct drm_device.pdev is deprecated. Convert vmwgfx to struct
>>>>>>>> drm_device.dev. No functional changes.
>>>>>>>> 
>>>>>>>> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
>>>>>>>> Cc: Roland Scheidegger <sroland@vmware.com>
>>>>>>>> ---
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c |  8 ++++----
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 27 +++++++++++++-------------
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     |  2 +-
>>>>>>> 
>>>>>>> Reviewed-by: Zack Rusin <zackr@vmware.com>
>>>>>> Could you add this patch to the vmwgfx tree?
>>>>> 
>>>>> AMD devs indicated that they'd prefer to merge the patchset trough drm-misc-next. If you're OK with that, I'd merge the vmwgfx patch through drm-misc-next as well.
>>>> 
>>>> Sounds good. I’ll make sure to rebase our latest patch set on top of it when it’s in. Thanks!
>>> 
>>> btw if you want to avoid multi-tree coordination headaches, we can
>>> also manage vmwgfx in drm-misc and give you & Roland commit rights
>>> there. Up to you. There is some scripting involved for now (but I hope
>>> whenever we move to gitlab we could do the checks server-side):
>> 
>> I’d be happy to take you up on that. I would like to move a lot more of
>> our development into public repos and reducing the burden of maintaining
>> multiple trees would help. Is there a lot of changes to drm core that
>> doesn’t go through drm-misc? Or alternatively is drm-misc often pulling
>> from Linus’ master? I’m trying to figure out how much would our need to
>> rebase/merge be reduced if we just used drm-misc-next/drm-misc-fixes
>> because that would also allow me to point some internal testing
>> infrastructure at it as well.
> 
> I think nowadays pretty much all the cross-driver work lands through
> drm-misc. Exception is just new stuff that's only used by a single driver.
> 
> For testing there's also drm-tip, which tries to pull it all together (but
> you might still want to point your CI at branches).
> 
> Also note that drm-misc-next doesn't have a merge window freeze period
> (with have the drm-misc-next-fixes branch during that time for merge
> window fixes), so you can treat it like a main development branch like
> e.g. in mesa, with the -fixes branches as the release branches. Only
> difference is that we don't cherry pick patches from the main branch to
> the release branches (at least not as the normal flow).
> 
> If you do need a backmerge for patches from Linus to drm-misc-next because
> of some feature work (or conflicts with other stuff in general) drm-misc
> maintainers do that. Usually happens every few weeks.

Perfect, thanks a lot! This has been something I wanted our driver to do for a while, I’ll go ahead and switch our internal dev to drm-misc.

z

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

WARNING: multiple messages have this Message-ID (diff)
From: Zack Rusin <zackr@vmware.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: "airlied@linux.ie" <airlied@linux.ie>,
	"nouveau@lists.freedesktop.org" <nouveau@lists.freedesktop.org>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	Roland Scheidegger <sroland@vmware.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"virtualization@lists.linux-foundation.org"
	<virtualization@lists.linux-foundation.org>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	"spice-devel@lists.freedesktop.org"
	<spice-devel@lists.freedesktop.org>,
	"intel-gvt-dev@lists.freedesktop.org"
	<intel-gvt-dev@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH 14/15] drm/vmwgfx: Remove references to struct drm_device.pdev
Date: Fri, 4 Dec 2020 05:06:06 +0000	[thread overview]
Message-ID: <C6EE783E-18E4-477F-ABF7-3243DED61A85@vmware.com> (raw)
In-Reply-To: <20201203151221.GA401619@phenom.ffwll.local>



> On Dec 3, 2020, at 10:12, Daniel Vetter <daniel@ffwll.ch> wrote:
> 
> On Thu, Dec 03, 2020 at 03:06:20AM +0000, Zack Rusin wrote:
>> 
>> 
>>> On Dec 2, 2020, at 11:03, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> 
>>> On Wed, Dec 2, 2020 at 4:37 PM Zack Rusin <zackr@vmware.com> wrote:
>>>> 
>>>> 
>>>> 
>>>>> On Dec 2, 2020, at 09:27, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>> 
>>>>> Hi
>>>>> 
>>>>> Am 02.12.20 um 09:01 schrieb Thomas Zimmermann:
>>>>>> Hi
>>>>>> Am 30.11.20 um 21:59 schrieb Zack Rusin:
>>>>>>> 
>>>>>>> 
>>>>>>>> On Nov 24, 2020, at 06:38, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>>>>> 
>>>>>>>> Using struct drm_device.pdev is deprecated. Convert vmwgfx to struct
>>>>>>>> drm_device.dev. No functional changes.
>>>>>>>> 
>>>>>>>> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
>>>>>>>> Cc: Roland Scheidegger <sroland@vmware.com>
>>>>>>>> ---
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c |  8 ++++----
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 27 +++++++++++++-------------
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     |  2 +-
>>>>>>> 
>>>>>>> Reviewed-by: Zack Rusin <zackr@vmware.com>
>>>>>> Could you add this patch to the vmwgfx tree?
>>>>> 
>>>>> AMD devs indicated that they'd prefer to merge the patchset trough drm-misc-next. If you're OK with that, I'd merge the vmwgfx patch through drm-misc-next as well.
>>>> 
>>>> Sounds good. I’ll make sure to rebase our latest patch set on top of it when it’s in. Thanks!
>>> 
>>> btw if you want to avoid multi-tree coordination headaches, we can
>>> also manage vmwgfx in drm-misc and give you & Roland commit rights
>>> there. Up to you. There is some scripting involved for now (but I hope
>>> whenever we move to gitlab we could do the checks server-side):
>> 
>> I’d be happy to take you up on that. I would like to move a lot more of
>> our development into public repos and reducing the burden of maintaining
>> multiple trees would help. Is there a lot of changes to drm core that
>> doesn’t go through drm-misc? Or alternatively is drm-misc often pulling
>> from Linus’ master? I’m trying to figure out how much would our need to
>> rebase/merge be reduced if we just used drm-misc-next/drm-misc-fixes
>> because that would also allow me to point some internal testing
>> infrastructure at it as well.
> 
> I think nowadays pretty much all the cross-driver work lands through
> drm-misc. Exception is just new stuff that's only used by a single driver.
> 
> For testing there's also drm-tip, which tries to pull it all together (but
> you might still want to point your CI at branches).
> 
> Also note that drm-misc-next doesn't have a merge window freeze period
> (with have the drm-misc-next-fixes branch during that time for merge
> window fixes), so you can treat it like a main development branch like
> e.g. in mesa, with the -fixes branches as the release branches. Only
> difference is that we don't cherry pick patches from the main branch to
> the release branches (at least not as the normal flow).
> 
> If you do need a backmerge for patches from Linus to drm-misc-next because
> of some feature work (or conflicts with other stuff in general) drm-misc
> maintainers do that. Usually happens every few weeks.

Perfect, thanks a lot! This has been something I wanted our driver to do for a while, I’ll go ahead and switch our internal dev to drm-misc.

z

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: Zack Rusin <zackr@vmware.com>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: "airlied@linux.ie" <airlied@linux.ie>,
	"nouveau@lists.freedesktop.org" <nouveau@lists.freedesktop.org>,
	"intel-gfx@lists.freedesktop.org"
	<intel-gfx@lists.freedesktop.org>,
	Roland Scheidegger <sroland@vmware.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"virtualization@lists.linux-foundation.org"
	<virtualization@lists.linux-foundation.org>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	"spice-devel@lists.freedesktop.org"
	<spice-devel@lists.freedesktop.org>,
	"intel-gvt-dev@lists.freedesktop.org"
	<intel-gvt-dev@lists.freedesktop.org>
Subject: Re: [PATCH 14/15] drm/vmwgfx: Remove references to struct drm_device.pdev
Date: Fri, 4 Dec 2020 05:06:06 +0000	[thread overview]
Message-ID: <C6EE783E-18E4-477F-ABF7-3243DED61A85@vmware.com> (raw)
In-Reply-To: <20201203151221.GA401619@phenom.ffwll.local>



> On Dec 3, 2020, at 10:12, Daniel Vetter <daniel@ffwll.ch> wrote:
> 
> On Thu, Dec 03, 2020 at 03:06:20AM +0000, Zack Rusin wrote:
>> 
>> 
>>> On Dec 2, 2020, at 11:03, Daniel Vetter <daniel@ffwll.ch> wrote:
>>> 
>>> On Wed, Dec 2, 2020 at 4:37 PM Zack Rusin <zackr@vmware.com> wrote:
>>>> 
>>>> 
>>>> 
>>>>> On Dec 2, 2020, at 09:27, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>> 
>>>>> Hi
>>>>> 
>>>>> Am 02.12.20 um 09:01 schrieb Thomas Zimmermann:
>>>>>> Hi
>>>>>> Am 30.11.20 um 21:59 schrieb Zack Rusin:
>>>>>>> 
>>>>>>> 
>>>>>>>> On Nov 24, 2020, at 06:38, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>>>>>>>> 
>>>>>>>> Using struct drm_device.pdev is deprecated. Convert vmwgfx to struct
>>>>>>>> drm_device.dev. No functional changes.
>>>>>>>> 
>>>>>>>> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
>>>>>>>> Cc: Roland Scheidegger <sroland@vmware.com>
>>>>>>>> ---
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c |  8 ++++----
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 27 +++++++++++++-------------
>>>>>>>> drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     |  2 +-
>>>>>>> 
>>>>>>> Reviewed-by: Zack Rusin <zackr@vmware.com>
>>>>>> Could you add this patch to the vmwgfx tree?
>>>>> 
>>>>> AMD devs indicated that they'd prefer to merge the patchset trough drm-misc-next. If you're OK with that, I'd merge the vmwgfx patch through drm-misc-next as well.
>>>> 
>>>> Sounds good. I’ll make sure to rebase our latest patch set on top of it when it’s in. Thanks!
>>> 
>>> btw if you want to avoid multi-tree coordination headaches, we can
>>> also manage vmwgfx in drm-misc and give you & Roland commit rights
>>> there. Up to you. There is some scripting involved for now (but I hope
>>> whenever we move to gitlab we could do the checks server-side):
>> 
>> I’d be happy to take you up on that. I would like to move a lot more of
>> our development into public repos and reducing the burden of maintaining
>> multiple trees would help. Is there a lot of changes to drm core that
>> doesn’t go through drm-misc? Or alternatively is drm-misc often pulling
>> from Linus’ master? I’m trying to figure out how much would our need to
>> rebase/merge be reduced if we just used drm-misc-next/drm-misc-fixes
>> because that would also allow me to point some internal testing
>> infrastructure at it as well.
> 
> I think nowadays pretty much all the cross-driver work lands through
> drm-misc. Exception is just new stuff that's only used by a single driver.
> 
> For testing there's also drm-tip, which tries to pull it all together (but
> you might still want to point your CI at branches).
> 
> Also note that drm-misc-next doesn't have a merge window freeze period
> (with have the drm-misc-next-fixes branch during that time for merge
> window fixes), so you can treat it like a main development branch like
> e.g. in mesa, with the -fixes branches as the release branches. Only
> difference is that we don't cherry pick patches from the main branch to
> the release branches (at least not as the normal flow).
> 
> If you do need a backmerge for patches from Linus to drm-misc-next because
> of some feature work (or conflicts with other stuff in general) drm-misc
> maintainers do that. Usually happens every few weeks.

Perfect, thanks a lot! This has been something I wanted our driver to do for a while, I’ll go ahead and switch our internal dev to drm-misc.

z

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  reply	other threads:[~2020-12-04  5:06 UTC|newest]

Thread overview: 159+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-24 11:38 [PATCH 00/15] drm: Move struct drm_device.pdev to legacy Thomas Zimmermann
2020-11-24 11:38 ` Thomas Zimmermann
2020-11-24 11:38 ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38 ` Thomas Zimmermann
2020-11-24 11:38 ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 01/15] drm/amdgpu: Remove references to struct drm_device.pdev Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
     [not found]   ` <20201124113824.19994-2-tzimmermann-l3A5Bk7waGM@public.gmane.org>
2020-11-25 14:07     ` Alex Deucher
2020-11-25 14:07       ` Alex Deucher
2020-11-25 14:07       ` [Intel-gfx] " Alex Deucher
2020-11-25 14:07       ` Alex Deucher
2020-11-25 14:07       ` Alex Deucher
2020-11-24 11:38 ` [PATCH 02/15] drm/ast: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 03/15] drm/bochs: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 04/15] drm/cirrus: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 05/15] drm/gma500: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
     [not found]   ` <20201124113824.19994-6-tzimmermann-l3A5Bk7waGM@public.gmane.org>
2020-11-24 21:31     ` Sam Ravnborg
2020-11-24 21:31       ` Sam Ravnborg
2020-11-24 21:31       ` [Intel-gfx] " Sam Ravnborg
2020-11-24 21:31       ` Sam Ravnborg
2020-11-24 21:31       ` Sam Ravnborg
2020-11-24 11:38 ` [PATCH 06/15] drm/hibmc: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 07/15] drm/i915: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-27 13:20   ` Joonas Lahtinen
2020-11-27 13:20     ` Joonas Lahtinen
2020-11-27 13:20     ` [Intel-gfx] " Joonas Lahtinen
2020-11-27 13:20     ` Joonas Lahtinen
     [not found]     ` <160648322408.10416.6891470923981405939-zzJjBcU1GATKH1hn1poT5/ooFf0ArEBIu+b9c/7xato@public.gmane.org>
2020-11-27 13:46       ` Thomas Zimmermann
2020-11-27 13:46         ` Thomas Zimmermann
2020-11-27 13:46         ` [Intel-gfx] " Thomas Zimmermann
2020-11-27 13:46         ` Thomas Zimmermann
2020-11-27 13:46         ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 08/15] drm/mgag200: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 09/15] drm/nouveau: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
     [not found]   ` <20201124113824.19994-10-tzimmermann-l3A5Bk7waGM@public.gmane.org>
2020-11-24 21:42     ` Sam Ravnborg
2020-11-24 21:42       ` Sam Ravnborg
2020-11-24 21:42       ` [Intel-gfx] " Sam Ravnborg
2020-11-24 21:42       ` Sam Ravnborg
2020-11-24 21:42       ` Sam Ravnborg
     [not found]       ` <20201124214208.GB93095-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org>
2020-12-01  9:50         ` Thomas Zimmermann
2020-12-01  9:50           ` Thomas Zimmermann
2020-12-01  9:50           ` [Intel-gfx] " Thomas Zimmermann
2020-12-01  9:50           ` Thomas Zimmermann
2020-12-01  9:50           ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 10/15] drm/qxl: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 11/15] drm/radeon: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
     [not found]   ` <20201124113824.19994-12-tzimmermann-l3A5Bk7waGM@public.gmane.org>
2020-11-25 14:09     ` Alex Deucher
2020-11-25 14:09       ` Alex Deucher
2020-11-25 14:09       ` [Intel-gfx] " Alex Deucher
2020-11-25 14:09       ` Alex Deucher
2020-11-25 14:09       ` Alex Deucher
2020-11-24 11:38 ` [PATCH 12/15] drm/vboxvideo: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 13/15] drm/virtgpu: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38 ` [PATCH 14/15] drm/vmwgfx: " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-30 20:59   ` Zack Rusin
2020-11-30 20:59     ` Zack Rusin
2020-11-30 20:59     ` [Intel-gfx] " Zack Rusin
2020-11-30 20:59     ` Zack Rusin
     [not found]     ` <31E75B1A-AAC0-49E3-985E-2DF5B59CD883-pghWNbHTmq7QT0dZR+AlfA@public.gmane.org>
2020-12-02  8:01       ` Thomas Zimmermann
2020-12-02  8:01         ` Thomas Zimmermann
2020-12-02  8:01         ` [Intel-gfx] " Thomas Zimmermann
2020-12-02  8:01         ` Thomas Zimmermann
2020-12-02  8:01         ` Thomas Zimmermann
2020-12-02 14:27         ` Thomas Zimmermann
2020-12-02 14:27           ` Thomas Zimmermann
2020-12-02 14:27           ` [Intel-gfx] " Thomas Zimmermann
2020-12-02 14:27           ` Thomas Zimmermann
     [not found]           ` <d43d06e6-d13c-ef9b-b372-8d30d9494417-l3A5Bk7waGM@public.gmane.org>
2020-12-02 15:37             ` Zack Rusin
2020-12-02 15:37               ` Zack Rusin
2020-12-02 15:37               ` [Intel-gfx] " Zack Rusin
2020-12-02 15:37               ` Zack Rusin
2020-12-02 16:03               ` Daniel Vetter
2020-12-02 16:03                 ` Daniel Vetter
2020-12-02 16:03                 ` [Intel-gfx] " Daniel Vetter
2020-12-02 16:03                 ` Daniel Vetter
     [not found]                 ` <CAKMK7uFaCVLu9GWR0Jkvf8iXP4RdcG3TmMsLmFVDoERBOk1ZOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-12-03  3:06                   ` Zack Rusin
2020-12-03  3:06                     ` Zack Rusin
2020-12-03  3:06                     ` [Intel-gfx] " Zack Rusin
2020-12-03  3:06                     ` Zack Rusin
2020-12-03 15:12                     ` Daniel Vetter
2020-12-03 15:12                       ` Daniel Vetter
2020-12-03 15:12                       ` [Intel-gfx] " Daniel Vetter
2020-12-03 15:12                       ` Daniel Vetter
2020-12-03 15:12                       ` Daniel Vetter
2020-12-04  5:06                       ` Zack Rusin [this message]
2020-12-04  5:06                         ` Zack Rusin
2020-12-04  5:06                         ` [Intel-gfx] " Zack Rusin
2020-12-04  5:06                         ` Zack Rusin
2020-11-24 11:38 ` [PATCH 15/15] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` [Intel-gfx] " Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
2020-11-24 11:38   ` Thomas Zimmermann
     [not found]   ` <20201124113824.19994-16-tzimmermann-l3A5Bk7waGM@public.gmane.org>
2020-11-24 21:46     ` Sam Ravnborg
2020-11-24 21:46       ` Sam Ravnborg
2020-11-24 21:46       ` [Intel-gfx] " Sam Ravnborg
2020-11-24 21:46       ` Sam Ravnborg
2020-11-24 21:46       ` Sam Ravnborg
2020-11-24 12:13 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Move struct drm_device.pdev to legacy Patchwork
2020-11-24 12:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-11-24 15:55 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
     [not found] ` <20201124113824.19994-1-tzimmermann-l3A5Bk7waGM@public.gmane.org>
2020-11-24 21:49   ` [PATCH 00/15] " Sam Ravnborg
2020-11-24 21:49     ` Sam Ravnborg
2020-11-24 21:49     ` [Intel-gfx] " Sam Ravnborg
2020-11-24 21:49     ` Sam Ravnborg
2020-11-24 21:49     ` Sam Ravnborg

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=C6EE783E-18E4-477F-ABF7-3243DED61A85@vmware.com \
    --to=zackr@vmware.com \
    --cc=airlied@linux.ie \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-gvt-dev@lists.freedesktop.org \
    --cc=nouveau@lists.freedesktop.org \
    --cc=spice-devel@lists.freedesktop.org \
    --cc=sroland@vmware.com \
    --cc=tzimmermann@suse.de \
    --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.