From patchwork Wed Aug 30 18:02:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 9930433 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B477560383 for ; Wed, 30 Aug 2017 18:02:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ABD822873F for ; Wed, 30 Aug 2017 18:02:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A09D328743; Wed, 30 Aug 2017 18:02:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_WEB, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 22D0C2873F for ; Wed, 30 Aug 2017 18:02:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 53C2B6E196; Wed, 30 Aug 2017 18:02:34 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id 011A289C14; Wed, 30 Aug 2017 18:02:32 +0000 (UTC) Received: by mail-io0-x243.google.com with SMTP id 2so1567909ion.3; Wed, 30 Aug 2017 11:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=C8XH8L5hC/4T6MSaQi0BDglWGWgsZ8eKlvUfLUrHTlQ=; b=vRN1nLFl6+1+Vp6s88gkCCdAIdvPl1aGDzfslEIS7PIL4ZYy+Mhce1DEVqC92vAsmZ OugwqbTjSJY4lUNdbbrfhI318MMByu1IJTDpXnarJGvgrAdQQnz/iIRvRz+dCyLL+dD1 lyQ9rTj2pOr1S6lnMTM22aUPyUBhiuvPPb5CzfFPP8nmjDgxZ1dAv1TlLgv0vGYxYAiF oliMMlgdhrurAZMaxE2X6FQ82sadK3406mTR+3hDvGzv9ltqNhHl6VdCcMGPYqeOxU96 zQSqvUD4l594sYbzybqKBgDKFwtlHkIVT86aMAzJpMw98Q48Kpy8/Dzx1WTspcVsIXLs HG/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=C8XH8L5hC/4T6MSaQi0BDglWGWgsZ8eKlvUfLUrHTlQ=; b=HEAjZk2X09PjPoMbVmk8pnh/7t65YgxL/G9FWEsqzwhoy0+j7ydgwK/dM+VMaVD+qe XPOWVXM6BWA7ShYTQQRFji9A2NzMcEytQT0H0M99mSiiAaSWBrTVx7zucZh9ILo4om3d qgxlczUEAHhdExvhchSphbUy7byPqOJ94b54+1Wg+BTtrgJqJAFrok7fxlLTgaaZ+2W2 qEL28ShCqyHZkGHaHd3HNGliJmeaRBDeVxY9AVwfVI/1wYQ6bOj8KjBl3eVxrQ4ceKfX 6kR/LYHRuEcr62QaEIVt/76CxIw4QFUDZqaQqj8IXMOZ93s2ZfqqYJhFiqzOwSf+LXsj En7Q== X-Gm-Message-State: AHYfb5isQTK8dGsbtr0Dx7YhiIMkJRrbCVujy0H2Uax2wD2lQmP9aoAB Dw5WCiyy+dcWGCms X-Received: by 10.36.37.68 with SMTP id g65mr2445002itg.144.1504116152026; Wed, 30 Aug 2017 11:02:32 -0700 (PDT) Received: from cm.amd.com ([165.204.55.251]) by smtp.gmail.com with ESMTPSA id z9sm1100761ite.37.2017.08.30.11.02.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Aug 2017 11:02:31 -0700 (PDT) From: Alex Deucher X-Google-Original-From: Alex Deucher To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] tests/amdgpu: add missing header to SOURCES Date: Wed, 30 Aug 2017 14:02:19 -0400 Message-Id: <1504116139-16430-1-git-send-email-alexander.deucher@amd.com> X-Mailer: git-send-email 2.5.5 Cc: Alex Deucher X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Fixes the tarball generation. fixes: 9d133dd08720d80dfc8ce098bf0972 (tests/amdgpu: add uvd encode unit tests) bug: https://bugs.freedesktop.org/show_bug.cgi?id=102391 Signed-off-by: Alex Deucher Reviewed-by: Christian König --- tests/amdgpu/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am index 13b3dc8..9c02fd6 100644 --- a/tests/amdgpu/Makefile.am +++ b/tests/amdgpu/Makefile.am @@ -28,4 +28,5 @@ amdgpu_test_SOURCES = \ vce_ib.h \ frame.h \ uvd_enc_tests.c \ - vcn_tests.c + vcn_tests.c \ + uve_ib.h