[Openchrome-devel] xf86-video-openchrome: Changes to 'refs/tags/release_0_3_3'

Xavier Bachelot xavierb at kemper.freedesktop.org
Thu May 23 08:10:58 PDT 2013


Tag 'release_0_3_3' created by Xavier Bachelot <xavier at bachelot.org> at 2013-05-23 16:10 -0700

release 0.3.3

Changes since release_0_3_2:
Alan Coopersmith (2):
      integer overflow in uniDRIOpenConnection() in libchromeXvMC* [CVE-2013-1994 1/2]
      integer overflow in uniDRIGetClientDriverName() in libchromeXvMC* [CVE-2013-1994 2/2]

James Simmons (8):
      via_xf86crtc_resize can handle both UMS and KMS modes so we can remove drmmode_xf86crtc_resize.
      Enable xorg driver to recieve hotplug events.
      drmmode_set_mode_major does this for us so no need to do it here
      Integrate the different formats now supported by libdrm. This makes allocating buffers for KMS planes in the future much easier
      In our driver in order to support both KMS and UMS we can't call drmmode_set_mode_major directly but instead
      Fix the problems with UMS multiple screen handling. KMS still has problems
      Patch from Krummenacher <max.krummenacher at toradex.com>
      Our xorg driver has moved to using drm_fourcc.h but not all distros have a new enough libdrm so building can fail. We place a copy in our source tree to ensure building and this header doesn't change to often

Xavier Bachelot (4):
      Biostar Viotech 3100+ (reported by J. Scott Heppler)
      make iga[12]_crtc_mode_fixup more verbose when the mode is rejected.
      Probe TV encoder on all but the P4M900, unless we know the board has a TV encoder.
      Bump version to 0.3.3

---
 NEWS               |    8 +
 configure.ac       |    2 
 src/Makefile.am    |    6 -
 src/drm_fourcc.h   |  130 +++++++++++++++++++++++++++++++
 src/via_display.c  |   47 ++++++++---
 src/via_driver.c   |  146 +++++++++++++++++++++++------------
 src/via_driver.h   |    1 
 src/via_id.c       |    1 
 src/via_kms.c      |  221 ++++++++++-------------------------------------------
 src/via_lvds.c     |    3 
 src/via_memmgr.c   |   32 ++++++-
 src/via_memmgr.h   |    2 
 src/via_outputs.c  |    2 
 src/via_ums.h      |    4 
 src/xvmc/xf86dri.c |   14 ++-
 15 files changed, 368 insertions(+), 251 deletions(-)
---


More information about the Openchrome-devel mailing list