[Openchrome-devel] xf86-video-openchrome: 2 commits - src/via_driver.c src/via_id.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Sun Feb 21 20:17:27 UTC 2016
src/via_driver.c | 4 ++--
src/via_id.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d45116a689463ada005495d7bdde5f6fc0a072a1
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Sun Feb 21 12:15:54 2016 -0800
Adding CN333 chipset to the chipset support list
It is believed to be a feature limited version of CN400 chipset.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_driver.c b/src/via_driver.c
index 3e5122a..330d5a2 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -130,7 +130,7 @@ static SymTabRec VIAChipsets[] = {
{VIA_CLE266, "CLE266"},
{VIA_KM400, "KM400 / KM400A / KN400 / P4M800"},
{VIA_K8M800, "K8M800 / K8N800"},
- {VIA_PM800, "PM800 / PN800 / PM880 / CN400"},
+ {VIA_PM800, "PM800 / PN800 / PM880 / CN333 / CN400"},
{VIA_P4M800PRO, "P4M800 Pro / VN800 / CN700"},
{VIA_CX700, "CX700 / VX700"},
{VIA_P4M890, "P4M890 / VN890 / CN800"},
diff --git a/src/via_id.c b/src/via_id.c
index 90ddc28..ce891e9 100644
--- a/src/via_id.c
+++ b/src/via_id.c
@@ -122,7 +122,7 @@ static struct ViaCardIdStruct ViaCardId[] = {
{"ASRock K8Upgrade-VM800", VIA_K8M800, 0x1849, 0x3108, VIA_DEVICE_CRT},
{"Axper XP-M8VM800", VIA_K8M800, 0x1940, 0xD000, VIA_DEVICE_CRT},
- /*** PM800, PM880, PN800, CN400 ***/
+ /*** PM800, PM880, PN800, CN333, CN400 ***/
{"VIA VT3118 (PM800)", VIA_PM800, 0x1106, 0x3118, VIA_DEVICE_CRT}, /* borrowed by ECS PM800-M2 */
{"Hasee F700C", VIA_PM800, 0x1071, 0x8650, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
{"Mitac 8666", VIA_PM800, 0x1071, 0x8666, VIA_DEVICE_CRT | VIA_DEVICE_LCD | VIA_DEVICE_TV},
commit ab2e08b571ca803d3460b7ec4154f96471673615
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Sun Feb 21 12:00:19 2016 -0800
Adding VN890 chipset to the chipset support list
It is believed to be a mobile version of P4M890 chipset.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_driver.c b/src/via_driver.c
index efe73a5..3e5122a 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -133,7 +133,7 @@ static SymTabRec VIAChipsets[] = {
{VIA_PM800, "PM800 / PN800 / PM880 / CN400"},
{VIA_P4M800PRO, "P4M800 Pro / VN800 / CN700"},
{VIA_CX700, "CX700 / VX700"},
- {VIA_P4M890, "P4M890 / CN800"},
+ {VIA_P4M890, "P4M890 / VN890 / CN800"},
{VIA_K8M890, "K8M890 / K8N890"},
{VIA_P4M900, "P4M900 / VN896 / CN896"},
{VIA_VX800, "VX800 / VX820"},
More information about the Openchrome-devel
mailing list