// 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.
*/
#include"global.h"
int viafb_ioctl_get_viafb_info(u_long arg)
{ struct viafb_ioctl_info viainfo;
if (copy_to_user((void __user *)arg, &viainfo, sizeof(viainfo))) return -EFAULT;
return 0;
}
/* Hot-Plug Priority: DVI > CRT*/ int viafb_ioctl_hotplug(int hres, int vres, int bpp)
{ int DVIsense, status = 0;
DEBUG_MSG(KERN_INFO "viafb_ioctl_hotplug!!\n");
if (viaparinfo->chip_info->tmds_chip_info.tmds_chip_name !=
NON_TMDS_TRANSMITTER) {
DVIsense = viafb_dvi_sense();
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.