Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 pipe -> i915_pipe
details: https://anonhg.NetBSD.org/src/rev/9365849ce006
branches: trunk
changeset: 364417:9365849ce006
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 07:22:18 2018 +0000
description:
pipe -> i915_pipe
diffstat:
sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ea97305706e6 -r 9365849ce006 sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c
--- a/sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c Mon Aug 27 07:22:08 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/intel_dvo.c Mon Aug 27 07:22:18 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intel_dvo.c,v 1.3 2018/08/27 04:58:24 riastradh Exp $ */
+/* $NetBSD: intel_dvo.c,v 1.4 2018/08/27 07:22:18 riastradh Exp $ */
/*
* Copyright 2006 Dave Airlie <airlied%linux.ie@localhost>
@@ -27,7 +27,7 @@
* Eric Anholt <eric%anholt.net@localhost>
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intel_dvo.c,v 1.3 2018/08/27 04:58:24 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intel_dvo.c,v 1.4 2018/08/27 07:22:18 riastradh Exp $");
#include <linux/i2c.h>
#include <linux/slab.h>
@@ -457,7 +457,7 @@
struct i2c_adapter *i2c;
int gpio;
bool dvoinit;
- enum pipe pipe;
+ enum i915_pipe pipe;
uint32_t dpll[I915_MAX_PIPES];
/* Allow the I2C driver info to specify the GPIO to be used in
Home |
Main Index |
Thread Index |
Old Index