在2024年7月21日七月 下午6:08,Simon Glass写道:
[...]
>> >> > +
>> >> > + set_scanout_in = malloc(sizeof(struct virtio_gpu_set_scanout));
>> >
>> > Could these structs be inside priv instead of allocating each one?
>>
>> Those structs are all used only once at initialization.
>>
>> We can save some runt
Hi Jiaxun,
On Sat, 20 Jul 2024 at 07:58, Jiaxun Yang wrote:
>
>
>
> 在2024年7月19日七月 下午11:05,Simon Glass写道:
> > Hi Jiaxun,
> >
> > On Wed, 17 Jul 2024 at 15:34, Jiaxun Yang wrote:
> >>
> >>
> >>
> >> 在2024年5月24日五月 下午9:02,Jiaxun Yang写道:
> >> > This driver is implemened based on latest VirtIO spec.
>
在2024年7月19日七月 下午11:05,Simon Glass写道:
> Hi Jiaxun,
>
> On Wed, 17 Jul 2024 at 15:34, Jiaxun Yang wrote:
>>
>>
>>
>> 在2024年5月24日五月 下午9:02,Jiaxun Yang写道:
>> > This driver is implemened based on latest VirtIO spec.
>> > It follows operation prodcure as defined in the spec.
>> >
>> > It implemented
Hi Jiaxun,
On Wed, 17 Jul 2024 at 15:34, Jiaxun Yang wrote:
>
>
>
> 在2024年5月24日五月 下午9:02,Jiaxun Yang写道:
> > This driver is implemened based on latest VirtIO spec.
> > It follows operation prodcure as defined in the spec.
> >
> > It implemented multihead (mirroring) support as well.
> >
> > Signed
在2024年5月24日五月 下午9:02,Jiaxun Yang写道:
> This driver is implemened based on latest VirtIO spec.
> It follows operation prodcure as defined in the spec.
>
> It implemented multihead (mirroring) support as well.
>
> Signed-off-by: Jiaxun Yang
Ping
> ---
> v2:
> - Add big endian code path
>
5 matches
Mail list logo