All of lore.kernel.org
 help / color / mirror / Atom feed
* framebuffer mmap
@ 2003-10-09  8:58 Kromer
  0 siblings, 0 replies; only message in thread
From: Kromer @ 2003-10-09  8:58 UTC (permalink / raw)
  To: linux-mm

hello mm-everybody	

i'm just writing my own framebuffer driver for device acessed only via 
parallel port (there is no way to direct read/write it's memory)

i just want to use memory allocated in kernel module, and acess it 
application with mmmap (and of course flush this memory to device 
peridicaly)

q1: where is documentation of writing own mmap  functions
q2: what fields need to be set in  mmap function implementation
q3: what kind of memory allocation i should use inside driver
      (kmalloc, vmalloc, with GFP_KERNEL or FGP_USER?)
q4: how to remap (or not?) in mmap function

q5: is there any simply way to build acess for non-direct memory ?
     i mean for each byte read/write to this
     memory need to be called my own function

please answer to my priv (mailto:krom@gazeta.pl) too
thx

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-09  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09  8:58 framebuffer mmap Kromer

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.