Message ID | 20220712180139.1886590-1-dakr@redhat.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 E9FDFC43334 for <dri-devel@archiver.kernel.org>; Tue, 12 Jul 2022 18:01:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 64E07959CE; Tue, 12 Jul 2022 18:01:51 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id BED1C959CE for <dri-devel@lists.freedesktop.org>; Tue, 12 Jul 2022 18:01:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1657648908; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Ed3M68mHDrx5oZHnBXkEcJXrILo6c2JNZxX5VHKmVdM=; b=CQvMHpR1KGYFlEZMs6D52zi+eTzMQBJSxzh9gaDsBPLuAZrYxxVs5Yb4sAmoyIa1+VnpOj SjEkF6zRFT/cpCxbju4vvOSdn0sYdurmRJCDlbjGTYY/7K5D4ZhsBPbISZbponwWBMIPyv isf/9RM7AX0wCuIV2kvA57j5zzGR05A= Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-92-ap4sCh-zPlWvM1-1G1DyMQ-1; Tue, 12 Jul 2022 14:01:47 -0400 X-MC-Unique: ap4sCh-zPlWvM1-1G1DyMQ-1 Received: by mail-ed1-f72.google.com with SMTP id c9-20020a05640227c900b0043ad14b1fa0so4524775ede.1 for <dri-devel@lists.freedesktop.org>; Tue, 12 Jul 2022 11:01:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Ed3M68mHDrx5oZHnBXkEcJXrILo6c2JNZxX5VHKmVdM=; b=AWwOF3o9r2AdqsXy/SUU099DlfaQaG0H90cYjWAG8KMrZcD1/FxQzy6Nln2Q+bEBDr QDxjN6u4rzGnxTdQElhYaaDCWtKryI17ALuA4iBS6/9EiHsEkjLsIvyLrKJfl0/siUl/ t1RP05ktjp0G5ATD15s0kfntUhFlp71171HuAez+Umzqy7wUwy2YtOAzWyWgibvnOJED SqD3ZG/fX5Rx2X4dIp2n5nV/tAe46Ji+RmR1kJ+vrw8MOZYsLlpNydTEtJa6AtANQ8Ox TgX3aHCqqDJyJlNd22UN0gvnT5ZfNJSBLXvjygGEOojEwP0gCPuINbqerEFXjW8Etzgh Mcrw== X-Gm-Message-State: AJIora/Kmq7No0REHZ3ieC2mZ4Zb3fTjJSs5T3EeG0O8oeZMil5NiH83 S6lsfQQFC1WkEwKEjY2r3buORMrJoHL2BpcTIR8cLBY4SHOiCE8d2hHpBOrI+fEoLV0IbKVyvTB quFl5y78EtpaA8Gr4LQS8KO/UphGI X-Received: by 2002:a05:6402:270d:b0:43a:d1e8:460b with SMTP id y13-20020a056402270d00b0043ad1e8460bmr17117331edd.40.1657648906216; Tue, 12 Jul 2022 11:01:46 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tAhGgbBkvMftqSa0SbhnFRoSS3PX+a8vIBdjpC6P9bOd3jtgfWiM7BMHtzCnksl39BokwNLA== X-Received: by 2002:a05:6402:270d:b0:43a:d1e8:460b with SMTP id y13-20020a056402270d00b0043ad1e8460bmr17117315edd.40.1657648906041; Tue, 12 Jul 2022 11:01:46 -0700 (PDT) Received: from pollux.redhat.com ([2a02:810d:4b40:2ee8:642:1aff:fe31:a15c]) by smtp.gmail.com with ESMTPSA id gx16-20020a170906f1d000b0072b1bb3cc08sm4028352ejb.120.2022.07.12.11.01.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jul 2022 11:01:45 -0700 (PDT) From: Danilo Krummrich <dakr@redhat.com> To: daniel@ffwll.ch, laurent.pinchart@ideasonboard.com, airlied@linux.ie, tzimmermann@suse.de Subject: [PATCH drm-misc-next v4 0/4] drm: rename CMA helpers to DMA helpers Date: Tue, 12 Jul 2022 20:01:35 +0200 Message-Id: <20220712180139.1886590-1-dakr@redhat.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dakr@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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: Danilo Krummrich <dakr@redhat.com>, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
drm: rename CMA helpers to DMA helpers
|
expand
|