
13 Mar
2016
13 Mar
'16
3:12 a.m.
On 12 March 2016 at 06:13, Jacob Chen jacob-chen@iotwrt.com wrote:
The current display class only allow to get timing from edid. So add a operation to get timing directly from driver. In driver, I will use fdtdec_decode_display_timing to get timing.
Signed-off-by: Jacob Chen jacob-chen@iotwrt.com Signed-off-by: jacob jacob-chen@iotwrt.com
drivers/video/display-uclass.c | 3 +++ include/display.h | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org