<div dir="ltr">As indicated here:<div><br></div><div><a href="http://www.botchco.com/agd5f/?p=51">http://www.botchco.com/agd5f/?p=51</a><br></div><div><br></div><div>the input to CRTC is the framebuffer, and output of CRTC is already monitor-level information...which is meaningless to you.   So but best bet is to get it at the framebuffer level?</div>
<div><br></div><div>Correct me if wrong?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 8:06 PM, Sannu K <span dir="ltr">&lt;<a href="mailto:sannumail4foss@gmail.com" target="_blank">sannumail4foss@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div class="gmail_extra"><div class="gmail_quote"><div class="im">On Thu, Jan 16, 2014 at 1:14 PM, Peter Teoh <span dir="ltr">&lt;<a href="mailto:htmldeveloper@gmail.com" target="_blank">htmldeveloper@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">In general how it worked is explained here:<div><br></div><div><a href="https://www.kernel.org/doc/htmldocs/drm/drm-kms-init.html" target="_blank">https://www.kernel.org/doc/htmldocs/drm/drm-kms-init.html</a><br>


</div><div><div><br></div><div>Not sure which is the name of your video card, but I think in general all the page flip API should have access to the scan buffer (see link above).   For Intel these are possible APIs</div>

<div>
:<br></div><div><br></div></div></div></blockquote></div><div><br>Thanks. I was trying to find out a generic way to access the scan out 
buffer. The page flip functions looks specific to hardware.<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div></div>

<div><br></div><div class="gmail_extra"><div class="im"><div>static void do_intel_finish_page_flip(struct drm_device *dev,<br></div><div>void intel_finish_page_flip(struct drm_device *dev, int pipe)</div><div><span style="white-space:pre-wrap">        </span>do_intel_finish_page_flip(dev, crtc);</div>



<div>void intel_finish_page_flip_plane(struct drm_device *dev, int plane)</div><div><span style="white-space:pre-wrap">        </span>do_intel_finish_page_flip(dev, crtc);</div><div>void intel_prepare_page_flip(struct drm_device *dev, int plane)</div>



<div><span style="white-space:pre-wrap">        </span> * is also accompanied by a spurious intel_prepare_page_flip().</div><div>inline static void intel_mark_page_flip_active(struct intel_crtc *intel_crtc)</div></div><span><font color="#888888"><br clear="all">

-- <br>Regards,<br>Peter Teoh
</font></span></div></div></div>
</blockquote></div><br>It is enough to have a way to get the content of scan out buffer instead of accessing it directly using a pointer.<br><br><div>Thanks for you help,<br></div>Sannu K<br></div></div></div></div></div>

</div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Regards,<br>Peter Teoh
</div>