On Fri, 15 Apr 2011 14:29:50 -0400 Adam Jackson ajax@redhat.com wrote:
On 4/15/11 2:22 PM, Jesse Barnes wrote:
EDID 1.4 digital monitors report the bit depth supported in the input field. Add support for parsing this out and storing the info in the display_info structure for use by drivers.
Signed-off-by: Jesse Barnesjbarnes@virtuousgeek.org
Very nice.
Reviewed-by: Adam Jackson ajax@redhat.com
Sigh as I went to convert my display code to use this instead of parsing in the driver, I discovered that bpc != bpp. Will send an updated patch.