Bug 238948 - graphics/libdrm: Build amd radeon and nouveau on aarch64
Summary: graphics/libdrm: Build amd radeon and nouveau on aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords: easy, needs-qa
Depends on:
Blocks:
 
Reported: 2019-07-02 23:27 UTC by Val Packett
Modified: 2019-07-03 16:51 UTC (History)
1 user (show)

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


Attachments
libdrm.patch (692 bytes, patch)
2019-07-02 23:27 UTC, Val Packett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2019-07-02 23:27:08 UTC
Created attachment 205489 [details]
libdrm.patch

Since AMD GPUs are possible on aarch64 https://github.com/FreeBSDDesktop/kms-drm/pull/154 let's start the userspace bits too.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-03 16:49:29 UTC
A commit references this bug:

Author: zeising
Date: Wed Jul  3 16:48:43 UTC 2019
New revision: 505763
URL: https://svnweb.freebsd.org/changeset/ports/505763

Log:
  graphics/libdrm: Enable more drivers on aarch64

  Enable noveau and radeon libdrm drivers on aarch64.  There is work in
  progress to get at least the radeon and amdgpu drm kmods working on aarch64,
  and this will aid that effort.

  PR:		238948
  Submitted by:	Greg V

Changes:
  head/graphics/libdrm/Makefile
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2019-07-03 16:51:44 UTC
Committed, thanks!