public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 1/5] global_data: enable fb_base for DM_VIDEO
Date: Mon, 22 Jul 2019 06:49:04 +0200	[thread overview]
Message-ID: <20190722044908.2271574-2-hs@denx.de> (raw)
In-Reply-To: <20190722044908.2271574-1-hs@denx.de>

with CONFIG_VIDEO we store fb base address
in global data fb_base variable. Do this
also in DM_VIDEO case.

Signed-off-by: Heiko Schocher <hs@denx.de>

---

 include/asm-generic/global_data.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index 02a3ed6838..11bbe9b134 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -33,7 +33,7 @@ typedef struct global_data {
 	/* We cannot bracket this with CONFIG_PCI due to mpc5xxx */
 	unsigned long pci_clk;
 	unsigned long mem_clk;
-#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
+#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO) || defined(CONFIG_DM_VIDEO)
 	unsigned long fb_base;		/* Base address of framebuffer mem */
 #endif
 #if defined(CONFIG_POST)
-- 
2.21.0

  reply	other threads:[~2019-07-22  4:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22  4:49 [U-Boot] [PATCH v1 0/5] imx6, display: enhancements for upcoming aristainetos DM support Heiko Schocher
2019-07-22  4:49 ` Heiko Schocher [this message]
2019-07-22  4:49 ` [U-Boot] [PATCH v1 2/5] mxc_ipuv3_fb.c: set gd->fb_base Heiko Schocher
2019-07-22  4:49 ` [U-Boot] [PATCH v1 3/5] bdinfo: show fb base with DM_VIDEO Heiko Schocher
2019-07-22  4:49 ` [U-Boot] [PATCH v1 4/5] mxc_ipuv3_fb.c: call display_enable Heiko Schocher
2019-07-22  4:49 ` [U-Boot] [PATCH v1 5/5] mxc_ipuv3_fb.c: enable a backlight on a panel Heiko Schocher
2019-07-30 12:53 ` [U-Boot] [PATCH v1 0/5] imx6, display: enhancements for upcoming aristainetos DM support Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190722044908.2271574-2-hs@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox