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 42d7ac70e3e9735619690a86482954827936d169 (commit) from 541a3c1765e71af91e1319a3ab165ac37a0fd17d (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 42d7ac70e3e9735619690a86482954827936d169 Author: James Simmons <jsimm...@infradead.org> Date: Sun May 19 15:13:28 2013 -0400 In our driver in order to support both KMS and UMS we can't call drmmode_set_mode_major directly but instead call xf86CrtcSetMode or alike functions. All those xorg methods are wrappers around xf86CrtcSetModeTransform which does the handling of restoring the mode in failure cases. If you look at drmmode_set_mode_major it also does the the same error handling because the was copied from drivers that directly called it. Since this is not the case for us we can make drmmode_set_mode_major much simpler and depend on xf86CrtcSetModeTransform to handle failures for us. ----------------------------------------------------------------------- Summary of changes: src/via_kms.c | 131 +++++++++++++++++++------------------------------------- 1 files changed, 45 insertions(+), 86 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