License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 22:07:57 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450
|
|
|
|
*
|
|
|
|
* (c) 1998-2002 Petr Vandrovec <vandrove@vc.cvut.cz>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#ifndef __MATROXFB_H__
|
|
|
|
#define __MATROXFB_H__
|
|
|
|
|
|
|
|
/* general, but fairly heavy, debugging */
|
|
|
|
#undef MATROXFB_DEBUG
|
|
|
|
|
|
|
|
/* heavy debugging: */
|
2011-03-31 09:57:33 +08:00
|
|
|
/* -- logs putc[s], so every time a char is displayed, it's logged */
|
2005-04-17 06:20:36 +08:00
|
|
|
#undef MATROXFB_DEBUG_HEAVY
|
|
|
|
|
|
|
|
/* This one _could_ cause infinite loops */
|
|
|
|
/* It _does_ cause lots and lots of messages during idle loops */
|
|
|
|
#undef MATROXFB_DEBUG_LOOP
|
|
|
|
|
|
|
|
/* Debug register calls, too? */
|
|
|
|
#undef MATROXFB_DEBUG_REG
|
|
|
|
|
|
|
|
/* Guard accelerator accesses with spin_lock_irqsave... */
|
|
|
|
#undef MATROXFB_USE_SPINLOCKS
|
|
|
|
|
|
|
|
#include <linux/module.h>
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/errno.h>
|
|
|
|
#include <linux/string.h>
|
|
|
|
#include <linux/mm.h>
|
|
|
|
#include <linux/slab.h>
|
|
|
|
#include <linux/delay.h>
|
|
|
|
#include <linux/fb.h>
|
|
|
|
#include <linux/console.h>
|
|
|
|
#include <linux/selection.h>
|
|
|
|
#include <linux/ioport.h>
|
|
|
|
#include <linux/init.h>
|
|
|
|
#include <linux/timer.h>
|
|
|
|
#include <linux/pci.h>
|
|
|
|
#include <linux/spinlock.h>
|
|
|
|
#include <linux/kd.h>
|
|
|
|
|
|
|
|
#include <asm/io.h>
|
|
|
|
#include <asm/unaligned.h>
|
|
|
|
|
|
|
|
#if defined(CONFIG_PPC_PMAC)
|
|
|
|
#include <asm/prom.h>
|
|
|
|
#include "../macmodes.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef MATROXFB_DEBUG
|
|
|
|
|
|
|
|
#define DEBUG
|
|
|
|
#define DBG(x) printk(KERN_DEBUG "matroxfb: %s\n", (x));
|
|
|
|
|
|
|
|
#ifdef MATROXFB_DEBUG_HEAVY
|
|
|
|
#define DBG_HEAVY(x) DBG(x)
|
|
|
|
#else /* MATROXFB_DEBUG_HEAVY */
|
|
|
|
#define DBG_HEAVY(x) /* DBG_HEAVY */
|
|
|
|
#endif /* MATROXFB_DEBUG_HEAVY */
|
|
|
|
|
|
|
|
#ifdef MATROXFB_DEBUG_LOOP
|
|
|
|
#define DBG_LOOP(x) DBG(x)
|
|
|
|
#else /* MATROXFB_DEBUG_LOOP */
|
|
|
|
#define DBG_LOOP(x) /* DBG_LOOP */
|
|
|
|
#endif /* MATROXFB_DEBUG_LOOP */
|
|
|
|
|
|
|
|
#ifdef MATROXFB_DEBUG_REG
|
|
|
|
#define DBG_REG(x) DBG(x)
|
|
|
|
#else /* MATROXFB_DEBUG_REG */
|
|
|
|
#define DBG_REG(x) /* DBG_REG */
|
|
|
|
#endif /* MATROXFB_DEBUG_REG */
|
|
|
|
|
|
|
|
#else /* MATROXFB_DEBUG */
|
|
|
|
|
|
|
|
#define DBG(x) /* DBG */
|
|
|
|
#define DBG_HEAVY(x) /* DBG_HEAVY */
|
|
|
|
#define DBG_REG(x) /* DBG_REG */
|
|
|
|
#define DBG_LOOP(x) /* DBG_LOOP */
|
|
|
|
|
|
|
|
#endif /* MATROXFB_DEBUG */
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
#define dprintk(X...) printk(X)
|
|
|
|
#else
|
|
|
|
#define dprintk(X...)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef PCI_SS_VENDOR_ID_SIEMENS_NIXDORF
|
|
|
|
#define PCI_SS_VENDOR_ID_SIEMENS_NIXDORF 0x110A
|
|
|
|
#endif
|
|
|
|
#ifndef PCI_SS_VENDOR_ID_MATROX
|
|
|
|
#define PCI_SS_VENDOR_ID_MATROX PCI_VENDOR_ID_MATROX
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef PCI_SS_ID_MATROX_PRODUCTIVA_G100_AGP
|
|
|
|
#define PCI_SS_ID_MATROX_GENERIC 0xFF00
|
|
|
|
#define PCI_SS_ID_MATROX_PRODUCTIVA_G100_AGP 0xFF01
|
|
|
|
#define PCI_SS_ID_MATROX_MYSTIQUE_G200_AGP 0xFF02
|
|
|
|
#define PCI_SS_ID_MATROX_MILLENIUM_G200_AGP 0xFF03
|
|
|
|
#define PCI_SS_ID_MATROX_MARVEL_G200_AGP 0xFF04
|
|
|
|
#define PCI_SS_ID_MATROX_MGA_G100_PCI 0xFF05
|
|
|
|
#define PCI_SS_ID_MATROX_MGA_G100_AGP 0x1001
|
|
|
|
#define PCI_SS_ID_MATROX_MILLENNIUM_G400_MAX_AGP 0x2179
|
|
|
|
#define PCI_SS_ID_SIEMENS_MGA_G100_AGP 0x001E /* 30 */
|
|
|
|
#define PCI_SS_ID_SIEMENS_MGA_G200_AGP 0x0032 /* 50 */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define MX_VISUAL_TRUECOLOR FB_VISUAL_DIRECTCOLOR
|
|
|
|
#define MX_VISUAL_DIRECTCOLOR FB_VISUAL_TRUECOLOR
|
|
|
|
#define MX_VISUAL_PSEUDOCOLOR FB_VISUAL_PSEUDOCOLOR
|
|
|
|
|
|
|
|
#define CNVT_TOHW(val,width) ((((val)<<(width))+0x7FFF-(val))>>16)
|
|
|
|
|
|
|
|
/* G-series and Mystique have (almost) same DAC */
|
|
|
|
#undef NEED_DAC1064
|
|
|
|
#if defined(CONFIG_FB_MATROX_MYSTIQUE) || defined(CONFIG_FB_MATROX_G)
|
|
|
|
#define NEED_DAC1064 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
typedef struct {
|
|
|
|
void __iomem* vaddr;
|
|
|
|
} vaddr_t;
|
|
|
|
|
|
|
|
static inline unsigned int mga_readb(vaddr_t va, unsigned int offs) {
|
|
|
|
return readb(va.vaddr + offs);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void mga_writeb(vaddr_t va, unsigned int offs, u_int8_t value) {
|
|
|
|
writeb(value, va.vaddr + offs);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void mga_writew(vaddr_t va, unsigned int offs, u_int16_t value) {
|
|
|
|
writew(value, va.vaddr + offs);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline u_int32_t mga_readl(vaddr_t va, unsigned int offs) {
|
|
|
|
return readl(va.vaddr + offs);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void mga_writel(vaddr_t va, unsigned int offs, u_int32_t value) {
|
|
|
|
writel(value, va.vaddr + offs);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void mga_memcpy_toio(vaddr_t va, const void* src, int len) {
|
|
|
|
#if defined(__alpha__) || defined(__i386__) || defined(__x86_64__)
|
|
|
|
/*
|
2010-08-20 05:13:25 +08:00
|
|
|
* iowrite32_rep works for us if:
|
2005-04-17 06:20:36 +08:00
|
|
|
* (1) Copies data as 32bit quantities, not byte after byte,
|
|
|
|
* (2) Performs LE ordered stores, and
|
|
|
|
* (3) It copes with unaligned source (destination is guaranteed to be page
|
|
|
|
* aligned and length is guaranteed to be multiple of 4).
|
|
|
|
*/
|
2010-08-20 05:13:25 +08:00
|
|
|
iowrite32_rep(va.vaddr, src, len >> 2);
|
2005-04-17 06:20:36 +08:00
|
|
|
#else
|
|
|
|
u_int32_t __iomem* addr = va.vaddr;
|
|
|
|
|
|
|
|
if ((unsigned long)src & 3) {
|
|
|
|
while (len >= 4) {
|
|
|
|
fb_writel(get_unaligned((u32 *)src), addr);
|
|
|
|
addr++;
|
|
|
|
len -= 4;
|
|
|
|
src += 4;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
while (len >= 4) {
|
|
|
|
fb_writel(*(u32 *)src, addr);
|
|
|
|
addr++;
|
|
|
|
len -= 4;
|
|
|
|
src += 4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void vaddr_add(vaddr_t* va, unsigned long offs) {
|
|
|
|
va->vaddr += offs;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline void __iomem* vaddr_va(vaddr_t va) {
|
|
|
|
return va.vaddr;
|
|
|
|
}
|
|
|
|
|
|
|
|
struct my_timming {
|
|
|
|
unsigned int pixclock;
|
|
|
|
int mnp;
|
|
|
|
unsigned int crtc;
|
|
|
|
unsigned int HDisplay;
|
|
|
|
unsigned int HSyncStart;
|
|
|
|
unsigned int HSyncEnd;
|
|
|
|
unsigned int HTotal;
|
|
|
|
unsigned int VDisplay;
|
|
|
|
unsigned int VSyncStart;
|
|
|
|
unsigned int VSyncEnd;
|
|
|
|
unsigned int VTotal;
|
|
|
|
unsigned int sync;
|
|
|
|
int dblscan;
|
|
|
|
int interlaced;
|
|
|
|
unsigned int delay; /* CRTC delay */
|
|
|
|
};
|
|
|
|
|
|
|
|
enum { M_SYSTEM_PLL, M_PIXEL_PLL_A, M_PIXEL_PLL_B, M_PIXEL_PLL_C, M_VIDEO_PLL };
|
|
|
|
|
|
|
|
struct matrox_pll_cache {
|
|
|
|
unsigned int valid;
|
|
|
|
struct {
|
|
|
|
unsigned int mnp_key;
|
|
|
|
unsigned int mnp_value;
|
|
|
|
} data[4];
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_pll_limits {
|
|
|
|
unsigned int vcomin;
|
|
|
|
unsigned int vcomax;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_pll_features {
|
|
|
|
unsigned int vco_freq_min;
|
|
|
|
unsigned int ref_freq;
|
|
|
|
unsigned int feed_div_min;
|
|
|
|
unsigned int feed_div_max;
|
|
|
|
unsigned int in_div_min;
|
|
|
|
unsigned int in_div_max;
|
|
|
|
unsigned int post_shift_max;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matroxfb_par
|
|
|
|
{
|
|
|
|
unsigned int final_bppShift;
|
|
|
|
unsigned int cmap_len;
|
|
|
|
struct {
|
|
|
|
unsigned int bytes;
|
|
|
|
unsigned int pixels;
|
|
|
|
unsigned int chunks;
|
|
|
|
} ydstorg;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_fb_info;
|
|
|
|
|
|
|
|
struct matrox_DAC1064_features {
|
|
|
|
u_int8_t xvrefctrl;
|
|
|
|
u_int8_t xmiscctrl;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* current hardware status */
|
|
|
|
struct mavenregs {
|
|
|
|
u_int8_t regs[256];
|
|
|
|
int mode;
|
|
|
|
int vlines;
|
|
|
|
int xtal;
|
|
|
|
int fv;
|
|
|
|
|
|
|
|
u_int16_t htotal;
|
|
|
|
u_int16_t hcorr;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_crtc2 {
|
|
|
|
u_int32_t ctl;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_hw_state {
|
|
|
|
u_int32_t MXoptionReg;
|
|
|
|
unsigned char DACclk[6];
|
|
|
|
unsigned char DACreg[80];
|
|
|
|
unsigned char MiscOutReg;
|
|
|
|
unsigned char DACpal[768];
|
|
|
|
unsigned char CRTC[25];
|
|
|
|
unsigned char CRTCEXT[9];
|
|
|
|
unsigned char SEQ[5];
|
|
|
|
/* unused for MGA mode, but who knows... */
|
|
|
|
unsigned char GCTL[9];
|
|
|
|
/* unused for MGA mode, but who knows... */
|
|
|
|
unsigned char ATTR[21];
|
|
|
|
|
|
|
|
/* TVOut only */
|
|
|
|
struct mavenregs maven;
|
|
|
|
|
|
|
|
struct matrox_crtc2 crtc2;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_accel_data {
|
|
|
|
#ifdef CONFIG_FB_MATROX_MILLENIUM
|
|
|
|
unsigned char ramdac_rev;
|
|
|
|
#endif
|
|
|
|
u_int32_t m_dwg_rect;
|
|
|
|
u_int32_t m_opmode;
|
2014-01-24 03:39:04 +08:00
|
|
|
u_int32_t m_access;
|
|
|
|
u_int32_t m_pitch;
|
2005-04-17 06:20:36 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
struct v4l2_queryctrl;
|
|
|
|
struct v4l2_control;
|
|
|
|
|
|
|
|
struct matrox_altout {
|
|
|
|
const char *name;
|
|
|
|
int (*compute)(void* altout_dev, struct my_timming* input);
|
|
|
|
int (*program)(void* altout_dev);
|
|
|
|
int (*start)(void* altout_dev);
|
|
|
|
int (*verifymode)(void* altout_dev, u_int32_t mode);
|
|
|
|
int (*getqueryctrl)(void* altout_dev,
|
|
|
|
struct v4l2_queryctrl* ctrl);
|
|
|
|
int (*getctrl)(void* altout_dev,
|
|
|
|
struct v4l2_control* ctrl);
|
|
|
|
int (*setctrl)(void* altout_dev,
|
|
|
|
struct v4l2_control* ctrl);
|
|
|
|
};
|
|
|
|
|
|
|
|
#define MATROXFB_SRC_NONE 0
|
|
|
|
#define MATROXFB_SRC_CRTC1 1
|
|
|
|
#define MATROXFB_SRC_CRTC2 2
|
|
|
|
|
|
|
|
enum mga_chip { MGA_2064, MGA_2164, MGA_1064, MGA_1164, MGA_G100, MGA_G200, MGA_G400, MGA_G450, MGA_G550 };
|
|
|
|
|
|
|
|
struct matrox_bios {
|
|
|
|
unsigned int bios_valid : 1;
|
|
|
|
unsigned int pins_len;
|
|
|
|
unsigned char pins[128];
|
|
|
|
struct {
|
|
|
|
unsigned char vMaj, vMin, vRev;
|
|
|
|
} version;
|
|
|
|
struct {
|
|
|
|
unsigned char state, tvout;
|
|
|
|
} output;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_switch;
|
|
|
|
struct matroxfb_driver;
|
|
|
|
struct matroxfb_dh_fb_info;
|
|
|
|
|
|
|
|
struct matrox_vsync {
|
|
|
|
wait_queue_head_t wait;
|
|
|
|
unsigned int cnt;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct matrox_fb_info {
|
|
|
|
struct fb_info fbcon;
|
|
|
|
|
|
|
|
struct list_head next_fb;
|
|
|
|
|
|
|
|
int dead;
|
|
|
|
int initialized;
|
|
|
|
unsigned int usecount;
|
|
|
|
|
|
|
|
unsigned int userusecount;
|
|
|
|
unsigned long irq_flags;
|
|
|
|
|
|
|
|
struct matroxfb_par curr;
|
|
|
|
struct matrox_hw_state hw;
|
|
|
|
|
|
|
|
struct matrox_accel_data accel;
|
|
|
|
|
|
|
|
struct pci_dev* pcidev;
|
|
|
|
|
|
|
|
struct {
|
|
|
|
struct matrox_vsync vsync;
|
|
|
|
unsigned int pixclock;
|
|
|
|
int mnp;
|
|
|
|
int panpos;
|
|
|
|
} crtc1;
|
|
|
|
struct {
|
|
|
|
struct matrox_vsync vsync;
|
|
|
|
unsigned int pixclock;
|
|
|
|
int mnp;
|
|
|
|
struct matroxfb_dh_fb_info* info;
|
|
|
|
struct rw_semaphore lock;
|
|
|
|
} crtc2;
|
|
|
|
struct {
|
|
|
|
struct rw_semaphore lock;
|
|
|
|
struct {
|
|
|
|
int brightness, contrast, saturation, hue, gamma;
|
|
|
|
int testout, deflicker;
|
|
|
|
} tvo_params;
|
|
|
|
} altout;
|
|
|
|
#define MATROXFB_MAX_OUTPUTS 3
|
|
|
|
struct {
|
|
|
|
unsigned int src;
|
|
|
|
struct matrox_altout* output;
|
|
|
|
void* data;
|
|
|
|
unsigned int mode;
|
|
|
|
unsigned int default_src;
|
|
|
|
} outputs[MATROXFB_MAX_OUTPUTS];
|
|
|
|
|
|
|
|
#define MATROXFB_MAX_FB_DRIVERS 5
|
|
|
|
struct matroxfb_driver* (drivers[MATROXFB_MAX_FB_DRIVERS]);
|
|
|
|
void* (drivers_data[MATROXFB_MAX_FB_DRIVERS]);
|
|
|
|
unsigned int drivers_count;
|
|
|
|
|
|
|
|
struct {
|
|
|
|
unsigned long base; /* physical */
|
|
|
|
vaddr_t vbase; /* CPU view */
|
|
|
|
unsigned int len;
|
|
|
|
unsigned int len_usable;
|
|
|
|
unsigned int len_maximum;
|
|
|
|
} video;
|
|
|
|
|
|
|
|
struct {
|
|
|
|
unsigned long base; /* physical */
|
|
|
|
vaddr_t vbase; /* CPU view */
|
|
|
|
unsigned int len;
|
|
|
|
} mmio;
|
|
|
|
|
|
|
|
unsigned int max_pixel_clock;
|
2007-08-11 04:00:49 +08:00
|
|
|
unsigned int max_pixel_clock_panellink;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
struct matrox_switch* hw_switch;
|
|
|
|
|
|
|
|
struct {
|
|
|
|
struct matrox_pll_features pll;
|
|
|
|
struct matrox_DAC1064_features DAC1064;
|
|
|
|
} features;
|
|
|
|
struct {
|
|
|
|
spinlock_t DAC;
|
|
|
|
spinlock_t accel;
|
|
|
|
} lock;
|
|
|
|
|
|
|
|
enum mga_chip chip;
|
|
|
|
|
|
|
|
int interleave;
|
|
|
|
int millenium;
|
|
|
|
int milleniumII;
|
|
|
|
struct {
|
|
|
|
int cfb4;
|
|
|
|
const int* vxres;
|
|
|
|
int cross4MB;
|
|
|
|
int text;
|
|
|
|
int plnwt;
|
|
|
|
int srcorg;
|
|
|
|
} capable;
|
video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc()
This driver uses the same ioremap()'d area for the MTRR.
Convert the driver from using the x86 specific MTRR code to
the architecture agnostic arch_phys_wc_add(). arch_phys_wc_add()
will avoid MTRR if write-combining is available, in order to
take advantage of that also ensure the ioremap'd area is requested
as write-combining.
There are a few motivations for this:
a) Take advantage of PAT when available
b) Help bury MTRR code away, MTRR is architecture specific and on
x86 its replaced by PAT
c) Help with the goal of eventually using _PAGE_CACHE_UC over
_PAGE_CACHE_UC_MINUS on x86 on ioremap_nocache() (see commit
de33c442e titled "x86 PAT: fix performance drop for glx,
use UC minus for ioremap(), ioremap_nocache() and
pci_mmap_page_range()")
The conversion done is expressed by the following Coccinelle
SmPL patch, it additionally required manual intervention to
address all the #ifdery and removal of redundant things which
arch_phys_wc_add() already addresses such as verbose message
about when MTRR fails and doing nothing when we didn't get
an MTRR.
@ mtrr_found @
expression index, base, size;
@@
-index = mtrr_add(base, size, MTRR_TYPE_WRCOMB, 1);
+index = arch_phys_wc_add(base, size);
@ mtrr_rm depends on mtrr_found @
expression mtrr_found.index, mtrr_found.base, mtrr_found.size;
@@
-mtrr_del(index, base, size);
+arch_phys_wc_del(index);
@ mtrr_rm_zero_arg depends on mtrr_found @
expression mtrr_found.index;
@@
-mtrr_del(index, 0, 0);
+arch_phys_wc_del(index);
@ mtrr_rm_fb_info depends on mtrr_found @
struct fb_info *info;
expression mtrr_found.index;
@@
-mtrr_del(index, info->fix.smem_start, info->fix.smem_len);
+arch_phys_wc_del(index);
@ ioremap_replace_nocache depends on mtrr_found @
struct fb_info *info;
expression base, size;
@@
-info->screen_base = ioremap_nocache(base, size);
+info->screen_base = ioremap_wc(base, size);
@ ioremap_replace_default depends on mtrr_found @
struct fb_info *info;
expression base, size;
@@
-info->screen_base = ioremap(base, size);
+info->screen_base = ioremap_wc(base, size);
Generated-by: Coccinelle SmPL
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Rob Clark <robdclark@gmail.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Mikulas Patocka <mpatocka@redhat.com>
Cc: Suresh Siddha <sbsiddha@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Juergen Gross <jgross@suse.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Dave Airlie <airlied@redhat.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Cc: linux-fbdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2015-04-22 04:16:26 +08:00
|
|
|
int wc_cookie;
|
2005-04-17 06:20:36 +08:00
|
|
|
struct {
|
|
|
|
int precise_width;
|
|
|
|
int mga_24bpp_fix;
|
|
|
|
int novga;
|
|
|
|
int nobios;
|
|
|
|
int nopciretry;
|
|
|
|
int noinit;
|
|
|
|
int sgram;
|
|
|
|
int support32MB;
|
|
|
|
|
|
|
|
int accelerator;
|
|
|
|
int text_type_aux;
|
|
|
|
int video64bits;
|
|
|
|
int crtc2;
|
|
|
|
int maven_capable;
|
|
|
|
unsigned int vgastep;
|
|
|
|
unsigned int textmode;
|
|
|
|
unsigned int textstep;
|
|
|
|
unsigned int textvram; /* character cells */
|
|
|
|
unsigned int ydstorg; /* offset in bytes from video start to usable memory */
|
|
|
|
/* 0 except for 6MB Millenium */
|
|
|
|
int memtype;
|
|
|
|
int g450dac;
|
|
|
|
int dfp_type;
|
|
|
|
int panellink; /* G400 DFP possible (not G450/G550) */
|
|
|
|
int dualhead;
|
|
|
|
unsigned int fbResource;
|
|
|
|
} devflags;
|
|
|
|
struct fb_ops fbops;
|
|
|
|
struct matrox_bios bios;
|
|
|
|
struct {
|
|
|
|
struct matrox_pll_limits pixel;
|
|
|
|
struct matrox_pll_limits system;
|
|
|
|
struct matrox_pll_limits video;
|
|
|
|
} limits;
|
|
|
|
struct {
|
|
|
|
struct matrox_pll_cache pixel;
|
|
|
|
struct matrox_pll_cache system;
|
|
|
|
struct matrox_pll_cache video;
|
|
|
|
} cache;
|
|
|
|
struct {
|
|
|
|
struct {
|
|
|
|
unsigned int video;
|
|
|
|
unsigned int system;
|
|
|
|
} pll;
|
|
|
|
struct {
|
|
|
|
u_int32_t opt;
|
|
|
|
u_int32_t opt2;
|
|
|
|
u_int32_t opt3;
|
|
|
|
u_int32_t mctlwtst;
|
|
|
|
u_int32_t mctlwtst_core;
|
|
|
|
u_int32_t memmisc;
|
|
|
|
u_int32_t memrdbk;
|
|
|
|
u_int32_t maccess;
|
|
|
|
} reg;
|
|
|
|
struct {
|
|
|
|
unsigned int ddr:1,
|
|
|
|
emrswen:1,
|
|
|
|
dll:1;
|
|
|
|
} memory;
|
|
|
|
} values;
|
2007-07-17 19:05:45 +08:00
|
|
|
u_int32_t cmap[16];
|
2005-04-17 06:20:36 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
#define info2minfo(info) container_of(info, struct matrox_fb_info, fbcon)
|
|
|
|
|
|
|
|
struct matrox_switch {
|
2009-09-23 07:47:49 +08:00
|
|
|
int (*preinit)(struct matrox_fb_info *minfo);
|
|
|
|
void (*reset)(struct matrox_fb_info *minfo);
|
|
|
|
int (*init)(struct matrox_fb_info *minfo, struct my_timming*);
|
|
|
|
void (*restore)(struct matrox_fb_info *minfo);
|
2005-04-17 06:20:36 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
struct matroxfb_driver {
|
|
|
|
struct list_head node;
|
|
|
|
char* name;
|
|
|
|
void* (*probe)(struct matrox_fb_info* info);
|
|
|
|
void (*remove)(struct matrox_fb_info* info, void* data);
|
|
|
|
};
|
|
|
|
|
|
|
|
int matroxfb_register_driver(struct matroxfb_driver* drv);
|
|
|
|
void matroxfb_unregister_driver(struct matroxfb_driver* drv);
|
|
|
|
|
|
|
|
#define PCI_OPTION_REG 0x40
|
|
|
|
#define PCI_OPTION_ENABLE_ROM 0x40000000
|
|
|
|
|
|
|
|
#define PCI_MGA_INDEX 0x44
|
|
|
|
#define PCI_MGA_DATA 0x48
|
|
|
|
#define PCI_OPTION2_REG 0x50
|
|
|
|
#define PCI_OPTION3_REG 0x54
|
|
|
|
#define PCI_MEMMISC_REG 0x58
|
|
|
|
|
|
|
|
#define M_DWGCTL 0x1C00
|
|
|
|
#define M_MACCESS 0x1C04
|
|
|
|
#define M_CTLWTST 0x1C08
|
|
|
|
|
|
|
|
#define M_PLNWT 0x1C1C
|
|
|
|
|
|
|
|
#define M_BCOL 0x1C20
|
|
|
|
#define M_FCOL 0x1C24
|
|
|
|
|
|
|
|
#define M_SGN 0x1C58
|
|
|
|
#define M_LEN 0x1C5C
|
|
|
|
#define M_AR0 0x1C60
|
|
|
|
#define M_AR1 0x1C64
|
|
|
|
#define M_AR2 0x1C68
|
|
|
|
#define M_AR3 0x1C6C
|
|
|
|
#define M_AR4 0x1C70
|
|
|
|
#define M_AR5 0x1C74
|
|
|
|
#define M_AR6 0x1C78
|
|
|
|
|
|
|
|
#define M_CXBNDRY 0x1C80
|
|
|
|
#define M_FXBNDRY 0x1C84
|
|
|
|
#define M_YDSTLEN 0x1C88
|
|
|
|
#define M_PITCH 0x1C8C
|
|
|
|
#define M_YDST 0x1C90
|
|
|
|
#define M_YDSTORG 0x1C94
|
|
|
|
#define M_YTOP 0x1C98
|
|
|
|
#define M_YBOT 0x1C9C
|
|
|
|
|
|
|
|
/* mystique only */
|
|
|
|
#define M_CACHEFLUSH 0x1FFF
|
|
|
|
|
|
|
|
#define M_EXEC 0x0100
|
|
|
|
|
|
|
|
#define M_DWG_TRAP 0x04
|
|
|
|
#define M_DWG_BITBLT 0x08
|
|
|
|
#define M_DWG_ILOAD 0x09
|
|
|
|
|
|
|
|
#define M_DWG_LINEAR 0x0080
|
|
|
|
#define M_DWG_SOLID 0x0800
|
|
|
|
#define M_DWG_ARZERO 0x1000
|
|
|
|
#define M_DWG_SGNZERO 0x2000
|
|
|
|
#define M_DWG_SHIFTZERO 0x4000
|
|
|
|
|
|
|
|
#define M_DWG_REPLACE 0x000C0000
|
|
|
|
#define M_DWG_REPLACE2 (M_DWG_REPLACE | 0x40)
|
|
|
|
#define M_DWG_XOR 0x00060010
|
|
|
|
|
|
|
|
#define M_DWG_BFCOL 0x04000000
|
|
|
|
#define M_DWG_BMONOWF 0x08000000
|
|
|
|
|
|
|
|
#define M_DWG_TRANSC 0x40000000
|
|
|
|
|
|
|
|
#define M_FIFOSTATUS 0x1E10
|
|
|
|
#define M_STATUS 0x1E14
|
|
|
|
#define M_ICLEAR 0x1E18
|
|
|
|
#define M_IEN 0x1E1C
|
|
|
|
|
|
|
|
#define M_VCOUNT 0x1E20
|
|
|
|
|
|
|
|
#define M_RESET 0x1E40
|
|
|
|
#define M_MEMRDBK 0x1E44
|
|
|
|
|
|
|
|
#define M_AGP2PLL 0x1E4C
|
|
|
|
|
|
|
|
#define M_OPMODE 0x1E54
|
|
|
|
#define M_OPMODE_DMA_GEN_WRITE 0x00
|
|
|
|
#define M_OPMODE_DMA_BLIT 0x04
|
|
|
|
#define M_OPMODE_DMA_VECTOR_WRITE 0x08
|
|
|
|
#define M_OPMODE_DMA_LE 0x0000 /* little endian - no transformation */
|
|
|
|
#define M_OPMODE_DMA_BE_8BPP 0x0000
|
|
|
|
#define M_OPMODE_DMA_BE_16BPP 0x0100
|
|
|
|
#define M_OPMODE_DMA_BE_32BPP 0x0200
|
|
|
|
#define M_OPMODE_DIR_LE 0x000000 /* little endian - no transformation */
|
|
|
|
#define M_OPMODE_DIR_BE_8BPP 0x000000
|
|
|
|
#define M_OPMODE_DIR_BE_16BPP 0x010000
|
|
|
|
#define M_OPMODE_DIR_BE_32BPP 0x020000
|
|
|
|
|
|
|
|
#define M_ATTR_INDEX 0x1FC0
|
|
|
|
#define M_ATTR_DATA 0x1FC1
|
|
|
|
|
|
|
|
#define M_MISC_REG 0x1FC2
|
|
|
|
#define M_3C2_RD 0x1FC2
|
|
|
|
|
|
|
|
#define M_SEQ_INDEX 0x1FC4
|
|
|
|
#define M_SEQ_DATA 0x1FC5
|
2006-05-21 05:59:51 +08:00
|
|
|
#define M_SEQ1 0x01
|
|
|
|
#define M_SEQ1_SCROFF 0x20
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#define M_MISC_REG_READ 0x1FCC
|
|
|
|
|
|
|
|
#define M_GRAPHICS_INDEX 0x1FCE
|
|
|
|
#define M_GRAPHICS_DATA 0x1FCF
|
|
|
|
|
|
|
|
#define M_CRTC_INDEX 0x1FD4
|
|
|
|
|
|
|
|
#define M_ATTR_RESET 0x1FDA
|
|
|
|
#define M_3DA_WR 0x1FDA
|
|
|
|
#define M_INSTS1 0x1FDA
|
|
|
|
|
|
|
|
#define M_EXTVGA_INDEX 0x1FDE
|
|
|
|
#define M_EXTVGA_DATA 0x1FDF
|
|
|
|
|
|
|
|
/* G200 only */
|
|
|
|
#define M_SRCORG 0x2CB4
|
|
|
|
#define M_DSTORG 0x2CB8
|
|
|
|
|
|
|
|
#define M_RAMDAC_BASE 0x3C00
|
|
|
|
|
|
|
|
/* fortunately, same on TVP3026 and MGA1064 */
|
|
|
|
#define M_DAC_REG (M_RAMDAC_BASE+0)
|
|
|
|
#define M_DAC_VAL (M_RAMDAC_BASE+1)
|
|
|
|
#define M_PALETTE_MASK (M_RAMDAC_BASE+2)
|
|
|
|
|
|
|
|
#define M_X_INDEX 0x00
|
|
|
|
#define M_X_DATAREG 0x0A
|
|
|
|
|
|
|
|
#define DAC_XGENIOCTRL 0x2A
|
|
|
|
#define DAC_XGENIODATA 0x2B
|
|
|
|
|
|
|
|
#define M_C2CTL 0x3C10
|
|
|
|
|
|
|
|
#define MX_OPTION_BSWAP 0x00000000
|
|
|
|
|
|
|
|
#ifdef __LITTLE_ENDIAN
|
|
|
|
#define M_OPMODE_4BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_LE | M_OPMODE_DMA_BLIT)
|
|
|
|
#define M_OPMODE_8BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_LE | M_OPMODE_DMA_BLIT)
|
|
|
|
#define M_OPMODE_16BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_LE | M_OPMODE_DMA_BLIT)
|
|
|
|
#define M_OPMODE_24BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_LE | M_OPMODE_DMA_BLIT)
|
|
|
|
#define M_OPMODE_32BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_LE | M_OPMODE_DMA_BLIT)
|
|
|
|
#else
|
|
|
|
#ifdef __BIG_ENDIAN
|
|
|
|
#define M_OPMODE_4BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_LE | M_OPMODE_DMA_BLIT) /* TODO */
|
|
|
|
#define M_OPMODE_8BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_BE_8BPP | M_OPMODE_DMA_BLIT)
|
|
|
|
#define M_OPMODE_16BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_BE_16BPP | M_OPMODE_DMA_BLIT)
|
|
|
|
#define M_OPMODE_24BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_BE_8BPP | M_OPMODE_DMA_BLIT) /* TODO, ?32 */
|
|
|
|
#define M_OPMODE_32BPP (M_OPMODE_DMA_LE | M_OPMODE_DIR_BE_32BPP | M_OPMODE_DMA_BLIT)
|
|
|
|
#else
|
|
|
|
#error "Byte ordering have to be defined. Cannot continue."
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2009-09-23 07:47:48 +08:00
|
|
|
#define mga_inb(addr) mga_readb(minfo->mmio.vbase, (addr))
|
|
|
|
#define mga_inl(addr) mga_readl(minfo->mmio.vbase, (addr))
|
|
|
|
#define mga_outb(addr,val) mga_writeb(minfo->mmio.vbase, (addr), (val))
|
|
|
|
#define mga_outw(addr,val) mga_writew(minfo->mmio.vbase, (addr), (val))
|
|
|
|
#define mga_outl(addr,val) mga_writel(minfo->mmio.vbase, (addr), (val))
|
2005-04-17 06:20:36 +08:00
|
|
|
#define mga_readr(port,idx) (mga_outb((port),(idx)), mga_inb((port)+1))
|
|
|
|
#define mga_setr(addr,port,val) mga_outw(addr, ((val)<<8) | (port))
|
|
|
|
|
|
|
|
#define mga_fifo(n) do {} while ((mga_inl(M_FIFOSTATUS) & 0xFF) < (n))
|
|
|
|
|
2014-05-15 18:58:24 +08:00
|
|
|
#define WaitTillIdle() do { mga_inl(M_STATUS); do {} while (mga_inl(M_STATUS) & 0x10000); } while (0)
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* code speedup */
|
|
|
|
#ifdef CONFIG_FB_MATROX_MILLENIUM
|
|
|
|
#define isInterleave(x) (x->interleave)
|
|
|
|
#define isMillenium(x) (x->millenium)
|
|
|
|
#define isMilleniumII(x) (x->milleniumII)
|
|
|
|
#else
|
|
|
|
#define isInterleave(x) (0)
|
|
|
|
#define isMillenium(x) (0)
|
|
|
|
#define isMilleniumII(x) (0)
|
|
|
|
#endif
|
|
|
|
|
2009-09-23 07:47:48 +08:00
|
|
|
#define matroxfb_DAC_lock() spin_lock(&minfo->lock.DAC)
|
|
|
|
#define matroxfb_DAC_unlock() spin_unlock(&minfo->lock.DAC)
|
|
|
|
#define matroxfb_DAC_lock_irqsave(flags) spin_lock_irqsave(&minfo->lock.DAC, flags)
|
|
|
|
#define matroxfb_DAC_unlock_irqrestore(flags) spin_unlock_irqrestore(&minfo->lock.DAC, flags)
|
2009-09-23 07:47:49 +08:00
|
|
|
extern void matroxfb_DAC_out(const struct matrox_fb_info *minfo, int reg,
|
|
|
|
int val);
|
|
|
|
extern int matroxfb_DAC_in(const struct matrox_fb_info *minfo, int reg);
|
2005-04-17 06:20:36 +08:00
|
|
|
extern void matroxfb_var2my(struct fb_var_screeninfo* fvsi, struct my_timming* mt);
|
2009-09-23 07:47:49 +08:00
|
|
|
extern int matroxfb_wait_for_sync(struct matrox_fb_info *minfo, u_int32_t crtc);
|
|
|
|
extern int matroxfb_enable_irq(struct matrox_fb_info *minfo, int reenable);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#ifdef MATROXFB_USE_SPINLOCKS
|
2009-09-23 07:47:48 +08:00
|
|
|
#define CRITBEGIN spin_lock_irqsave(&minfo->lock.accel, critflags);
|
|
|
|
#define CRITEND spin_unlock_irqrestore(&minfo->lock.accel, critflags);
|
2005-04-17 06:20:36 +08:00
|
|
|
#define CRITFLAGS unsigned long critflags;
|
|
|
|
#else
|
|
|
|
#define CRITBEGIN
|
|
|
|
#define CRITEND
|
|
|
|
#define CRITFLAGS
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __MATROXFB_H__ */
|