History log of /haiku/src/add-ons/accelerants/common/dump_edid.c
Revision Date Author Comments
# af136a21 04-Nov-2022 Jérôme Duval <jerome.duval@gmail.com>

graphics/edid: add support for the CTA extension block

Change-Id: I2799496faf2f9383c703384a419d8d9fcffc75ab
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5803
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>


# d7a6d9cb 30-Jan-2022 Rudolf Cornelissen <rudhaiku@gmail.com>

accelerant_common: fixed typo in EDID dump


# 65ed50c7 11-Dec-2021 Alexander von Gluck IV <kallisti5@unixzen.com>

graphics/edid: Add support for digital display info; solves #17462

* We pack the first 8 bits into a union for the raw
edid since alignment matters.
* Handing the raw_edid is a bit ugly, so in the edid struct
we drop the input_type from the union since packing doesn't
matter as much.

Change-Id: I32dbfe9484f9eb83cf491a44d30a32ca36d65b7b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4775
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>


# 1a58c417 02-Oct-2020 Jérôme Duval <jerome.duval@gmail.com>

accelerants/common: useless include

Change-Id: Ice7aa5a01347d8052fea0de5bd2ee854d08b8b38
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3276
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 69b1511d 19-Jul-2011 Axel Dörfler <axeld@pinc-software.de>

* Don't crash on invalid EDID modes.
* This might fix #7847, as well as #7510.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42456 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d44a7fae 23-Aug-2009 Rudolf Cornelissen <rudolf.cornelissen@gmail.com>

fixed a typo in dump_edid.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32631 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 48cf5b5e 04-May-2009 Axel Dörfler <axeld@pinc-software.de>

* Replaced remaining 'x' with '@' before the refresh rate, thanks Urias for
reporting.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30626 a95241bf-73f2-0310-859d-f6bbb57e9c96


# edf7d677 04-May-2009 Axel Dörfler <axeld@pinc-software.de>

* Applied patch by Fredrik Holmqvist: improved EDID dump output.
* This closes ticket #3809.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30622 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 13a81299 12-Oct-2007 Axel Dörfler <axeld@pinc-software.de>

Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22516 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b48d975 31-Jul-2007 Axel Dörfler <axeld@pinc-software.de>

Patch by Vasilis Kaoutsis - thanks!:
* Fixed some warnings.
* Style cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21774 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3277df6e 20-Dec-2006 Axel Dörfler <axeld@pinc-software.de>

* Now always uses dprintf() instead of the SHOW_INFO() macro - you should only call
it in your code when you actually want to have debug output, anyway.
* No longer include ddc_int.h when compiled for the kernel or boot loader.
* Cleanup: coding style, and removed the "buffer" variable - floating point values
can be shown in userland either way.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19579 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a37e4c1 15-Jul-2004 shadow303 <shadow303@nowhere.fake>

Upgrade to version 4.1 of radeon driver.
Includes some common routines which can be used by other accelerants.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8406 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 69b1511d01b442f0eba706e3384310b822990839 19-Jul-2011 Axel Dörfler <axeld@pinc-software.de>

* Don't crash on invalid EDID modes.
* This might fix #7847, as well as #7510.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42456 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d44a7fae5119a4fa33bead20adfa469aa5cad8b7 23-Aug-2009 Rudolf Cornelissen <rudolf.cornelissen@gmail.com>

fixed a typo in dump_edid.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32631 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 48cf5b5ef6b3e90660142815539704cc6034c5f3 04-May-2009 Axel Dörfler <axeld@pinc-software.de>

* Replaced remaining 'x' with '@' before the refresh rate, thanks Urias for
reporting.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30626 a95241bf-73f2-0310-859d-f6bbb57e9c96


# edf7d677731c34e2b8070a2c64d7d20f13867168 04-May-2009 Axel Dörfler <axeld@pinc-software.de>

* Applied patch by Fredrik Holmqvist: improved EDID dump output.
* This closes ticket #3809.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30622 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 13a81299f1871c4b6786bf07808cd05aae77b5a7 12-Oct-2007 Axel Dörfler <axeld@pinc-software.de>

Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22516 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7b48d975f5fb016844699e31d1477337a09c04fb 31-Jul-2007 Axel Dörfler <axeld@pinc-software.de>

Patch by Vasilis Kaoutsis - thanks!:
* Fixed some warnings.
* Style cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21774 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3277df6e04efbab3d782608cd3d923d1199e4387 20-Dec-2006 Axel Dörfler <axeld@pinc-software.de>

* Now always uses dprintf() instead of the SHOW_INFO() macro - you should only call
it in your code when you actually want to have debug output, anyway.
* No longer include ddc_int.h when compiled for the kernel or boot loader.
* Cleanup: coding style, and removed the "buffer" variable - floating point values
can be shown in userland either way.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19579 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 2a37e4c1cf59b445e309a3880ceed82d25a0d107 15-Jul-2004 shadow303 <shadow303@nowhere.fake>

Upgrade to version 4.1 of radeon driver.
Includes some common routines which can be used by other accelerants.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8406 a95241bf-73f2-0310-859d-f6bbb57e9c96