Add copyrights before I forget
parent
52f9028c84
commit
6f3534a13a
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2007 Intel Corporation
|
||||||
|
* Jesse Barnes <jesse.barnes@intel.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
@ -73,7 +78,7 @@ struct detailed_data_monitor_range {
|
||||||
u16 sec_gtf_toggle; /* A000=use above, 20=use below */
|
u16 sec_gtf_toggle; /* A000=use above, 20=use below */
|
||||||
u8 hfreq_start_khz; /* need to multiply by 2 */
|
u8 hfreq_start_khz; /* need to multiply by 2 */
|
||||||
u8 c; /* need to divide by 2 */
|
u8 c; /* need to divide by 2 */
|
||||||
u16 m;
|
u16 m; /* FIXME: byte order */
|
||||||
u8 k;
|
u8 k;
|
||||||
u8 j; /* need to divide by 2 */
|
u8 j; /* need to divide by 2 */
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
@ -126,9 +131,9 @@ struct detailed_timing {
|
||||||
struct edid {
|
struct edid {
|
||||||
u8 header[8];
|
u8 header[8];
|
||||||
/* Vendor & product info */
|
/* Vendor & product info */
|
||||||
u16 mfg_id;
|
u16 mfg_id; /* FIXME: byte order */
|
||||||
u16 prod_code;
|
u16 prod_code; /* FIXME: byte order */
|
||||||
u32 serial;
|
u32 serial; /* FIXME: byte order */
|
||||||
u8 mfg_week;
|
u8 mfg_week;
|
||||||
u8 mfg_year;
|
u8 mfg_year;
|
||||||
/* EDID version */
|
/* EDID version */
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2007 Intel Corporation
|
||||||
|
* Eric Anholt <eric@anholt.net>
|
||||||
|
*/
|
||||||
|
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
#include "drm.h"
|
#include "drm.h"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2007 Intel Corporation
|
||||||
|
* Eric Anholt <eric@anholt.net>
|
||||||
|
*/
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
#include "drm.h"
|
#include "drm.h"
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006 Dave Airlie <airlied@linux.ie>
|
||||||
|
* Copyright (c) 2007 Intel Corporation
|
||||||
|
* Jesse Barnes <jesse.barnes@intel.com>
|
||||||
|
*/
|
||||||
#ifndef __INTEL_DRV_H__
|
#ifndef __INTEL_DRV_H__
|
||||||
#define __INTEL_DRV_H__
|
#define __INTEL_DRV_H__
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2006 Dave Airlie <airlied@linux.ie>
|
* Copyright (c) 2006 Dave Airlie <airlied@linux.ie>
|
||||||
* Copyright © 2006 Intel Corporation
|
* Copyright (c) 2006-2007 Intel Corporation
|
||||||
* Eric Anholt <eric@anholt.net>
|
* Eric Anholt <eric@anholt.net>
|
||||||
* Jesse Barnes <jesse.barnes@intel.com>
|
* Jesse Barnes <jesse.barnes@intel.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2006 Dave Airlie <airlied@linux.ie>
|
* Copyright (c) 2006 Dave Airlie <airlied@linux.ie>
|
||||||
* Copyright © 2006 Intel Corporation
|
* Copyright (c) 2006-2007 Intel Corporation
|
||||||
* Eric Anholt <eric@anholt.net>
|
* Eric Anholt <eric@anholt.net>
|
||||||
* Jesse Barnes <jesse.barnes@intel.com>
|
* Jesse Barnes <jesse.barnes@intel.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2007 Dave Airlie <airlied@linux.ie>
|
||||||
|
* Copyright (c) 2007 Intel Corporation
|
||||||
|
* Jesse Barnes <jesse.barnes@intel.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
|
Loading…
Reference in New Issue