diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2020-12-02 16:32:54 +0100 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2021-11-16 11:04:04 +0100 |
commit | 130f8ce509dfce9b5af7b638fde4cd20a8746356 (patch) | |
tree | 0e99f97f97b7c4c35ecb1053d4c8406198eb15e7 /include | |
parent | 8526010e19062aa856960b6d49fc1107edc04b2f (diff) | |
download | u-boot-130f8ce509dfce9b5af7b638fde4cd20a8746356.tar.gz u-boot-130f8ce509dfce9b5af7b638fde4cd20a8746356.tar.bz2 u-boot-130f8ce509dfce9b5af7b638fde4cd20a8746356.zip |
tizen: amlogic: Add hdmimode env variable
The hdmimode variable set to "1080p60hz" value allows the HDMI driver
to switch to default full HD timings for QHD/UHD monitors and such
monitors can still be used in lower resolution mode.
This a workaround until proper support for QHD/UHD is implemented
in the VPU driver.
The new variable is also used in kernel bootargs.
Change-Id: Ib1b58ee9173fa380c1c79bf819b0ffaca1a6aab9
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_amlogic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index f4a4e6c678..300a526a5f 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -150,7 +150,8 @@ "splashimage=0x2000000\0" \ "splashsource=mmc_fs\0" \ "splashfile=tizen_logo.bmp.gz\0" \ - "splashpos=m,m\0" + "splashpos=m,m\0" \ + "hdmimode=1080p60hz\0" #define CONFIG_TIZEN |