Bug 241405 - update x11-drivers/xf86-video-amdgpu to 19.1.0
Summary: update x11-drivers/xf86-video-amdgpu to 19.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-22 02:47 UTC by pete
Modified: 2020-03-10 16:28 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
update Makefile for new version (1.07 KB, patch)
2019-10-22 02:47 UTC, pete
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pete 2019-10-22 02:47:05 UTC
Created attachment 208498 [details]
update Makefile for new version

Upstream release:

I'm pleased to announce the 19.1.0 release of xf86-video-amdgpu, the
Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.13-1.20.

There are no big changes in this release, just fixes and other minor
improvements.

Thanks to everybody who contributed to this release in any way!


NOTE:

As of September, I'm no longer working for AMD but for Red Hat's
graphics infrastructure team. I'm hoping that someone from my former
team at AMD will step up to maintain this driver.


Flora Cui (1):
      dri2: reply to client for WaitMSC request in any case

Michel Dänzer (13):
      Retry get_fb_ptr in get_fb
      dri3: Always flush glamor before sharing pixmap storage with clients
      dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
      Remove dri2_drawable_crtc parameter consider_disabled
      present: Check that we can get a KMS FB for flipping
      Don't disable page flipping completely with SW cursor
      gitlab-ci: Use templates from wayland/ci-templates
      present: Also check pixmap pitch in check_flip with current xserver
      present: Don't check pixmap pitch in check_flip with current DC
      present: Don't check pixmap pitch in check_flip with non-DC >= 3.34
      Don't set up black scanout buffer if LeaveVT is called from CloseScreen
      Don't unreference FBs of pixmaps from different screens in LeaveVT
      Bump version for the 19.1.0 release

git tag: xf86-video-amdgpu-19.1.0

https://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-19.1.0.tar.bz2
MD5:  55ad19b858e186a2cf4e91ed832c05e7  xf86-video-amdgpu-19.1.0.tar.bz2
SHA1: 044a97ea2f36dd3d2d4844bb503dd4e2b2854d56  xf86-video-amdgpu-19.1.0.tar.bz2
SHA256: 4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d  xf86-video-amdgpu-19.1.0.tar.bz2
SHA512: ccdaa2378492da1a2f3d18fedacd1318c4708da534a8a959276a82730d5420619d83ad1ec8d7835c55655fe56123cd9bffb44e6223c5a97033c01f598af4a173  xf86-video-amdgpu-19.1.0.tar.bz2
PGP:  https://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-19.1.0.tar.bz2.sig

https://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-19.1.0.tar.gz
MD5:  5aec06fed52d09838d0511c59dd2d861  xf86-video-amdgpu-19.1.0.tar.gz
SHA1: 453ef4c403c1966bb0555057248629a1514ab18e  xf86-video-amdgpu-19.1.0.tar.gz
SHA256: 9967435ca5686395375adea503ee774ddb95181505247d164ee3a1a2995a081f  xf86-video-amdgpu-19.1.0.tar.gz
SHA512: 660bea3ff6c8123ebc7df82b8e90308759c1575a3b28fddc95f0e46b575250991eda36f0e85d9db9777d712c247dadc8ce1f45541146ac513ec8874b774a440d  xf86-video-amdgpu-19.1.0.tar.gz
PGP:  https://xorg.freedesktop.org/archive/individual/driver/xf86-video-amdgpu-19.1.0.tar.gz.sig
Comment 1 pete 2019-10-22 02:51:59 UTC
This passes a "poudriere testport" run in my environment, and I am able to use this on my AMD GPU workstation.  Here's the relevant Xorg.0.log:

[ 24935.340] (II) LoadModule: "amdgpu"
[ 24935.340] (II) Loading /usr/local/lib/xorg/modules/drivers/amdgpu_drv.so
[ 24935.340] (II) Module amdgpu: vendor="X.Org Foundation"
[ 24935.340]    compiled for 1.18.4, module version = 19.1.0
[ 24935.340]    Module class: X.Org Video Driver
[ 24935.340]    ABI class: X.Org Video Driver, version 20.0
[ 24935.340] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
Comment 2 Johannes M Dieterich freebsd_committer freebsd_triage 2019-10-22 03:03:36 UTC
I've got a review open for both amdgpu and ati. Can you check that? Thanks!
Comment 3 pete 2019-10-22 03:13:04 UTC
(In reply to Johannes M Dieterich from comment #2)
assuming this is the correct review:
https://reviews.freebsd.org/D22091

those both def look good to me, I'll defer to your patches since you also update the Makefile "USES" bits.
Comment 4 Niclas Zeising freebsd_committer freebsd_triage 2020-03-10 16:28:53 UTC
This has been committed, but this PR was forgotten.

Thanks for the submission!