[RFC PATCH 2/2] Add official support for SiS[M]662[MX] integrated graphics

Adam Jackson ajax at nwnk.net
Tue Jan 7 20:13:01 UTC 2020


On Wed, 2019-12-25 at 12:52 -0600, Kevin Brace wrote:
> From: Kevin Brace <kevinbrace at bracecomputerlab.com>
> 
> Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

What's the provenance of these changes? I've seen some hacked packages
for additional SiS device support but never got around to merging them
all up, would be good to know where this came from.

> -#define IS_SIS661741760761	(IS_SIS661 || IS_SIS741 || IS_SIS760 || IS_SIS761)
> +#define IS_SIS661662741760761   (IS_SIS661 || IS_SIS662 || IS_SIS741 || IS_SIS760 || IS_SIS761)
>  #define IS_SIS650740            ((SiS_Pr->ChipType >= SIS_650) && (SiS_Pr->ChipType < SIS_330))
>  #define IS_SIS550650740         (IS_SIS550 || IS_SIS650740)
> -#define IS_SIS650740661741760761    (IS_SIS650 || IS_SIS740 || IS_SIS661741760761)
> -#define IS_SIS550650740661741760761 (IS_SIS550 || IS_SIS650740661741760761)
> +#define IS_SIS650740661662741760761     (IS_SIS650 || IS_SIS740 || IS_SIS661662741760761)
> +#define IS_SIS550650740661662741760761  (IS_SIS550 || IS_SIS650740661662741760761)

Ew.

- ajax



More information about the xorg-devel mailing list