search for: osi

Displaying 20 results from an estimated 160 matches for "osi".

Did you mean: os
2019 Nov 20
1
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Wed, Nov 20, 2019 at 01:22:16PM +0200, Mika Westerberg wrote: > If (((OSYS <= 0x07D9) || ((OSYS == 0x07DF) && (_REV == > 0x05)))) > { The OSYS comes from this (in DSDT): If (_OSI ("Windows 2009")) { OSYS = 0x07D9 } If (_OSI ("Windows 2012")) { OSYS = 0x07DC } If (_OSI ("Windows 2013")) {...
2019 Aug 14
1
[PATCH 3/7] Revert "ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3"
...gt; > CC: Alex Hung <alex.hung at canonical.com> > CC: Rafael J. Wysocki <rafael.j.wysocki at intel.com> > CC: Dave Airlie <airlied at redhat.com> > CC: Lyude Paul <lyude at redhat.com> > CC: Ben Skeggs <bskeggs at redhat.com> > --- > drivers/acpi/osi.c | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c > index 56cc95b6b724..f5d559a2ff14 100644 > --- a/drivers/acpi/osi.c > +++ b/drivers/acpi/osi.c > @@ -44,15 +44,6 @@ osi_setup_entries[OSI_STRING_ENTRIES_MAX] __initdata =...
2019 Aug 14
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...l Herbst <kherbst at redhat.com> CC: Alex Hung <alex.hung at canonical.com> CC: Rafael J. Wysocki <rafael.j.wysocki at intel.com> CC: Dave Airlie <airlied at redhat.com> CC: Lyude Paul <lyude at redhat.com> CC: Ben Skeggs <bskeggs at redhat.com> --- drivers/acpi/osi.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c index bec0bebc7f52..9b20ac4d79a0 100644 --- a/drivers/acpi/osi.c +++ b/drivers/acpi/osi.c @@ -61,13 +61,6 @@ osi_setup_entries[OSI_STRING_ENTRIES_MAX] __initdata = { * a BIOS workaround. */ {...
2019 Aug 14
0
[PATCH 3/7] Revert "ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3"
...l Herbst <kherbst at redhat.com> CC: Alex Hung <alex.hung at canonical.com> CC: Rafael J. Wysocki <rafael.j.wysocki at intel.com> CC: Dave Airlie <airlied at redhat.com> CC: Lyude Paul <lyude at redhat.com> CC: Ben Skeggs <bskeggs at redhat.com> --- drivers/acpi/osi.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c index 56cc95b6b724..f5d559a2ff14 100644 --- a/drivers/acpi/osi.c +++ b/drivers/acpi/osi.c @@ -44,15 +44,6 @@ osi_setup_entries[OSI_STRING_ENTRIES_MAX] __initdata = { {"Processor Device"...
2020 Jul 17
3
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...g at canonical.com> CC: "Rafael J. Wysocki" <rjw at rjwysocki.net> CC: Len Brown <lenb at kernel.org> CC: Lyude Paul <lyude at redhat.com> CC: linux-kernel at vger.kernel.org CC: dri-devel at lists.freedesktop.org CC: nouveau at lists.freedesktop.org --- drivers/acpi/osi.c | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c index 9f68538091384..d4405e1ca9b97 100644 --- a/drivers/acpi/osi.c +++ b/drivers/acpi/osi.c @@ -44,30 +44,6 @@ osi_setup_entries[OSI_STRING_ENTRIES_MAX] __initdata = { {"Pro...
2019 Nov 20
4
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
On Wed, Nov 20, 2019 at 11:52:22AM +0100, Rafael J. Wysocki wrote: > On Wed, Nov 20, 2019 at 11:18 AM Mika Westerberg > <mika.westerberg at intel.com> wrote: > > > > Hi Karol, > > > > On Tue, Nov 19, 2019 at 11:26:45PM +0100, Karol Herbst wrote: > > > On Tue, Nov 19, 2019 at 10:50 PM Bjorn Helgaas <helgaas at kernel.org> wrote: > > > >
2020 Jul 19
2
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...wysocki.net> > > CC: Len Brown <lenb at kernel.org> > > CC: Lyude Paul <lyude at redhat.com> > > CC: linux-kernel at vger.kernel.org > > CC: dri-devel at lists.freedesktop.org > > CC: nouveau at lists.freedesktop.org > > --- > > drivers/acpi/osi.c | 24 ------------------------ > > 1 file changed, 24 deletions(-) > > > > diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c > > index 9f68538091384..d4405e1ca9b97 100644 > > --- a/drivers/acpi/osi.c > > +++ b/drivers/acpi/osi.c > > @@ -44,30 +44,6 @@...
2020 Jul 17
0
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...fael J. Wysocki" <rjw at rjwysocki.net> > CC: Len Brown <lenb at kernel.org> > CC: Lyude Paul <lyude at redhat.com> > CC: linux-kernel at vger.kernel.org > CC: dri-devel at lists.freedesktop.org > CC: nouveau at lists.freedesktop.org > --- > drivers/acpi/osi.c | 24 ------------------------ > 1 file changed, 24 deletions(-) > > diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c > index 9f68538091384..d4405e1ca9b97 100644 > --- a/drivers/acpi/osi.c > +++ b/drivers/acpi/osi.c > @@ -44,30 +44,6 @@ osi_setup_entries[OSI_STRING_ENTRI...
2019 Aug 15
0
[PATCH 3/7] Revert "ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3"
...x.hung at canonical.com> > > CC: Rafael J. Wysocki <rafael.j.wysocki at intel.com> > > CC: Dave Airlie <airlied at redhat.com> > > CC: Lyude Paul <lyude at redhat.com> > > CC: Ben Skeggs <bskeggs at redhat.com> > > --- > > drivers/acpi/osi.c | 9 --------- > > 1 file changed, 9 deletions(-) > > > > diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c > > index 56cc95b6b724..f5d559a2ff14 100644 > > --- a/drivers/acpi/osi.c > > +++ b/drivers/acpi/osi.c > > @@ -44,15 +44,6 @@ osi_setup_entries[O...
2020 Jul 20
0
[PATCH] RFC: ACPI / OSI: remove workarounds for hybrid graphics laptops
...gt;> CC: Len Brown <lenb at kernel.org> >>> CC: Lyude Paul <lyude at redhat.com> >>> CC: linux-kernel at vger.kernel.org >>> CC: dri-devel at lists.freedesktop.org >>> CC: nouveau at lists.freedesktop.org >>> --- >>> drivers/acpi/osi.c | 24 ------------------------ >>> 1 file changed, 24 deletions(-) >>> >>> diff --git a/drivers/acpi/osi.c b/drivers/acpi/osi.c >>> index 9f68538091384..d4405e1ca9b97 100644 >>> --- a/drivers/acpi/osi.c >>> +++ b/drivers/acpi/osi.c >>&gt...
2019 Aug 14
10
[PATCH 0/7] Adding a proper workaround for fixing RTD3 issues with Nouveau
...r landed. The last four are adding a workaround to nouveau which seem to help quite a lot with the RTD3 issues with Nouveau, so let's discuss and get wider testing of those and see if there is any fallout or laptops where the issues don't get fixed. Karol Herbst (7): Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output" Revert "ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio" Revert "ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3" drm/nouveau/pci: enable pcie link changes for pascal drm/nouveau/pci: add nvkm_pc...
2019 Nov 20
0
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...> > On Wed, Nov 20, 2019 at 01:22:16PM +0200, Mika Westerberg wrote: > > If (((OSYS <= 0x07D9) || ((OSYS == 0x07DF) && (_REV == > > 0x05)))) > > { > > The OSYS comes from this (in DSDT): > > If (_OSI ("Windows 2009")) > { > OSYS = 0x07D9 > } > > If (_OSI ("Windows 2012")) > { > OSYS = 0x07DC > } > > If (_OSI (&q...
2003 Jul 04
1
rsync for directory structures only
I am looking to only sync directories not any files within them.. Is there a switch/trick available for this in rsync ? Thanks for any suggestions !! Tim Nelson Senior UNIX Systems Administrator OSI Support Services, Inc. 2520 N. 170th Street New Berlin, WI 53151 T: 262-780-2134 F: 262-780-2050 E: tim.nelson@osioutsourcing.com Outsourcing services are primarily performed by OSI Outsourcing Services, Inc.; collection services are primarily performed by OSI Collection Services, Inc.; lette...
2019 Nov 20
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...01:22:16PM +0200, Mika Westerberg wrote: > > > If (((OSYS <= 0x07D9) || ((OSYS == 0x07DF) && (_REV == > > > 0x05)))) > > > { > > > > The OSYS comes from this (in DSDT): > > > > If (_OSI ("Windows 2009")) > > { > > OSYS = 0x07D9 > > } > > > > If (_OSI ("Windows 2012")) > > { > > OSYS = 0x07DC > >...
2019 Aug 15
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...com> > > Sent: Thursday, August 15, 2019 9:25 AM > > To: Limonciello, Mario > > Cc: Dave Airlie; LKML; Linux ACPI Mailing List; dri-devel; nouveau; Rafael J . > > Wysocki; Alex Hung; Ben Skeggs; David Airlie > > Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to > > enable dGPU direct output" > > > > > > [EXTERNAL EMAIL] > > > > On Thu, Aug 15, 2019 at 4:20 PM <Mario.Limonciello at dell.com> wrote: > > > > > > > > There are definitely going to be regressions on m...
2019 Aug 15
1
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...st <kherbst at redhat.com> > Sent: Thursday, August 15, 2019 9:25 AM > To: Limonciello, Mario > Cc: Dave Airlie; LKML; Linux ACPI Mailing List; dri-devel; nouveau; Rafael J . > Wysocki; Alex Hung; Ben Skeggs; David Airlie > Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to > enable dGPU direct output" > > > [EXTERNAL EMAIL] > > On Thu, Aug 15, 2019 at 4:20 PM <Mario.Limonciello at dell.com> wrote: > > > > > > There are definitely going to be regressions on machines in the field with > the &g...
2019 Aug 15
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...48 PM > > > > > > To: Karol Herbst > > > > > > Cc: LKML; Linux ACPI; dri-devel; nouveau; Rafael J . Wysocki; Alex Hung; > Ben > > > > > > Skeggs; Dave Airlie > > > > > > Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI > string to > > > > > > enable dGPU direct output" > > > > > > > > > > > > On Thu, 15 Aug 2019 at 07:31, Karol Herbst <kherbst at redhat.com> > wrote: > > > > > > > > > > > > &gt...
2019 Aug 15
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...> > > To: Karol Herbst > > > > > > > Cc: LKML; Linux ACPI; dri-devel; nouveau; Rafael J . Wysocki; Alex Hung; > > Ben > > > > > > > Skeggs; Dave Airlie > > > > > > > Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI > > string to > > > > > > > enable dGPU direct output" > > > > > > > > > > > > > > On Thu, 15 Aug 2019 at 07:31, Karol Herbst <kherbst at redhat.com> > > wrote: > > > > > > > &gt...
2019 Aug 15
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...> > > To: Karol Herbst > > > > > > > Cc: LKML; Linux ACPI; dri-devel; nouveau; Rafael J . Wysocki; Alex Hung; > > Ben > > > > > > > Skeggs; Dave Airlie > > > > > > > Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI > > string to > > > > > > > enable dGPU direct output" > > > > > > > > > > > > > > On Thu, 15 Aug 2019 at 07:31, Karol Herbst <kherbst at redhat.com> > > wrote: > > > > > > > &gt...
2019 Aug 15
0
[PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
...> On > > Behalf Of Dave Airlie > > Sent: Wednesday, August 14, 2019 5:48 PM > > To: Karol Herbst > > Cc: LKML; Linux ACPI; dri-devel; nouveau; Rafael J . Wysocki; Alex Hung; Ben > > Skeggs; Dave Airlie > > Subject: Re: [Nouveau] [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to > > enable dGPU direct output" > > > > On Thu, 15 Aug 2019 at 07:31, Karol Herbst <kherbst at redhat.com> wrote: > > > > > > This reverts commit 28586a51eea666d5531bcaef2f68e4abbd87242c. > > > > > > The origina...