<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jordan Crouse wrote:
<blockquote cite="mid20081003203254.GB28037@cosmic.amd.com" type="cite">
  <pre wrap="">On 03/10/08 14:30 -0600, Jordan Crouse wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On 03/10/08 16:06 +0200, Dirk De Becker wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi all,

I would like to be able to use cim_gp_ptr, cim_vg_ptr, cim_vid_ptr, 
cim_fb_ptr and cim_vip_ptr in another program (module).
Can someone give me a clue on how to do this?
I printed them in lx_driver, but I see that the addresses are different 
each time I run X, so it does not make sense to just copy the adress 
dumps in my module.
      </pre>
    </blockquote>
    <pre wrap="">You mean you want to use them in another X module?  You should be able to
use them directly, they are not declared as static or anything.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Actually, we would probably need to declare them with _X_EXPORT, but still,
not a big deal.

Jordan
  </pre>
</blockquote>
Actually, what I mean is that I want to be able to access them from
another (custom) kernel (non-X) module.<br>
I am trying to make a register dump for the geode's graphical registers.<br>
<br>
Kind regards, <br>
<br>
Dirk<br>
</body>
</html>