From patchwork Mon Nov 7 12:53:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Zimmermann X-Patchwork-Id: 13034319 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 13D29C433FE for ; Mon, 7 Nov 2022 12:53:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4741210E301; Mon, 7 Nov 2022 12:53:38 +0000 (UTC) Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by gabe.freedesktop.org (Postfix) with ESMTPS id 415CF10E301 for ; Mon, 7 Nov 2022 12:53:35 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id E1FA722544; Mon, 7 Nov 2022 12:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1667825613; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Zfnyo7y3sPdwBcUbyOPvRXhIVbZb533SsTz/Mc7tVkM=; b=L8oaNPFnGCTxPbTAjpydbZqwiVwYCeSiKU7eRmciRD9W0yKpRxpCc2QBNUgNaBey9A9ltM 0oJhl8vFWQBVtdKLjzTgukHwBRTZwDyNmBKvnbSP+8mVxKNHs1Y+5SCH/ux4UGjNq9qLOE K49+BxBtjzOLH4u7Hq1e30ZCDtOKzSM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1667825613; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Zfnyo7y3sPdwBcUbyOPvRXhIVbZb533SsTz/Mc7tVkM=; b=3WkAQ0JxoQ25hgj+pEZGvep4uXW4yRqs3f6xz50YyUuGlDf6BStuZ9FA1VEDKjr8jbDd/X H8pLHWukyTNbDtDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 99E3513AC7; Mon, 7 Nov 2022 12:53:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id UFGeJM3/aGMDRwAAMHmgww (envelope-from ); Mon, 07 Nov 2022 12:53:33 +0000 From: Thomas Zimmermann To: javierm@redhat.com, daniel@ffwll.ch, airlied@gmail.com, mripard@kernel.org, maarten.lankhorst@linux.intel.com, xinliang.liu@linaro.org, tiantao6@hisilicon.com, jstultz@google.com, kong.kongxinwei@hisilicon.com, puck.chen@hisilicon.com Subject: [PATCH 0/3] drm/fb-helper: Build fixes for cleanup Date: Mon, 7 Nov 2022 13:53:26 +0100 Message-Id: <20221107125329.12842-1-tzimmermann@suse.de> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 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: , Cc: Thomas Zimmermann , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Cleaning up the fbdev code produced a number of simple build errors. Fix them. Thomas Zimmermann (3): drm/fbdev: Include drm/hisilicon/hibmc: Include for readl() and writel() drm/fb-helper: Document struct drm_fb_helper.hint_leak_smem_start drivers/gpu/drm/drm_fbdev_generic.c | 1 + drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 ++ include/drm/drm_fb_helper.h | 7 +++++++ 3 files changed, 10 insertions(+)