/* * linux/drivers/video/nvidia/nv_of.c * * Copyright 2004 Antonino A. Daplas <adaplas @pol.net> * * Based on rivafb-i2c.c * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/gfp.h> #include <linux/pci.h> #include <linux/fb.h> #include <asm/io.h> #include "nv_type.h" #include "nv_local.h" #include "nv_proto.h" #include "../edid.h" int nvidia_probe_of_connector(struct fb_info *info, int conn, u8 **out_edid) { … }