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 2/5] mxc_ipuv3_fb.c: set gd->fb_base
Date: Mon, 22 Jul 2019 06:49:05 +0200	[thread overview]
Message-ID: <20190722044908.2271574-3-hs@denx.de> (raw)
In-Reply-To: <20190722044908.2271574-1-hs@denx.de>

set gd->fb_base so it can be shown with bdinfo command.

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

 drivers/video/imx/mxc_ipuv3_fb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/video/imx/mxc_ipuv3_fb.c b/drivers/video/imx/mxc_ipuv3_fb.c
index 29ecac40a2..cf672156cd 100644
--- a/drivers/video/imx/mxc_ipuv3_fb.c
+++ b/drivers/video/imx/mxc_ipuv3_fb.c
@@ -609,6 +609,7 @@ void *video_hw_init(void)
 
 	ret = mxcfb_probe(gpixfmt, gdisp, gmode);
 	debug("Framebuffer at 0x%x\n", (unsigned int)panel.frameAdrs);
+	gd->fb_base = panel.frameAdrs;
 
 	return (void *)&panel;
 }
@@ -665,6 +666,7 @@ static int ipuv3_video_probe(struct udevice *dev)
 	mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start,
 					DCACHE_WRITEBACK);
 	video_set_flush_dcache(dev, true);
+	gd->fb_base = fb_start;
 
 	return 0;
 }
-- 
2.21.0

  parent 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 ` [U-Boot] [PATCH v1 1/5] global_data: enable fb_base for DM_VIDEO Heiko Schocher
2019-07-22  4:49 ` Heiko Schocher [this message]
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-3-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