From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 95352EFCD6E for ; Mon, 9 Mar 2026 09:27:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 04B9110E4B6; Mon, 9 Mar 2026 09:27:35 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="jzeYWDh9"; dkim-atps=neutral Received: from mail-ej1-f73.google.com (mail-ej1-f73.google.com [209.85.218.73]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A4AA10E4B6 for ; Mon, 9 Mar 2026 09:27:33 +0000 (UTC) Received: by mail-ej1-f73.google.com with SMTP id a640c23a62f3a-b938cb02038so467881066b.0 for ; Mon, 09 Mar 2026 02:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1773048452; x=1773653252; darn=lists.freedesktop.org; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=GekrONwdW/E2ASq8vDcpU6JmstrAl1AYagM70tLaMWo=; b=jzeYWDh9dzwB7ABu/fkD3cuWvvpO00je7QE7yYfgjGdCrQbrwRNtS7b804VdnBRCVC YL/I21LrGiOZgZd+11z/Wsvn4dt6ciwJFpuvnPEsZAu8ptDUpZPdOBI36ajU8Od8EPMk XCtTE1fbpP/T9vEyD5kLx0LtMxINdDD+DX+pDr+VrViwVx4umXQRs4OsjUJqHoqei/b8 OkL1ToiHsHxPAro7TXpTRbhuvT8/6Y4mnjDAMK2SGGqt1UN6J9cQD24BznGrzlFP8LFn Z47YlGSremjzIq88vp8AZjAPhz507nEf3DrDJrKh9OOtCy7k6m9o1KphsKGU8OMvyawD bQBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1773048452; x=1773653252; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=GekrONwdW/E2ASq8vDcpU6JmstrAl1AYagM70tLaMWo=; b=Ejvnysipae6aWF4IQC58NNIvW5WLjfcxmFRBhIRNbN2D81e/d8P0AQkLppbd1iwf+p MW6QrWN/RpGHcQdyGq2ZC9GUSuwYQhatmVmt79AUyWgUcsz2r4XEwMKxkZvSItbe0CqM Wl+1Mj95zMlqKAPDonYeY+T+H3xMT+GxrfNb2xt+VHtDLs0QT2CzEsUK4ccQRbuERE/d 4CRV8L0oMPLXcPp2M7eQ5P3vYOYf040jKvl1qs4dyWjfyGEoZ/d9Jb0t/faQ6viREs0e le/YTidRpENR1mzE6af9SRIal46rP1+mI7mcSqlX8xfrj5XqjlPeREPwb1bxuizEFZr3 XAzw== X-Gm-Message-State: AOJu0YyZJX406Ev29U+Vn9Pg+soIChucDDqlxQbnADYHlN8HNbcZd3ll HZvyC/KIUeKpKIrvIFMmsV8ghwK+4z90qCpR0tLF54n8+7wCVzsTK06FUIioAueQbkwWkUx0Ns5 fc8MnAcwZNJo9sqPsxQ== X-Received: from edvi5.prod.google.com ([2002:aa7:dd05:0:b0:661:5234:afa2]) (user=aliceryhl job=prod-delivery.src-stubby-dispatcher) by 2002:a17:907:2d23:b0:b96:dce1:2f52 with SMTP id a640c23a62f3a-b96dce1782fmr288787466b.19.1773048451887; Mon, 09 Mar 2026 02:27:31 -0700 (PDT) Date: Mon, 9 Mar 2026 09:27:30 +0000 In-Reply-To: <20260302202331.176140-1-deborah.brouwer@collabora.com> Mime-Version: 1.0 References: <20260302202331.176140-1-deborah.brouwer@collabora.com> Message-ID: Subject: Re: [PATCH] drm/tyr: Use DRM device type alias across driver From: Alice Ryhl To: Deborah Brouwer Cc: dri-devel@lists.freedesktop.org, rust-for-linux@vger.kernel.org, daniel.almeida@collabora.com, boris.brezillon@collabora.com Content-Type: text/plain; charset="utf-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Mar 02, 2026 at 12:23:31PM -0800, Deborah Brouwer wrote: > Currently Tyr defines a convenience type alias for its DRM device type, > `TyrDrmDevice` but it does not use the alias outside of `tyr/driver.rs`. > > Replace `drm::Device` with the alias `TyrDrmDevice` across > the driver. > > This change will ease future upstream Tyr development by reducing the > diffs when multiple series are touching these files. > > No functional changes are intended. > > Signed-off-by: Deborah Brouwer Merged into drm-rust-next. Thanks!