From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 30 Jul 2019 20:07:54 +0200 Subject: [U-Boot] Please pull u-boot-video Message-ID: <20190730200754.684b9bc5@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, here some more video patches I missed to include in the recent pull request. Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/565440648 Thanks, Anatolij The following changes since commit 970baf16d1322d3930a57fc78ddfb15d594d690c: video: arm: rpi: Bail out early if querying video information fails (2019-07-29 10:14:04 +0200) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2019.10-rc1 for you to fetch changes up to 42a7ce27d97022f4abbba142dfa00d1450512f0a: mxc_ipuv3_fb.c: enable a backlight on a panel (2019-07-30 12:58:33 +0200) ---------------------------------------------------------------- - fix EDID mode filtering - extend mxc_ipuv3_fb to enable backlight/display - include fb_base in global_data for DM_VIDEO - show frame buffer address via board info as used to be with legacy VIDEO support ---------------------------------------------------------------- Heiko Schocher (5): global_data: enable fb_base for DM_VIDEO mxc_ipuv3_fb.c: set gd->fb_base bdinfo: show fb base with DM_VIDEO mxc_ipuv3_fb.c: call display_enable mxc_ipuv3_fb.c: enable a backlight on a panel Neil Armstrong (1): edid: fix edid_get_timing_validate() mode_valid lookup cmd/bdinfo.c | 2 +- common/edid.c | 4 +++- drivers/video/imx/mxc_ipuv3_fb.c | 20 ++++++++++++++++++++ include/asm-generic/global_data.h | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-)