xf86-video-ati: Changes to 'refs/tags/xf86-video-ati-7.9.0'

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Mar 16 07:45:48 UTC 2017


Tag 'xf86-video-ati-7.9.0' created by Michel Dänzer <michel at daenzer.net> at 2017-03-16 07:45 +0000

xf86-video-ati-7.9.0
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQSwn681vpFFIZgJURRaga+OatuyAAUCWMpCnQAKCRBaga+Oatuy
AK18AKCBqSpMkMypSXKhpUWmHN9KBa93fQCgnN+MmP/+jG3jghUvrfScVfYYihA=
=G9WE
-----END PGP SIGNATURE-----

Changes since xf86-video-ati-7.8.0:
Emil Velikov (1):
      autogen.sh: use quoted string variables

Jammy Zhou (1):
      Use render node for DRI3 if available

Jochen Rollwagen (3):
      fix build for xserver < 1.13
      Calculate log base 2 in radeon.h based on clz for all platforms
      Fix build for XServer 1.13

Michel Dänzer (38):
      Post-release version bump
      Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
      Enable glamor by default with >= R600 and Xorg >= 1.18.3
      Don't install Flush/EventCallback for GPU screens
      Pass fb_id into drmmode_page_flip_target_absolute/relative
      Add radeon_is_gpu_screen helper
      Take current scanout_id into account everywhere involved with TearFree
      Fix radeon_scanout_extents_intersect for GPU screens
      Call ValidateGC after ChangeClip in radeon_sync_scanout_pixmaps
      Call radeon_drm_abort_entry on failure to flip to a scanout pixmap
      Simplify drmmode_handle_uevents
      Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmap
      .editorconfig: src/ati.c only uses spaces for indentation
      ati: Support loading the amdgpu driver from the ati wrapper
      Add 10-radeon.conf xorg.conf.d snippet
      Enable tiling by default with glamor on PALM
      Don't handle Option "SwapbuffersWait" at all with glamor
      Fix flip event data leak if calloc or drmModeAddFB fails
      Don't destroy current FB if drmModeAddFB fails
      Factor out radeon_prime_dirty_to_crtc helper
      Factor out drmmode_crtc_scanout_update helper
      Allow toggling TearFree at runtime via output property
      Use drmmode_crtc_scanout_free in drmmode_fini
      present: Only call drmModeRmFB after setting modes for unflip
      present: Wait for screen pixmap BO idle before setting modes for unflip
      Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as well
      Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_create
      Handle rotation in the driver also with Xorg 1.12-1.18
      present: Also flush before using a flip to unflip
      present: Use async flip for unflip if possible
      present: Flush before flipping
      Fix bogus indentation
      Call drmmode_set_desired_modes from a WindowExposures hook
      Move DPMS check from radeon_scanout_do_update to radeon_scanout_flip
      Don't call radeon_cs_flush_indirect & radeon_bo_wait in drmmode_copy_fb
      Skip some initialization steps for GPU screens
      Pass TRUE to drmmode_set_desired_modes the first time for GPU screens
      Bump version for 7.9.0 release

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

jimqu (1):
      udev_monitor_receive_device() will block when hotplug monitor

---
 .editorconfig         |    3 
 Makefile.am           |    2 
 autogen.sh            |   11 -
 conf/10-radeon.conf   |    5 
 conf/Makefile.am      |   24 ++
 configure.ac          |   20 +-
 man/radeon.man        |   17 +
 src/ati.c             |   40 +++-
 src/drmmode_display.c |  495 +++++++++++++++++++++++++++++++++++---------------
 src/drmmode_display.h |   15 +
 src/radeon.h          |   24 --
 src/radeon_dri2.c     |   42 +++-
 src/radeon_dri3.c     |   37 +++
 src/radeon_glamor.c   |   11 -
 src/radeon_kms.c      |  326 +++++++++++++++++++-------------
 src/radeon_present.c  |   19 +
 src/radeon_probe.h    |    2 
 17 files changed, 760 insertions(+), 333 deletions(-)
---


More information about the xorg-commit mailing list