mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libdrm: version bump 2.4.59 -> 2.4.65
Date: Tue,  1 Dec 2015 14:32:25 +0100	[thread overview]
Message-ID: <1448976745-7052-1-git-send-email-l.stach@pengutronix.de> (raw)

Lots of bugfixes and a new backend for AMDGPU.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/libdrm.in   | 4 ++++
 rules/libdrm.make | 8 +++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/rules/libdrm.in b/rules/libdrm.in
index 8402087ca555..81822177e881 100644
--- a/rules/libdrm.in
+++ b/rules/libdrm.in
@@ -26,6 +26,10 @@ config LIBDRM_RADEON
 	bool
 	prompt "radeon KMS support"
 
+config LIBDRM_AMDGPU
+	bool
+	prompt "amdgpu KMS support"
+
 config LIBDRM_NOUVEAU
 	bool
 	prompt "nouveau KMS support"
diff --git a/rules/libdrm.make b/rules/libdrm.make
index 98d13b4ecb6d..299a2e7fbcf6 100644
--- a/rules/libdrm.make
+++ b/rules/libdrm.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBDRM) += libdrm
 #
 # Paths and names
 #
-LIBDRM_VERSION	:= 2.4.59
-LIBDRM_MD5	:= 105ac7af1afcd742d402ca7b4eb168b6
+LIBDRM_VERSION	:= 2.4.65
+LIBDRM_MD5	:= de91d20c354ca46ebbc134b9e34faa9e
 LIBDRM		:= libdrm-$(LIBDRM_VERSION)
 LIBDRM_SUFFIX	:= tar.gz
 LIBDRM_URL	:= http://dri.freedesktop.org/libdrm/$(LIBDRM).$(LIBDRM_SUFFIX)
@@ -36,6 +36,7 @@ ifdef PTXCONF_ARCH_X86
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_INTEL) += intel
 endif
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_RADEON) += radeon
+LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_AMDGPU) += amdgpu
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_NOUVEAU) += nouveau
 LIBDRM_BACKENDS-$(PTXCONF_LIBDRM_FREEDRENO) += freedreno
 LIBDRM_BACKENDSC-$(PTXCONF_LIBDRM_VMWGFX) += vmwgfx
@@ -62,7 +63,8 @@ LIBDRM_CONF_OPT := \
 	$(addprefix --disable-,$(LIBDRM_BACKENDSC-)) \
 	--$(call ptx/endis, PTXCONF_LIBDRM_TESTS)-install-test-programs \
 	--disable-cairo-tests \
-	--disable-manpages
+	--disable-manpages \
+	--disable-valgrind
 
 
 # ----------------------------------------------------------------------------
-- 
2.6.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2015-12-01 13:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448976745-7052-1-git-send-email-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox