All of lore.kernel.org
 help / color / mirror / Atom feed
* seems ttm_bo_handle_move_mem not flush cache, if BO move SYS->VRAM?
@ 2010-12-01  3:58 april
  2010-12-01 14:34 ` Jerome Glisse
  2010-12-01 16:28 ` Thomas Hellstrom
  0 siblings, 2 replies; 6+ messages in thread
From: april @ 2010-12-01  3:58 UTC (permalink / raw)
  To: dri-devel

hi all:

I have a question:

If a BO in VRAM (WC) evict to SYS memory(may be cached),  and user
process still can access it event it is in SYS memory (may be cached)
.
when this BO volidate to VRAM,  It seems "ttm_bo_handle_move_mem"  not
flush cache (If evict to SYS memory with cached).

 But flush cache is needed, If driver use DMA to handle BO
move(SYS->VRAM), should "ttm_bo_handle_move_mem" handle this? or
driver do it in "driver->move_notify" before "driver->move" called?

Thanks

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

end of thread, other threads:[~2010-12-03  2:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01  3:58 seems ttm_bo_handle_move_mem not flush cache, if BO move SYS->VRAM? april
2010-12-01 14:34 ` Jerome Glisse
2010-12-01 16:28 ` Thomas Hellstrom
2010-12-02  2:49   ` april
2010-12-02  7:35     ` Thomas Hellstrom
2010-12-03  2:25       ` Jerome Glisse

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.