mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libdrm: version bump 2.4.59 -> 2.4.65
@ 2015-12-01 13:32 Lucas Stach
  0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2015-12-01 13:32 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-01 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-01 13:32 [ptxdist] [PATCH] libdrm: version bump 2.4.59 -> 2.4.65 Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox