Displaying 9 results from an estimated 9 matches for "vref".
Did you mean:
ref
2020 Feb 25
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...?l? wrote:
> > > On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote:
> > >> On 19.02.2020 21:35, Ville Syrjala wrote:
> > >>> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
> > >>>
> > >>> Get rid of mode->vrefresh and just calculate it on demand. Saves
> > >>> a bit of space and avoids the cached value getting out of sync
> > >>> with reality.
> > >>>
> > >>> Mostly done with cocci, with the following manual fixups:
> > >>> - Remo...
2020 Feb 25
2
[PATCH 04/12] drm: Nuke mode->vrefresh
...02.2020 12:21, Ville Syrj?l? wrote:
> > On Mon, Feb 24, 2020 at 03:14:54PM +0100, Andrzej Hajda wrote:
> >> On 19.02.2020 21:35, Ville Syrjala wrote:
> >>> From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
> >>>
> >>> Get rid of mode->vrefresh and just calculate it on demand. Saves
> >>> a bit of space and avoids the cached value getting out of sync
> >>> with reality.
> >>>
> >>> Mostly done with cocci, with the following manual fixups:
> >>> - Remove the now empty loop in...
2008 Mar 28
1
background color in scatterplots
Dear R community, I have a scatterplot with multiple vertical ablines. I
wish to color each interval between two ablines in a different color...
Could you please indicate me how to do this efficiently?
Thank you!
Georg.
********************
Georg Ehret
Johns Hopkins
Baltimore
[[alternative HTML version deleted]]
2013 Jul 07
1
Shutdown hangs on unmount of a gjournaled file system in 8-Stable
The problem occurs after an update of 8-stable from r248120 to r252111.
Sometimes shutdown hangs:
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining...0 0 done
All buffers synced.
>From the kernel
2012 Oct 02
1
ahcich reset -> cannot mount zfs root in 9.1-PRE
...Tracing input monitor
hdaa0: Tracing nid 11 to out
hdaa0: nid 11 is input monitor
hdaa0: Tracing nid 34 to out
hdaa0: Tracing nid 35 to out
hdaa0: Tracing other input monitors
hdaa0: Tracing nid 24 to out
hdaa0: Tracing nid 26 to out
hdaa0: Tracing beeper
hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
hdaa0:
hdaa0: +-------------------+
hdaa0: | DUMPING HDA NODES |
hdaa0: +-------------------+
hdaa0:
hdaa0: Default Parameter
hdaa0: -----------------
hdaa0: Stream cap: 0x00000001
hdaa0: PCM
hdaa0: PCM cap: 0x000e0160
hdaa0:...
2012 Sep 30
2
rsync over NFSv4
Hi,
my FreeBSD-9/stable machine (FreeBSD freebsd-tower.goebo.site
9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r241044M: Sat Sep 29 12:52:01
CEST 2012 lbo@freebsd-tower.goebo.site:/usr/obj/usr/src/sys/GENERIC
i386) crashes reproducibly when rsync-ing files to an NFSv4 share on
the FreeBSD machine. The crash makes the system reboot. The crash
creates files in /var/crash which may be obtained
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...GING,
ONE_SAMPLE, val);
- break;
case IIO_CHAN_INFO_AVERAGE_RAW:
return meson_sar_adc_get_sample(indio_dev, chan,
MEAN_AVERAGING, EIGHT_SAMPLES,
val);
- break;
case IIO_CHAN_INFO_SCALE:
if (chan->type == IIO_VOLTAGE) {
ret = regulator_get_voltage(priv->vref);
if (ret < 0) {
diff --git a/drivers/iio/imu/bmi160/bmi160_core.c b/drivers/iio/imu/bmi160/bmi160_core.c
index 222ebb26f013..431076dc0d2c 100644
--- a/drivers/iio/imu/bmi160/bmi160_core.c
+++ b/drivers/iio/imu/bmi160/bmi160_core.c
@@ -484,11 +484,10 @@ static int bmi160_write_raw(struct iio...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...GING,
ONE_SAMPLE, val);
- break;
case IIO_CHAN_INFO_AVERAGE_RAW:
return meson_sar_adc_get_sample(indio_dev, chan,
MEAN_AVERAGING, EIGHT_SAMPLES,
val);
- break;
case IIO_CHAN_INFO_SCALE:
if (chan->type == IIO_VOLTAGE) {
ret = regulator_get_voltage(priv->vref);
if (ret < 0) {
diff --git a/drivers/iio/imu/bmi160/bmi160_core.c b/drivers/iio/imu/bmi160/bmi160_core.c
index 222ebb26f013..431076dc0d2c 100644
--- a/drivers/iio/imu/bmi160/bmi160_core.c
+++ b/drivers/iio/imu/bmi160/bmi160_core.c
@@ -484,11 +484,10 @@ static int bmi160_write_raw(struct iio...
2012 Sep 20
2
Xorg nvidia-driver GT 650M cause system reboot on my MacBook Retina 9.1RC1
...: hdaa0: Looking for additional DAC for association 2 (15)
Sep 20 15:40:31 rmbp kernel: hdaa0: Tracing input monitor
Sep 20 15:40:31 rmbp kernel: hdaa0: Tracing other input monitors
Sep 20 15:40:31 rmbp kernel: hdaa0: Tracing beeper
Sep 20 15:40:31 rmbp kernel: hdaa0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
Sep 20 15:40:31 rmbp kernel: hdaa0:
Sep 20 15:40:31 rmbp kernel: hdaa0: +-------------------+
Sep 20 15:40:31 rmbp kernel: hdaa0: | DUMPING HDA NODES |
Sep 20 15:40:31 rmbp kernel: hdaa0: +-------------------+
Sep 20 15:40:31 rmbp kernel: hdaa0:
Sep 20 15:40:31 rmbp kerne...