/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
struct viafb_ioctl_setting { /* Enable or disable active devices */ unsignedshort device_flag; /* Indicate which device should be turn on or turn off. */ unsignedshort device_status; unsignedint reserved; /* Indicate which LCD's attribute can be changed. */ unsignedshort lcd_operation_flag; /* 1: SAMM ON 0: SAMM OFF */ unsignedshort samm_status; /* horizontal resolution of first device */ unsignedshort first_dev_hor_res; /* vertical resolution of first device */ unsignedshort first_dev_ver_res; /* horizontal resolution of second device */ unsignedshort second_dev_hor_res; /* vertical resolution of second device */ unsignedshort second_dev_ver_res; /* refresh rate of first device */ unsignedshort first_dev_refresh; /* bpp of first device */ unsignedshort first_dev_bpp; /* refresh rate of second device */ unsignedshort second_dev_refresh; /* bpp of second device */ unsignedshort second_dev_bpp; /* Indicate which device are primary display device. */ unsignedint primary_device; unsignedint struct_reserved[35]; struct viafb_ioctl_lcd_attribute lcd_attributes;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.