All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
@ 2022-01-07 14:43 Wang, Zhi A
  2022-01-10 22:52 ` Vivi, Rodrigo
  0 siblings, 1 reply; 11+ messages in thread
From: Wang, Zhi A @ 2022-01-07 14:43 UTC (permalink / raw)
  To: Nikula, Jani, Joonas Lahtinen, Vivi, Rodrigo; +Cc: intel-gfx, intel-gvt-dev

Hi folks:

Happy holidays! This pull mostly contains the code re-factors patches 
from Guenter Roeck and Rikard. Also a minor change from Zhenyu.

Zhi

The following changes since commit 3bfa7d40ce736ffbbfe07127061f54b359ee2b12:

   drm/i915/dg2: Add support for new DG2-G11 revid 0x5 (2021-08-06 
09:03:10 -0700)

are available in the Git repository at:

   https://github.com/intel/gvt-linux tags/gvt-next-2022-01-07

for you to fetch changes up to d7a8585430f2b6df5960bbc305edcec5a55180f3:

   drm/i915/gvt: Constify vgpu_types (2021-12-16 09:13:02 -0500)

----------------------------------------------------------------
Guenter Roeck (1):
       drm/i915/gvt: Use list_entry to access list members

Rikard Falkeborn (9):
       drm/i915/gvt: Constify intel_gvt_gtt_gma_ops
       drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
       drm/i915/gvt: Constify intel_gvt_irq_ops
       drm/i915/gvt: Constify intel_gvt_sched_policy_ops
       drm/i915/gvt: Constify gvt_mmio_block
       drm/i915/gvt: Constify cmd_interrupt_events
       drm/i915/gvt: Constify formats
       drm/i915/gvt: Constify gtt_type_table_entry
       drm/i915/gvt: Constify vgpu_types

Zhenyu Wang (1):
       drm/i915/gvt: Fix cmd parser error for Passmark9

  drivers/gpu/drm/i915/gvt/cmd_parser.c   |  2 +-
  drivers/gpu/drm/i915/gvt/dmabuf.c       | 18 +++------
  drivers/gpu/drm/i915/gvt/fb_decoder.c   | 24 ++++++------
  drivers/gpu/drm/i915/gvt/gtt.c          | 68 
++++++++++++++++-----------------
  drivers/gpu/drm/i915/gvt/gtt.h          |  4 +-
  drivers/gpu/drm/i915/gvt/gvt.h          |  2 +-
  drivers/gpu/drm/i915/gvt/handlers.c     | 13 ++++---
  drivers/gpu/drm/i915/gvt/interrupt.c    | 10 ++---
  drivers/gpu/drm/i915/gvt/interrupt.h    |  2 +-
  drivers/gpu/drm/i915/gvt/sched_policy.c |  2 +-
  drivers/gpu/drm/i915/gvt/scheduler.h    |  2 +-
  drivers/gpu/drm/i915/gvt/vgpu.c         |  4 +-
  12 files changed, 72 insertions(+), 79 deletions(-)


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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
  2022-01-07 14:43 [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued Wang, Zhi A
@ 2022-01-10 22:52 ` Vivi, Rodrigo
  2022-01-11  6:08   ` Wang, Zhi A
  0 siblings, 1 reply; 11+ messages in thread
From: Vivi, Rodrigo @ 2022-01-10 22:52 UTC (permalink / raw)
  To: Wang, Zhi A, joonas.lahtinen, Nikula, Jani; +Cc: intel-gfx, intel-gvt-dev

On Fri, 2022-01-07 at 14:43 +0000, Wang, Zhi A wrote:
> Hi folks:
> 
> Happy holidays! This pull mostly contains the code re-factors patches
> from Guenter Roeck and Rikard. Also a minor change from Zhenyu.
> 
> Zhi
> 
> The following changes since commit
> 3bfa7d40ce736ffbbfe07127061f54b359ee2b12:
> 
>    drm/i915/dg2: Add support for new DG2-G11 revid 0x5 (2021-08-06
> 09:03:10 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/intel/gvt-linux tags/gvt-next-2022-01-07
> 
> for you to fetch changes up to
> d7a8585430f2b6df5960bbc305edcec5a55180f3:

I'm not sure what's going on here, but:

dim: no pull request found

did you do anything different on this round for generating and sending
out this pull request email?

> 
>    drm/i915/gvt: Constify vgpu_types (2021-12-16 09:13:02 -0500)
> 
> ----------------------------------------------------------------
> Guenter Roeck (1):
>        drm/i915/gvt: Use list_entry to access list members
> 
> Rikard Falkeborn (9):
>        drm/i915/gvt: Constify intel_gvt_gtt_gma_ops
>        drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
>        drm/i915/gvt: Constify intel_gvt_irq_ops
>        drm/i915/gvt: Constify intel_gvt_sched_policy_ops
>        drm/i915/gvt: Constify gvt_mmio_block
>        drm/i915/gvt: Constify cmd_interrupt_events
>        drm/i915/gvt: Constify formats
>        drm/i915/gvt: Constify gtt_type_table_entry
>        drm/i915/gvt: Constify vgpu_types
> 
> Zhenyu Wang (1):
>        drm/i915/gvt: Fix cmd parser error for Passmark9
> 
>   drivers/gpu/drm/i915/gvt/cmd_parser.c   |  2 +-
>   drivers/gpu/drm/i915/gvt/dmabuf.c       | 18 +++------
>   drivers/gpu/drm/i915/gvt/fb_decoder.c   | 24 ++++++------
>   drivers/gpu/drm/i915/gvt/gtt.c          | 68
> ++++++++++++++++-----------------
>   drivers/gpu/drm/i915/gvt/gtt.h          |  4 +-
>   drivers/gpu/drm/i915/gvt/gvt.h          |  2 +-
>   drivers/gpu/drm/i915/gvt/handlers.c     | 13 ++++---
>   drivers/gpu/drm/i915/gvt/interrupt.c    | 10 ++---
>   drivers/gpu/drm/i915/gvt/interrupt.h    |  2 +-
>   drivers/gpu/drm/i915/gvt/sched_policy.c |  2 +-
>   drivers/gpu/drm/i915/gvt/scheduler.h    |  2 +-
>   drivers/gpu/drm/i915/gvt/vgpu.c         |  4 +-
>   12 files changed, 72 insertions(+), 79 deletions(-)
> 


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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
  2022-01-10 22:52 ` Vivi, Rodrigo
@ 2022-01-11  6:08   ` Wang, Zhi A
  2022-01-11 11:08     ` Wang, Zhi A
  0 siblings, 1 reply; 11+ messages in thread
From: Wang, Zhi A @ 2022-01-11  6:08 UTC (permalink / raw)
  To: Vivi, Rodrigo, joonas.lahtinen, Nikula,  Jani; +Cc: intel-gfx, intel-gvt-dev

On 1/11/2022 12:52 AM, Vivi, Rodrigo wrote:
> On Fri, 2022-01-07 at 14:43 +0000, Wang, Zhi A wrote:
>> Hi folks:
>>
>> Happy holidays! This pull mostly contains the code re-factors patches
>> from Guenter Roeck and Rikard. Also a minor change from Zhenyu.
>>
>> Zhi
>>
>> The following changes since commit
>> 3bfa7d40ce736ffbbfe07127061f54b359ee2b12:
>>
>>     drm/i915/dg2: Add support for new DG2-G11 revid 0x5 (2021-08-06
>> 09:03:10 -0700)
>>
>> are available in the Git repository at:
>>
>>     https://github.com/intel/gvt-linux tags/gvt-next-2022-01-07
>>
>> for you to fetch changes up to
>> d7a8585430f2b6df5960bbc305edcec5a55180f3:
> I'm not sure what's going on here, but:
>
> dim: no pull request found
>
> did you do anything different on this round for generating and sending
> out this pull request email?
Strange.

I generated this pull request by git pull-request since there is no 
support for generating pull-request for gvt-next right in dim now. Can 
you share me the command line of dim you were using for apply this pull 
request? I can try to apply it before sending the pull request.

Thanks,

Zhi.

>>     drm/i915/gvt: Constify vgpu_types (2021-12-16 09:13:02 -0500)
>>
>> ----------------------------------------------------------------
>> Guenter Roeck (1):
>>         drm/i915/gvt: Use list_entry to access list members
>>
>> Rikard Falkeborn (9):
>>         drm/i915/gvt: Constify intel_gvt_gtt_gma_ops
>>         drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
>>         drm/i915/gvt: Constify intel_gvt_irq_ops
>>         drm/i915/gvt: Constify intel_gvt_sched_policy_ops
>>         drm/i915/gvt: Constify gvt_mmio_block
>>         drm/i915/gvt: Constify cmd_interrupt_events
>>         drm/i915/gvt: Constify formats
>>         drm/i915/gvt: Constify gtt_type_table_entry
>>         drm/i915/gvt: Constify vgpu_types
>>
>> Zhenyu Wang (1):
>>         drm/i915/gvt: Fix cmd parser error for Passmark9
>>
>>    drivers/gpu/drm/i915/gvt/cmd_parser.c   |  2 +-
>>    drivers/gpu/drm/i915/gvt/dmabuf.c       | 18 +++------
>>    drivers/gpu/drm/i915/gvt/fb_decoder.c   | 24 ++++++------
>>    drivers/gpu/drm/i915/gvt/gtt.c          | 68
>> ++++++++++++++++-----------------
>>    drivers/gpu/drm/i915/gvt/gtt.h          |  4 +-
>>    drivers/gpu/drm/i915/gvt/gvt.h          |  2 +-
>>    drivers/gpu/drm/i915/gvt/handlers.c     | 13 ++++---
>>    drivers/gpu/drm/i915/gvt/interrupt.c    | 10 ++---
>>    drivers/gpu/drm/i915/gvt/interrupt.h    |  2 +-
>>    drivers/gpu/drm/i915/gvt/sched_policy.c |  2 +-
>>    drivers/gpu/drm/i915/gvt/scheduler.h    |  2 +-
>>    drivers/gpu/drm/i915/gvt/vgpu.c         |  4 +-
>>    12 files changed, 72 insertions(+), 79 deletions(-)
>>


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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
  2022-01-11  6:08   ` Wang, Zhi A
@ 2022-01-11 11:08     ` Wang, Zhi A
  2022-01-11 14:40       ` Rodrigo Vivi
  0 siblings, 1 reply; 11+ messages in thread
From: Wang, Zhi A @ 2022-01-11 11:08 UTC (permalink / raw)
  To: Vivi, Rodrigo, joonas.lahtinen, Nikula,  Jani; +Cc: intel-gfx, intel-gvt-dev

On 1/11/22 6:08 AM, Wang, Zhi A wrote:
> On 1/11/2022 12:52 AM, Vivi, Rodrigo wrote:
>> On Fri, 2022-01-07 at 14:43 +0000, Wang, Zhi A wrote:
>>> Hi folks:
>>>
>>> Happy holidays! This pull mostly contains the code re-factors patches
>>> from Guenter Roeck and Rikard. Also a minor change from Zhenyu.
>>>
>>> Zhi
>>>
>>> The following changes since commit
>>> 3bfa7d40ce736ffbbfe07127061f54b359ee2b12:
>>>
>>>     drm/i915/dg2: Add support for new DG2-G11 revid 0x5 (2021-08-06
>>> 09:03:10 -0700)
>>>
>>> are available in the Git repository at:
>>>
>>>     https://github.com/intel/gvt-linux tags/gvt-next-2022-01-07
>>>
>>> for you to fetch changes up to
>>> d7a8585430f2b6df5960bbc305edcec5a55180f3:
>> I'm not sure what's going on here, but:
>>
>> dim: no pull request found
>>
>> did you do anything different on this round for generating and sending
>> out this pull request email?
> Strange.
> 
> I generated this pull request by git pull-request since there is no 
> support for generating pull-request for gvt-next right in dim now. Can 
> you share me the command line of dim you were using for apply this pull 
> request? I can try to apply it before sending the pull request.
> 
> Thanks,
> 
> Zhi.
> 
Hi Vivi:

I did some checks and dumped the plain source of the email I sent. I 
guess I figured out the reason. It's the problem of thunderbird in 
Windows. When it sends the plain email, it will replace some space with 
"Â", which caused the dim cannot find the git repo url. I have no idea 
how that can happen since Thunderbird in Linux worked totally fine with 
the same settings.

Before the vacation, my VPN certificate in Linux has been expired. I had 
to use the thunderbird in Windows, which caused the problem above.

Will re-sent. Sorry for the bumps.

Zhi.

>>>     drm/i915/gvt: Constify vgpu_types (2021-12-16 09:13:02 -0500)
>>>
>>> ----------------------------------------------------------------
>>> Guenter Roeck (1):
>>>         drm/i915/gvt: Use list_entry to access list members
>>>
>>> Rikard Falkeborn (9):
>>>         drm/i915/gvt: Constify intel_gvt_gtt_gma_ops
>>>         drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
>>>         drm/i915/gvt: Constify intel_gvt_irq_ops
>>>         drm/i915/gvt: Constify intel_gvt_sched_policy_ops
>>>         drm/i915/gvt: Constify gvt_mmio_block
>>>         drm/i915/gvt: Constify cmd_interrupt_events
>>>         drm/i915/gvt: Constify formats
>>>         drm/i915/gvt: Constify gtt_type_table_entry
>>>         drm/i915/gvt: Constify vgpu_types
>>>
>>> Zhenyu Wang (1):
>>>         drm/i915/gvt: Fix cmd parser error for Passmark9
>>>
>>>    drivers/gpu/drm/i915/gvt/cmd_parser.c   |  2 +-
>>>    drivers/gpu/drm/i915/gvt/dmabuf.c       | 18 +++------
>>>    drivers/gpu/drm/i915/gvt/fb_decoder.c   | 24 ++++++------
>>>    drivers/gpu/drm/i915/gvt/gtt.c          | 68
>>> ++++++++++++++++-----------------
>>>    drivers/gpu/drm/i915/gvt/gtt.h          |  4 +-
>>>    drivers/gpu/drm/i915/gvt/gvt.h          |  2 +-
>>>    drivers/gpu/drm/i915/gvt/handlers.c     | 13 ++++---
>>>    drivers/gpu/drm/i915/gvt/interrupt.c    | 10 ++---
>>>    drivers/gpu/drm/i915/gvt/interrupt.h    |  2 +-
>>>    drivers/gpu/drm/i915/gvt/sched_policy.c |  2 +-
>>>    drivers/gpu/drm/i915/gvt/scheduler.h    |  2 +-
>>>    drivers/gpu/drm/i915/gvt/vgpu.c         |  4 +-
>>>    12 files changed, 72 insertions(+), 79 deletions(-)
>>>
> 


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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
  2022-01-11 11:08     ` Wang, Zhi A
@ 2022-01-11 14:40       ` Rodrigo Vivi
  2022-01-11 18:08         ` Wang, Zhi A
  0 siblings, 1 reply; 11+ messages in thread
From: Rodrigo Vivi @ 2022-01-11 14:40 UTC (permalink / raw)
  To: Wang, Zhi A; +Cc: Nikula, Jani, intel-gfx, intel-gvt-dev

On Tue, Jan 11, 2022 at 06:08:28AM -0500, Wang, Zhi A wrote:
> On 1/11/22 6:08 AM, Wang, Zhi A wrote:
> > On 1/11/2022 12:52 AM, Vivi, Rodrigo wrote:
> >> On Fri, 2022-01-07 at 14:43 +0000, Wang, Zhi A wrote:
> >>> Hi folks:
> >>>
> >>> Happy holidays! This pull mostly contains the code re-factors patches
> >>> from Guenter Roeck and Rikard. Also a minor change from Zhenyu.
> >>>
> >>> Zhi
> >>>
> >>> The following changes since commit
> >>> 3bfa7d40ce736ffbbfe07127061f54b359ee2b12:
> >>>
> >>>     drm/i915/dg2: Add support for new DG2-G11 revid 0x5 (2021-08-06
> >>> 09:03:10 -0700)
> >>>
> >>> are available in the Git repository at:
> >>>
> >>>     https://github.com/intel/gvt-linux tags/gvt-next-2022-01-07
> >>>
> >>> for you to fetch changes up to
> >>> d7a8585430f2b6df5960bbc305edcec5a55180f3:
> >> I'm not sure what's going on here, but:
> >>
> >> dim: no pull request found
> >>
> >> did you do anything different on this round for generating and sending
> >> out this pull request email?
> > Strange.
> >
> > I generated this pull request by git pull-request since there is no
> > support for generating pull-request for gvt-next right in dim now. Can
> > you share me the command line of dim you were using for apply this pull
> > request? I can try to apply it before sending the pull request.
> >
> > Thanks,
> >
> > Zhi.
> >
> Hi Vivi:
> 
> I did some checks and dumped the plain source of the email I sent. I
> guess I figured out the reason. It's the problem of thunderbird in
> Windows. When it sends the plain email, it will replace some space with
> "Â", which caused the dim cannot find the git repo url. I have no idea
> how that can happen since Thunderbird in Linux worked totally fine with
> the same settings.
> 
> Before the vacation, my VPN certificate in Linux has been expired. I had
> to use the thunderbird in Windows, which caused the problem above.
> 
> Will re-sent. Sorry for the bumps.

understood. no problem at all. it happens.

Thanks for resending, but there's something else now...

dim attempt a mega rebase of thousands and thousands of patches
when trying to apply this.

Could you please rebase on a more recent drm-intel-next tag?

Thanks,
Rodrigo.

> 
> Zhi.
> 
> >>>     drm/i915/gvt: Constify vgpu_types (2021-12-16 09:13:02 -0500)
> >>>
> >>> ----------------------------------------------------------------
> >>> Guenter Roeck (1):
> >>>         drm/i915/gvt: Use list_entry to access list members
> >>>
> >>> Rikard Falkeborn (9):
> >>>         drm/i915/gvt: Constify intel_gvt_gtt_gma_ops
> >>>         drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
> >>>         drm/i915/gvt: Constify intel_gvt_irq_ops
> >>>         drm/i915/gvt: Constify intel_gvt_sched_policy_ops
> >>>         drm/i915/gvt: Constify gvt_mmio_block
> >>>         drm/i915/gvt: Constify cmd_interrupt_events
> >>>         drm/i915/gvt: Constify formats
> >>>         drm/i915/gvt: Constify gtt_type_table_entry
> >>>         drm/i915/gvt: Constify vgpu_types
> >>>
> >>> Zhenyu Wang (1):
> >>>         drm/i915/gvt: Fix cmd parser error for Passmark9
> >>>
> >>>    drivers/gpu/drm/i915/gvt/cmd_parser.c   |  2 +-
> >>>    drivers/gpu/drm/i915/gvt/dmabuf.c       | 18 +++------
> >>>    drivers/gpu/drm/i915/gvt/fb_decoder.c   | 24 ++++++------
> >>>    drivers/gpu/drm/i915/gvt/gtt.c          | 68
> >>> ++++++++++++++++-----------------
> >>>    drivers/gpu/drm/i915/gvt/gtt.h          |  4 +-
> >>>    drivers/gpu/drm/i915/gvt/gvt.h          |  2 +-
> >>>    drivers/gpu/drm/i915/gvt/handlers.c     | 13 ++++---
> >>>    drivers/gpu/drm/i915/gvt/interrupt.c    | 10 ++---
> >>>    drivers/gpu/drm/i915/gvt/interrupt.h    |  2 +-
> >>>    drivers/gpu/drm/i915/gvt/sched_policy.c |  2 +-
> >>>    drivers/gpu/drm/i915/gvt/scheduler.h    |  2 +-
> >>>    drivers/gpu/drm/i915/gvt/vgpu.c         |  4 +-
> >>>    12 files changed, 72 insertions(+), 79 deletions(-)
> >>>
> >
> 

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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued
  2022-01-11 14:40       ` Rodrigo Vivi
@ 2022-01-11 18:08         ` Wang, Zhi A
  2022-03-08  6:42           ` [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next Wang, Zhi A
  0 siblings, 1 reply; 11+ messages in thread
From: Wang, Zhi A @ 2022-01-11 18:08 UTC (permalink / raw)
  To: Vivi, Rodrigo; +Cc: Nikula, Jani, intel-gfx, intel-gvt-dev

On 1/11/22 2:40 PM, Vivi, Rodrigo wrote:
> On Tue, Jan 11, 2022 at 06:08:28AM -0500, Wang, Zhi A wrote:
>> On 1/11/22 6:08 AM, Wang, Zhi A wrote:
>>> On 1/11/2022 12:52 AM, Vivi, Rodrigo wrote:
>>>> On Fri, 2022-01-07 at 14:43 +0000, Wang, Zhi A wrote:
>>>>> Hi folks:
>>>>>
>>>>> Happy holidays! This pull mostly contains the code re-factors patches
>>>>> from Guenter Roeck and Rikard. Also a minor change from Zhenyu.
>>>>>
>>>>> Zhi
>>>>>
>>>>> The following changes since commit
>>>>> 3bfa7d40ce736ffbbfe07127061f54b359ee2b12:
>>>>>
>>>>>     drm/i915/dg2: Add support for new DG2-G11 revid 0x5 (2021-08-06
>>>>> 09:03:10 -0700)
>>>>>
>>>>> are available in the Git repository at:
>>>>>
>>>>>     https://github.com/intel/gvt-linux tags/gvt-next-2022-01-07
>>>>>
>>>>> for you to fetch changes up to
>>>>> d7a8585430f2b6df5960bbc305edcec5a55180f3:
>>>> I'm not sure what's going on here, but:
>>>>
>>>> dim: no pull request found
>>>>
>>>> did you do anything different on this round for generating and sending
>>>> out this pull request email?
>>> Strange.
>>>
>>> I generated this pull request by git pull-request since there is no
>>> support for generating pull-request for gvt-next right in dim now. Can
>>> you share me the command line of dim you were using for apply this pull
>>> request? I can try to apply it before sending the pull request.
>>>
>>> Thanks,
>>>
>>> Zhi.
>>>
>> Hi Vivi:
>>
>> I did some checks and dumped the plain source of the email I sent. I
>> guess I figured out the reason. It's the problem of thunderbird in
>> Windows. When it sends the plain email, it will replace some space with
>> "Â", which caused the dim cannot find the git repo url. I have no idea
>> how that can happen since Thunderbird in Linux worked totally fine with
>> the same settings.
>>
>> Before the vacation, my VPN certificate in Linux has been expired. I had
>> to use the thunderbird in Windows, which caused the problem above.
>>
>> Will re-sent. Sorry for the bumps.
> 
> understood. no problem at all. it happens.
> 
> Thanks for resending, but there's something else now...
> 
> dim attempt a mega rebase of thousands and thousands of patches
> when trying to apply this.
> 
> Could you please rebase on a more recent drm-intel-next tag?
> 
> Thanks,
> Rodrigo.
> 
Hi Vivi:

I sent the V3 just now. Thanks so much for the patience. I just took this over from Zhenyu recently. Feel free to let me know if I make any mistakes. Appreciate it!

Thanks,
Zhi.

>>
>> Zhi.
>>
>>>>>     drm/i915/gvt: Constify vgpu_types (2021-12-16 09:13:02 -0500)
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> Guenter Roeck (1):
>>>>>         drm/i915/gvt: Use list_entry to access list members
>>>>>
>>>>> Rikard Falkeborn (9):
>>>>>         drm/i915/gvt: Constify intel_gvt_gtt_gma_ops
>>>>>         drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
>>>>>         drm/i915/gvt: Constify intel_gvt_irq_ops
>>>>>         drm/i915/gvt: Constify intel_gvt_sched_policy_ops
>>>>>         drm/i915/gvt: Constify gvt_mmio_block
>>>>>         drm/i915/gvt: Constify cmd_interrupt_events
>>>>>         drm/i915/gvt: Constify formats
>>>>>         drm/i915/gvt: Constify gtt_type_table_entry
>>>>>         drm/i915/gvt: Constify vgpu_types
>>>>>
>>>>> Zhenyu Wang (1):
>>>>>         drm/i915/gvt: Fix cmd parser error for Passmark9
>>>>>
>>>>>    drivers/gpu/drm/i915/gvt/cmd_parser.c   |  2 +-
>>>>>    drivers/gpu/drm/i915/gvt/dmabuf.c       | 18 +++------
>>>>>    drivers/gpu/drm/i915/gvt/fb_decoder.c   | 24 ++++++------
>>>>>    drivers/gpu/drm/i915/gvt/gtt.c          | 68
>>>>> ++++++++++++++++-----------------
>>>>>    drivers/gpu/drm/i915/gvt/gtt.h          |  4 +-
>>>>>    drivers/gpu/drm/i915/gvt/gvt.h          |  2 +-
>>>>>    drivers/gpu/drm/i915/gvt/handlers.c     | 13 ++++---
>>>>>    drivers/gpu/drm/i915/gvt/interrupt.c    | 10 ++---
>>>>>    drivers/gpu/drm/i915/gvt/interrupt.h    |  2 +-
>>>>>    drivers/gpu/drm/i915/gvt/sched_policy.c |  2 +-
>>>>>    drivers/gpu/drm/i915/gvt/scheduler.h    |  2 +-
>>>>>    drivers/gpu/drm/i915/gvt/vgpu.c         |  4 +-
>>>>>    12 files changed, 72 insertions(+), 79 deletions(-)
>>>>>
>>>
>>


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

* [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next
  2022-01-11 18:08         ` Wang, Zhi A
@ 2022-03-08  6:42           ` Wang, Zhi A
  2022-03-08  9:56             ` Jani Nikula
  0 siblings, 1 reply; 11+ messages in thread
From: Wang, Zhi A @ 2022-03-08  6:42 UTC (permalink / raw)
  To: intel-gfx; +Cc: Nikula, Jani, intel-gvt-dev, Vivi, Rodrigo

Hi folks:

Here is a new pull request of gvt-next. It contains a small patch to add the missing
mdev attribute name, which will be used by the middleware, like kubevirt.

This pull has been tested by:

$ dim apply-pull drm-intel-next < this_email.eml

The following changes since commit 30424ebae8df0f786835e7a31ad790fa00764f35:

  Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next (2022-02-23 15:03:51 -0500)

are available in the Git repository at:

  https://github.com/intel/gvt-linux tags/gvt-next-2022-03-07

for you to fetch changes up to 43d26c4fc6c446d766253d546f0083d78023d34a:

  drm/i915/gvt: add the missing mdev attribute "name" (2022-03-07 12:21:58 -0500)

----------------------------------------------------------------
- add the missing attribute "name" in VFIO mdev hierarchy.

----------------------------------------------------------------
Zhi Wang (1):
      drm/i915/gvt: add the missing mdev attribute "name"

 drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)


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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next
  2022-03-08  6:42           ` [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next Wang, Zhi A
@ 2022-03-08  9:56             ` Jani Nikula
  2022-03-08 10:07               ` Wang, Zhi A
  0 siblings, 1 reply; 11+ messages in thread
From: Jani Nikula @ 2022-03-08  9:56 UTC (permalink / raw)
  To: Wang, Zhi A, intel-gfx; +Cc: intel-gvt-dev, Vivi, Rodrigo

On Tue, 08 Mar 2022, "Wang, Zhi A" <zhi.a.wang@intel.com> wrote:
> Hi folks:
>
> Here is a new pull request of gvt-next. It contains a small patch to add the missing
> mdev attribute name, which will be used by the middleware, like kubevirt.

I'm wondering if I should pull this to drm-intel-next, which is already
targeting v5.19, or if it should be pulled to drm-intel-next-fixes
targeting v5.18. It does look like a fix.

BR,
Jani.


>
> This pull has been tested by:
>
> $ dim apply-pull drm-intel-next < this_email.eml
>
> The following changes since commit 30424ebae8df0f786835e7a31ad790fa00764f35:
>
>   Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next (2022-02-23 15:03:51 -0500)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux tags/gvt-next-2022-03-07
>
> for you to fetch changes up to 43d26c4fc6c446d766253d546f0083d78023d34a:
>
>   drm/i915/gvt: add the missing mdev attribute "name" (2022-03-07 12:21:58 -0500)
>
> ----------------------------------------------------------------
> - add the missing attribute "name" in VFIO mdev hierarchy.
>
> ----------------------------------------------------------------
> Zhi Wang (1):
>       drm/i915/gvt: add the missing mdev attribute "name"
>
>  drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next
  2022-03-08  9:56             ` Jani Nikula
@ 2022-03-08 10:07               ` Wang, Zhi A
  2022-03-08 15:19                 ` Joonas Lahtinen
  0 siblings, 1 reply; 11+ messages in thread
From: Wang, Zhi A @ 2022-03-08 10:07 UTC (permalink / raw)
  To: Nikula, Jani, intel-gfx; +Cc: intel-gvt-dev, Vivi, Rodrigo

Which suits better for you? For me, I am OK with both. If you are not in a rush of closing the window, I can submit through drm-intel-next-fixes.

Thanks,
Zhi.

On 3/8/22 9:56 AM, Nikula, Jani wrote:
> On Tue, 08 Mar 2022, "Wang, Zhi A" <zhi.a.wang@intel.com> wrote:
>> Hi folks:
>>
>> Here is a new pull request of gvt-next. It contains a small patch to add the missing
>> mdev attribute name, which will be used by the middleware, like kubevirt.
> 
> I'm wondering if I should pull this to drm-intel-next, which is already
> targeting v5.19, or if it should be pulled to drm-intel-next-fixes
> targeting v5.18. It does look like a fix.
> 
> BR,
> Jani.
> 
> 
>>
>> This pull has been tested by:
>>
>> $ dim apply-pull drm-intel-next < this_email.eml
>>
>> The following changes since commit 30424ebae8df0f786835e7a31ad790fa00764f35:
>>
>>   Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next (2022-02-23 15:03:51 -0500)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/intel/gvt-linux tags/gvt-next-2022-03-07
>>
>> for you to fetch changes up to 43d26c4fc6c446d766253d546f0083d78023d34a:
>>
>>   drm/i915/gvt: add the missing mdev attribute "name" (2022-03-07 12:21:58 -0500)
>>
>> ----------------------------------------------------------------
>> - add the missing attribute "name" in VFIO mdev hierarchy.
>>
>> ----------------------------------------------------------------
>> Zhi Wang (1):
>>       drm/i915/gvt: add the missing mdev attribute "name"
>>
>>  drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++++++++++++++
>>  1 file changed, 15 insertions(+)
>>
> 


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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next
  2022-03-08 10:07               ` Wang, Zhi A
@ 2022-03-08 15:19                 ` Joonas Lahtinen
  2022-03-09  7:26                   ` Wang, Zhi A
  0 siblings, 1 reply; 11+ messages in thread
From: Joonas Lahtinen @ 2022-03-08 15:19 UTC (permalink / raw)
  To: Nikula, Jani, Wang, Zhi A, intel-gfx; +Cc: intel-gvt-dev, Vivi, Rodrigo

Quoting Wang, Zhi A (2022-03-08 12:07:04)
> Which suits better for you? For me, I am OK with both. If you are not in a rush of closing the window, I can submit through drm-intel-next-fixes.

I pulled this into drm-intel-next-fixes now.

For future reference, let's have fixes only PRs as gvt-fixes and PRs
with features as gvt-next and each as a new mail thread instead of a
reply to older, so they will be easy to spot :)

Regards, Joonas

> 
> Thanks,
> Zhi.
> 
> On 3/8/22 9:56 AM, Nikula, Jani wrote:
> > On Tue, 08 Mar 2022, "Wang, Zhi A" <zhi.a.wang@intel.com> wrote:
> >> Hi folks:
> >>
> >> Here is a new pull request of gvt-next. It contains a small patch to add the missing
> >> mdev attribute name, which will be used by the middleware, like kubevirt.
> > 
> > I'm wondering if I should pull this to drm-intel-next, which is already
> > targeting v5.19, or if it should be pulled to drm-intel-next-fixes
> > targeting v5.18. It does look like a fix.
> > 
> > BR,
> > Jani.
> > 
> > 
> >>
> >> This pull has been tested by:
> >>
> >> $ dim apply-pull drm-intel-next < this_email.eml
> >>
> >> The following changes since commit 30424ebae8df0f786835e7a31ad790fa00764f35:
> >>
> >>   Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next (2022-02-23 15:03:51 -0500)
> >>
> >> are available in the Git repository at:
> >>
> >>   https://github.com/intel/gvt-linux tags/gvt-next-2022-03-07
> >>
> >> for you to fetch changes up to 43d26c4fc6c446d766253d546f0083d78023d34a:
> >>
> >>   drm/i915/gvt: add the missing mdev attribute "name" (2022-03-07 12:21:58 -0500)
> >>
> >> ----------------------------------------------------------------
> >> - add the missing attribute "name" in VFIO mdev hierarchy.
> >>
> >> ----------------------------------------------------------------
> >> Zhi Wang (1):
> >>       drm/i915/gvt: add the missing mdev attribute "name"
> >>
> >>  drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++++++++++++++
> >>  1 file changed, 15 insertions(+)
> >>
> > 
> 

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

* Re: [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next
  2022-03-08 15:19                 ` Joonas Lahtinen
@ 2022-03-09  7:26                   ` Wang, Zhi A
  0 siblings, 0 replies; 11+ messages in thread
From: Wang, Zhi A @ 2022-03-09  7:26 UTC (permalink / raw)
  To: Joonas Lahtinen, Nikula, Jani, intel-gfx; +Cc: intel-gvt-dev, Vivi, Rodrigo

Hi Joonas:

Thanks so much. Will do. :)

Thanks,
Zhi.

On 3/8/22 3:19 PM, Joonas Lahtinen wrote:
> Quoting Wang, Zhi A (2022-03-08 12:07:04)
>> Which suits better for you? For me, I am OK with both. If you are not in a rush of closing the window, I can submit through drm-intel-next-fixes.
> 
> I pulled this into drm-intel-next-fixes now.
> 
> For future reference, let's have fixes only PRs as gvt-fixes and PRs
> with features as gvt-next and each as a new mail thread instead of a
> reply to older, so they will be easy to spot :)
> 
> Regards, Joonas
> 
>>
>> Thanks,
>> Zhi.
>>
>> On 3/8/22 9:56 AM, Nikula, Jani wrote:
>>> On Tue, 08 Mar 2022, "Wang, Zhi A" <zhi.a.wang@intel.com> wrote:
>>>> Hi folks:
>>>>
>>>> Here is a new pull request of gvt-next. It contains a small patch to add the missing
>>>> mdev attribute name, which will be used by the middleware, like kubevirt.
>>>
>>> I'm wondering if I should pull this to drm-intel-next, which is already
>>> targeting v5.19, or if it should be pulled to drm-intel-next-fixes
>>> targeting v5.18. It does look like a fix.
>>>
>>> BR,
>>> Jani.
>>>
>>>
>>>>
>>>> This pull has been tested by:
>>>>
>>>> $ dim apply-pull drm-intel-next < this_email.eml
>>>>
>>>> The following changes since commit 30424ebae8df0f786835e7a31ad790fa00764f35:
>>>>
>>>>   Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next (2022-02-23 15:03:51 -0500)
>>>>
>>>> are available in the Git repository at:
>>>>
>>>>   https://github.com/intel/gvt-linux tags/gvt-next-2022-03-07
>>>>
>>>> for you to fetch changes up to 43d26c4fc6c446d766253d546f0083d78023d34a:
>>>>
>>>>   drm/i915/gvt: add the missing mdev attribute "name" (2022-03-07 12:21:58 -0500)
>>>>
>>>> ----------------------------------------------------------------
>>>> - add the missing attribute "name" in VFIO mdev hierarchy.
>>>>
>>>> ----------------------------------------------------------------
>>>> Zhi Wang (1):
>>>>       drm/i915/gvt: add the missing mdev attribute "name"
>>>>
>>>>  drivers/gpu/drm/i915/gvt/kvmgt.c | 15 +++++++++++++++
>>>>  1 file changed, 15 insertions(+)
>>>>
>>>
>>


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

end of thread, other threads:[~2022-03-09  7:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 14:43 [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next-queued Wang, Zhi A
2022-01-10 22:52 ` Vivi, Rodrigo
2022-01-11  6:08   ` Wang, Zhi A
2022-01-11 11:08     ` Wang, Zhi A
2022-01-11 14:40       ` Rodrigo Vivi
2022-01-11 18:08         ` Wang, Zhi A
2022-03-08  6:42           ` [Intel-gfx] [GIT PULL] GVT next changes for drm-intel-next Wang, Zhi A
2022-03-08  9:56             ` Jani Nikula
2022-03-08 10:07               ` Wang, Zhi A
2022-03-08 15:19                 ` Joonas Lahtinen
2022-03-09  7:26                   ` Wang, Zhi A

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.