Message ID | 20221130235805.221010-1-andi.shyti@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1A256C352A1 for <dri-devel@archiver.kernel.org>; Wed, 30 Nov 2022 23:58:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3FCDA10E4FC; Wed, 30 Nov 2022 23:58:34 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6322F10E4EF; Wed, 30 Nov 2022 23:58:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669852701; x=1701388701; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=41Wrxk8UzvTLELSs5DUU+9OB23hZ8sImbkY1GkPTSoI=; b=XIqbaU3ub8867CoPd2RnN0RrSaC4v8kX9aGwtOxiIoMSm5ikamzqKwOU Y6AOM+gIkP20IpWvvIo0Oq+5OOkfJoaBQjaR8/ky5dbbhifOYh/n51jwV CuLEzCMlYyuMVJwDBSkSSzbkLluq4V5Lu+sDkVE2WDME/c/uWN6ThpR0/ tw/avy4ByjBYjJGFwYS7JEoupmGP83Rt4L3ZhPSBe4F9WcGxMtwccDexj C4I8QylNYErc7LDqudcG2oafSav2y+PDag6/nBx9VSjHfb2ajYty9c4PY AozUVmi8Wk8BWL/5HrRXrrQlveeWy84ADpY5Sb+O17TdAUmc0/vGH3fzY Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="303144156" X-IronPort-AV: E=Sophos;i="5.96,207,1665471600"; d="scan'208";a="303144156" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 15:58:20 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="889492866" X-IronPort-AV: E=Sophos;i="5.96,207,1665471600"; d="scan'208";a="889492866" Received: from freibold-ivm1.ger.corp.intel.com (HELO intel.com) ([10.252.52.161]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 15:58:15 -0800 From: Andi Shyti <andi.shyti@linux.intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH v4 0/5] Add guard padding around i915_vma Date: Thu, 1 Dec 2022 00:58:00 +0100 Message-Id: <20221130235805.221010-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com>, Andi Shyti <andi@etezian.org>, Tvrtko Ursulin <tvrtko.ursulin@intel.com>, Chris Wilson <chris@chris-wilson.co.uk>, Matthew Auld <matthew.auld@intel.com>, Andi Shyti <andi.shyti@linux.intel.com>, Shawn Lee <shawn.c.lee@intel.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Add guard padding around i915_vma
|
expand
|