[Openchrome-devel] xf86-video-openchrome: 3 commits - src/via_regs.h src/via_ums.h
Kevin Brace
kevinbrace at kemper.freedesktop.org
Thu Apr 14 08:37:07 UTC 2016
src/via_regs.h | 10 ----------
src/via_ums.h | 2 --
2 files changed, 12 deletions(-)
New commits:
commit 49e419d6181f7dc662a10638970b3b1d8a89f65d
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Thu Apr 14 01:34:44 2016 -0700
Getting rid of legacy mode setting declarations
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_ums.h b/src/via_ums.h
index 292279c..b03e835 100644
--- a/src/via_ums.h
+++ b/src/via_ums.h
@@ -191,8 +191,6 @@ void viaDisableVQ(ScrnInfoPtr pScrn);
void ViaOutputsDetect(ScrnInfoPtr pScrn);
CARD32 ViaGetMemoryBandwidth(ScrnInfoPtr pScrn);
CARD32 ViaModeDotClockTranslate(ScrnInfoPtr pScrn, DisplayModePtr mode);
-void ViaModePrimaryLegacy(xf86CrtcPtr crtc, DisplayModePtr mode);
-void ViaModeSecondaryLegacy(xf86CrtcPtr crtc, DisplayModePtr mode);
void viaTMDSPower(ScrnInfoPtr pScrn, Bool On);
void ViaTVPower(ScrnInfoPtr pScrn, Bool On);
void ViaTVSave(ScrnInfoPtr pScrn);
commit 3884e096e1d690536e9dd46a876a7f4b1248813f
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Thu Apr 14 01:23:39 2016 -0700
Getting rid of ViaCheckCardId function declaration
Leftover from the previous version.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_regs.h b/src/via_regs.h
index 0bf3e22..64a628a 100644
--- a/src/via_regs.h
+++ b/src/via_regs.h
@@ -86,8 +86,6 @@ enum VIACHIPTAGS {
#define CLE266_REV_IS_AX(x) ((x) < 0x10)
#define CLE266_REV_IS_CX(x) ((x) >= 0x10)
-void ViaCheckCardId(ScrnInfoPtr pScrn);
-
#define BIOS_BSIZE 1024
#define BIOS_BASE 0xc0000
commit 83b46597869cae2c163ae52a2999791c5ba1a7e2
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Thu Apr 14 01:16:58 2016 -0700
Getting rid of ViaCardIdStruct structure
It was part of that "known device table" from the past version.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_regs.h b/src/via_regs.h
index 7bdcb8c..0bf3e22 100644
--- a/src/via_regs.h
+++ b/src/via_regs.h
@@ -86,14 +86,6 @@ enum VIACHIPTAGS {
#define CLE266_REV_IS_AX(x) ((x) < 0x10)
#define CLE266_REV_IS_CX(x) ((x) >= 0x10)
-struct ViaCardIdStruct {
- char* String; /* full identification string */
- CARD8 Chip; /* which family of unichrome */
- CARD16 Vendor; /* PCI subsystem Vendor ID */
- CARD16 Device; /* PCI subsystem Device ID */
- CARD8 Outputs; /* whether it supports CRT, LCD, and TV */
-};
-
void ViaCheckCardId(ScrnInfoPtr pScrn);
#define BIOS_BSIZE 1024
More information about the Openchrome-devel
mailing list