[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_3_3-23-ga682747

James Simmons jsimmons at kemper.freedesktop.org
Sat Jan 10 18:15:23 PST 2015


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  a68274700e2fdda49f166dd3d1c76f77a4774f57 (commit)
       via  fdbd9446130e58c0241bfae5ad9ee88c95e8cea2 (commit)
       via  cbead3b200b3948bd4ddf9e2133a7f5d431f58ff (commit)
       via  c104fa48e8e21f0dc2444662e7c0a3df2ee5e5cb (commit)
       via  a8c2f04e2ef21e64f2e91dd6f3e237f80e8c80c6 (commit)
       via  02480da73b76df500aaca8dd6eff9d56acdb58d2 (commit)
       via  271c716f2060bc04a5ca8324c0d2c27473463206 (commit)
      from  00f4d9d7fedccd1e66d98113e76cbfff15722d51 (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 a68274700e2fdda49f166dd3d1c76f77a4774f57
Author: James Simmons <jsimmons at infradead.org>
Date:   Sat Jan 10 19:08:48 2015 -0700

    Small cleanup to the register dumping tool to display
    data correctly.

commit fdbd9446130e58c0241bfae5ad9ee88c95e8cea2
Author: James Simmons <jsimmons at infradead.org>
Date:   Sat Jan 10 18:45:18 2015 -0700

    Fix build on Hurd. Without libdrm the build fails due to missing
    definitions. We can use the included drm_fourcc.h to ensure it
    builds.
    
    Signed-off-by: Gabriele Giacone
    Reviewed-by: James Simmons <jsimmons at infradead.org>

commit cbead3b200b3948bd4ddf9e2133a7f5d431f58ff
Author: Pino Toscano <toscano.pino at tiscali.it>
Date:   Sat Jan 10 18:40:33 2015 -0700

    Do not require libdrm as base pkg-config module
    
    Remove libdrm from the list of mandatory Xorg modules, as it is an
    optional component whose presence is checked later. Needed for
    Hurd support since libdrm is not present yet.
    
    Signed-off-by: Pino Toscano <toscano.pino at tiscali.it>
    Reviewed-by: James Simmons <jsimmons at infradead.org>

commit c104fa48e8e21f0dc2444662e7c0a3df2ee5e5cb
Author: James Simmons <jsimmons at infradead.org>
Date:   Sat Jan 10 18:36:22 2015 -0700

    * while watching video following messages are endless logged
     via_xv.c : needBandwidth= 180.000000 :
     via_xv.c : totalBandwidth= 2979.199951 :
    
    So instead log a error if it fails to have enought memory
    bandwith.
    
    Signed-off-by: Robby Klehm
    Reviewed-by: James Simmons <jsimmons at infradead.org>

commit a8c2f04e2ef21e64f2e91dd6f3e237f80e8c80c6
Author: JUNG, Christian <christian.jung at shsservices.org>
Date:   Sat Jan 10 17:47:48 2015 -0700

    Add support for VT1632 DVI transmitter for UMS mode.
    
    Signed-off-by: JUNG, Christian <christian.jung at shsservices.org>
    Reviewed-by: James Simmons <jsimmons at infradead.org>

commit 02480da73b76df500aaca8dd6eff9d56acdb58d2
Author: JUNG, Christian <christian.jung at shsservices.org>
Date:   Sat Jan 10 17:44:07 2015 -0700

    Add support to probe the I2C for bus 3. This makes it is
    possible to detect the VT1632 device.
    
    Signed-off-by: JUNG, Christian <christian.jung at shsservices.org>
    Reviewed-by: James Simmons <jsimmons at infradead.org>

commit 271c716f2060bc04a5ca8324c0d2c27473463206
Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
Date:   Sat Jan 10 17:42:29 2015 -0700

    Make our implementation of xf86OutputFuncsRec->set_output() return TRUE.
    
    Implementations of this function are expected to return TRUE when given
    a property that they don't recognize.  Otherwise, properties set by the
    server core (e.g. EDID) will break.  (See commit 33133a1 in
    xf86-video-intel.)
    
    Since we don't support any properties ourselves,  we should always
    return TRUE.
    
    This is also needed to support clients that set custom output
    properties; i.e. gnome-shell likes to set _MUTTER_PRESENTATION_OUTPUT,
    and it works fine with other drivers but would crash with ValueError on
    openchrome.
    
    Signed-off-by: Daniel Gnoutcheff <daniel at gnoutcheff.name>
    Reviewed-by: James Simmons <jsimmons at infradead.org>

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

Summary of changes:
 configure.ac      |    2 +-
 src/Makefile.am   |    2 +
 src/via_driver.c  |    2 +
 src/via_driver.h  |    2 +
 src/via_i2c.c     |   61 +++++++++++++---
 src/via_memmgr.c  |    2 +
 src/via_outputs.c |  196 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/via_vt1632.c  |  204 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/via_vt1632.h  |   54 ++++++++++++++
 src/via_xv.c      |    4 +-
 tools/registers.c |    4 +-
 11 files changed, 514 insertions(+), 19 deletions(-)
 create mode 100644 src/via_vt1632.c
 create mode 100644 src/via_vt1632.h


hooks/post-receive
-- 
X driver for VIA IGPs


More information about the Openchrome-devel mailing list