Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xf86-video-ati: Update 19.1.0 -> 19.1.0+7a6a34af
The ATI/AMD Radeon video driver for the Xorg X server - Switch to git in SRC_URI This video driver hasn't released any package in the last 2+ years. Switch recipe to use git instead of release tarball to get the latest version of it. - Drop patches already upstreamed. - Add PACKAGECONFIG support: udev and glamor. - Add mesa driver runtime dependencies and libegl as glamor runtime dependency. - Add ${PN}-config package. - Fix mesa RDEPENDS. The radeonsi, r600, r300 and swrast are part of the mesa-megadriver package. Error: The following packages have unmet dependencies: xf86-video-amdgpu : Depends: mesa-driver-radeon but it is not installable xf86-video-ati : Depends: mesa-driver-radeon but it is not installable Recommends: linux-firmware-radeon but it is not going to be installed E: Unable to correct problems, you have held broken packages. - Update 19.1.0 tarball to git 7a6a34af rev. Changelog: 7a6a34af Don't set SourceValidate pointer to NULL 983a779b radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 a25ca015 gitlab CI: enable gitlab's builtin static analysis 7b940097 gitlab CI: enable commit & merge request checks 8fc442d6 Fix spelling/wording issues 11d549d5 Build xz tarballs instead of bzip2 5eba006e Only include dri.h with older versions of xserver ecced3b3 Add GitLab CI pipeline 77d9ab03 Guard local variable info only used with glamor 3c7c84ed Guard local variable priv only used with glamor 8da3e456 ati: cleanup terminology to use primary/secondary 38453924 Fix return value check of drmIoctl() c0eb5dbd Don't crash X server if GPU acceleration is not available 4d84cf43 Handle NULL fb_ptr in pixmap_get_fb f223035f Fix link failure with gcc 10 b9bd8097 Bump version for 19.1.0 release 2faaecc6 Don't unreference FBs of pixmaps from different screens in LeaveVT 2cbbd864 Don't set up black scanout buffer if LeaveVT is called from CloseScreen c7ed12cb Don't disable page flipping completely with SW cursor 33803c85 present: Check that we can get a KMS FB for flipping fee737e8 Remove dri2_drawable_crtc parameter consider_disabled 2a3f2d20 dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL d5f5bc58 dri2: reply to client for WaitMSC request in any case f758908d dri3: Always flush glamor before sharing pixmap storage with clients d1d8e3c8 Retry get_fb_ptr in get_fb Signed-off-by: Daniel Gomez <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information