From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752503AbdKHTe6 (ORCPT ); Wed, 8 Nov 2017 14:34:58 -0500 Received: from anholt.net ([50.246.234.109]:53450 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752462AbdKHTe4 (ORCPT ); Wed, 8 Nov 2017 14:34:56 -0500 From: Eric Anholt To: dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org, Eric Anholt Subject: [PATCH libdrm 0/6] drm-next header syncing Date: Wed, 8 Nov 2017 11:34:41 -0800 Message-Id: <20171108193447.16444-1-eric@anholt.net> X-Mailer: git-send-email 2.15.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I wanted to update the vc4 header so that I could land some igt testcases (though I'd much rather just be importing the header into igt and ditching libdrm). In the process, I cleaned up some other header deltas to the kernel so that there's less diff for the next person to look at. I skipped the actual ABI changes for the other drivers, though. Eric Anholt (6): headers: Sync vc4 header from drm-next. headers: Sync up some header guard changes from drm-next. headers: Sync up some comment spelling and whitespace fixes from drm-next. headers: Sync up mga_drm.h from drm-next. headers: Sync up kernel changes to use kernel types instead of stdint.h. headers: Drop outdated node about a delta in drm_mode.h. include/drm/README | 22 +------- include/drm/mga_drm.h | 12 ++++- include/drm/nouveau_drm.h | 94 +++++++++++++++++++--------------- include/drm/qxl_drm.h | 82 +++++++++++++++-------------- include/drm/r128_drm.h | 10 ++++ include/drm/radeon_drm.h | 128 +++++++++++++++++++++++----------------------- include/drm/savage_drm.h | 20 ++++++-- include/drm/sis_drm.h | 10 ++++ include/drm/tegra_drm.h | 14 +++-- include/drm/vc4_drm.h | 47 +++++++++++++++-- include/drm/via_drm.h | 8 +++ include/drm/vmwgfx_drm.h | 9 ++++ 12 files changed, 280 insertions(+), 176 deletions(-) -- 2.15.0