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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A058AC433EF for ; Thu, 21 Oct 2021 03:10:54 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6762461090 for ; Thu, 21 Oct 2021 03:10:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6762461090 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 25EA16EA6A; Thu, 21 Oct 2021 03:10:51 +0000 (UTC) Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F1AB6E3FE for ; Thu, 21 Oct 2021 03:10:34 +0000 (UTC) Received: by mail-pg1-x530.google.com with SMTP id s136so21069519pgs.4 for ; Wed, 20 Oct 2021 20:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=XE9+2bVA7CccLIzhLAPheXBj2paWYoYmQA2qJZ5y+AY=; b=VZDYpu1r1e00Rtnm23pbOa6bSUWAA3ViJi/ot+9rcwGOAYPK8xNjUtHr0BPVusQhs8 T1pmhjglFKM+sVbYlULCyo59GxCWKq78+EeOCGviGn5yXemHsSLJKPfNwINwQn4ubTx9 Fjq9Oy7MkJ+cHu7V6rGL6ilGVlX2yryQKpQ1g= 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=XE9+2bVA7CccLIzhLAPheXBj2paWYoYmQA2qJZ5y+AY=; b=V7c+J0o+i4ceeFOMUntYhMhnuzLhxQXk/QP27Fmz/0rRuSaPe5U+zJndWij9dZaifn 2NWKIAFdxWdI+D9ROAAXuuvsFKxU9rZh6R+N05ZJIUUIo9nUWp8SXZxdIbXkp7nlTRcs MVR4AzSHNuEupLAQTDrNobT6iNaghvQ+k8LEWsxqY7SZ5vqJ+kY40fpTORs8jKXrNn2J XrFfDJa1OCLIz2RinwvXTOG4XKI30TethF7xA7eMIvqGkn+W8PESB2BzSYaNy4k6fUR5 N0w+1tlN8gG2D4sErQj++Rvu+SMhyCBVcdh4H/Y9ATrJhSdxs0Jyjpek1uZIuT+XwSp5 kXxA== X-Gm-Message-State: AOAM531gQZPgwZ/5Jo/MSlPRj59V6WbIiU6QDkGgTBgVAVq6UypSgQlA 0SHkPmHURSBn+46poqnO9DPfZ/K+PlsRGQ== X-Google-Smtp-Source: ABdhPJzSuCRexaxR7mnbeSlSRjyqovNXqg2zqWcrvuXv61n3fpNqGPgPRQ37jAh9fFGXm2kvLdRGmQ== X-Received: by 2002:aa7:9258:0:b0:44d:4f03:6a7a with SMTP id 24-20020aa79258000000b0044d4f036a7amr2620572pfp.33.1634785833504; Wed, 20 Oct 2021 20:10:33 -0700 (PDT) Received: from gurchetansingh0.mtv.corp.google.com ([2620:15c:202:201:21a4:fcf9:f5bb:f740]) by smtp.gmail.com with ESMTPSA id z1sm4016255pfh.150.2021.10.20.20.10.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 20:10:33 -0700 (PDT) From: Gurchetan Singh To: dri-devel@lists.freedesktop.org Cc: kaleshsingh@google.com, daniel@ffwll.ch, rostedt@goodmis.org Subject: [RFC PATCH 4/8] drm: start using drm_gem_trace_gpu_mem_total Date: Wed, 20 Oct 2021 20:10:23 -0700 Message-Id: <20211021031027.537-5-gurchetansingh@chromium.org> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20211021031027.537-1-gurchetansingh@chromium.org> References: <20211021031027.537-1-gurchetansingh@chromium.org> MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" - drm_gem_private_object_init(..) increases the total memory counter. * All GEM objects (whether allocated or imported) seem to begin there. * If there's a better place/method, please do let me know. - drm_gem_object_free(..) decreases the total memory counter. Signed-off-by: Gurchetan Singh --- drivers/gpu/drm/drm_gem.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/drm/drm_gem.c index 24a719b79400..528d7b29dccf 100644 --- a/drivers/gpu/drm/drm_gem.c +++ b/drivers/gpu/drm/drm_gem.c @@ -213,6 +213,7 @@ void drm_gem_private_object_init(struct drm_device *dev, obj->resv = &obj->_resv; drm_vma_node_reset(&obj->vma_node); + drm_gem_trace_gpu_mem_total(dev, obj->size, false); } EXPORT_SYMBOL(drm_gem_private_object_init); @@ -1015,6 +1016,10 @@ drm_gem_object_free(struct kref *kref) struct drm_gem_object *obj = container_of(kref, struct drm_gem_object, refcount); + struct drm_device *dev = obj->dev; + + drm_gem_trace_gpu_mem_total(dev, -obj->size, false); + if (WARN_ON(!obj->funcs->free)) return; -- 2.25.1