virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 1/2] drm/qxl: User page size macro for qxl release bo
       [not found] <20210914062352.6102-1-maobibo@loongson.cn>
@ 2021-09-15  6:33 ` Gerd Hoffmann
       [not found] ` <20210914062352.6102-2-maobibo@loongson.cn>
  1 sibling, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2021-09-15  6:33 UTC (permalink / raw)
  To: bibo mao; +Cc: Dave Airlie, linux-kernel, dri-devel, virtualization

On Tue, Sep 14, 2021 at 02:23:51AM -0400, bibo mao wrote:
> Some architectures have different default page size, this patch
> replaces hardcoded 4096 with PAGE_SIZE macro, since cmd bo size
> is page aligned.
> 
> Signed-off-by: bibo mao <maobibo@loongson.cn>

Pushed to drm-misc-next.

thanks,
  Gerd

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

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

* Re: [PATCH 2/2] drm/qxl: Add qxl dma fence release function
       [not found] ` <20210914062352.6102-2-maobibo@loongson.cn>
@ 2021-09-15  6:38   ` Gerd Hoffmann
  0 siblings, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2021-09-15  6:38 UTC (permalink / raw)
  To: bibo mao; +Cc: Dave Airlie, linux-kernel, dri-devel, virtualization

On Tue, Sep 14, 2021 at 02:23:52AM -0400, bibo mao wrote:
> Add qxl dma fence release function, previously default dma fence
> release function is used, and fence pointer is used to free 
> the memory. With this patch, actual qxl release pointer is used
> to free memory, so that dma fence can put at any place of 
> struct qxl_release.

Why?  Is there a problem with struct dma_fence being the first
element of struct qxl_release?

take care,
  Gerd

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

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

end of thread, other threads:[~2021-09-15  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210914062352.6102-1-maobibo@loongson.cn>
2021-09-15  6:33 ` [PATCH 1/2] drm/qxl: User page size macro for qxl release bo Gerd Hoffmann
     [not found] ` <20210914062352.6102-2-maobibo@loongson.cn>
2021-09-15  6:38   ` [PATCH 2/2] drm/qxl: Add qxl dma fence release function Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).