Searched hist:d46b5f7dcbf294141d6bba1dc8e2b98d742d0562 (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | edid.h | d46b5f7dcbf294141d6bba1dc8e2b98d742d0562 Wed Dec 05 14:46:39 UTC 2012 Tom Wai-Hong Tam <waihong@chromium.org> edid: Library of EDID decode and print
This implements a library for accessing EDID data from an LCD panel. This is used to obtain information about the panel such as its resolution and type.
This is a tidied-up version of the original code pulled from https://github.com/ynezz/u-boot-edid.
The changes we made are: - removed bit fields in the struct; - removed endianness cases in the struct; - fixed some wrong definitions; - fixed to fit 80 columns; - fixed some code styles.
Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | d46b5f7dcbf294141d6bba1dc8e2b98d742d0562 Wed Dec 05 14:46:39 UTC 2012 Tom Wai-Hong Tam <waihong@chromium.org> edid: Library of EDID decode and print
This implements a library for accessing EDID data from an LCD panel. This is used to obtain information about the panel such as its resolution and type.
This is a tidied-up version of the original code pulled from https://github.com/ynezz/u-boot-edid.
The changes we made are: - removed bit fields in the struct; - removed endianness cases in the struct; - fixed some wrong definitions; - fixed to fit 80 columns; - fixed some code styles.
Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|
| H A D | Makefile | d46b5f7dcbf294141d6bba1dc8e2b98d742d0562 Wed Dec 05 14:46:39 UTC 2012 Tom Wai-Hong Tam <waihong@chromium.org> edid: Library of EDID decode and print
This implements a library for accessing EDID data from an LCD panel. This is used to obtain information about the panel such as its resolution and type.
This is a tidied-up version of the original code pulled from https://github.com/ynezz/u-boot-edid.
The changes we made are: - removed bit fields in the struct; - removed endianness cases in the struct; - fixed some wrong definitions; - fixed to fit 80 columns; - fixed some code styles.
Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|