This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".

The branch, master has been updated
       via  f264f523ac80fc9eebec66945fe89243eabbf081 (commit)
      from  7e08492da289e495b8b4092f3a5eeb0c6aa46362 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f264f523ac80fc9eebec66945fe89243eabbf081
Author: James Simmons <jsimm...@infradead.org>
Date:   Sat Jul 13 15:21:01 2013 -0400

    The normal setup is two crtc are mapped to the same framebuffer. As we set 
each crtc we were caching the old frame buffer, but for the second crtc we end 
up caching the new framebuffer as the old one. So when we went to free the old 
framebuffer the display surface got deleted which caused our xorg driver to 
crash. The solution is to test if we already cached the old framebuffer. Also 
since only one display surface is involved we move drmModeRmFB outside the crtc 
loop.

-----------------------------------------------------------------------

Summary of changes:
 src/via_driver.c |   45 +++++++++++++++++++--------------------------
 1 files changed, 19 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
X driver for VIA IGPs
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to