Searched hist:db4dd7a871850989d243e4d1c830bc2174447174 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/rk_eink/ |
| H A D | rk_ebc_tcon.c | db4dd7a871850989d243e4d1c830bc2174447174 Tue Feb 27 02:06:29 UTC 2024 Chaoyi Chen <chaoyi.chen@rock-chips.com> video/rk_eink: ebc: Clarify the definition of virtual width/height
The vir_width and vir_height define the virtual resolution of the screen. The width and height define the visible resolution of the screen.
This patch will make both definitions consistent with drm fb.
+------------ vir_width ----------------+ | | | +---------- width ------------+ | | | | | | | | | | |height | | vir_height | | | | | | | | | +-----------------------------+ | | | +---------------------------------------+
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com> Change-Id: If74b2954be376fbd65262458c6ae9b3f4be4974a
|