All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukas Wunner <lukas@wunner.de>
To: Daniel Vetter <daniel@ffwll.ch>,
	Alex Deucher <alexander.deucher@amd.com>,
	Sean Paul <seanpaul@chromium.org>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Gustavo Padovan <gustavo@padovan.org>,
	Bjorn Helgaas <bhelgaas@google.com>
Cc: alsa-devel@alsa-project.org, Martin Lopatar <lopin@dataplex.cz>,
	nouveau@lists.freedesktop.org, Maik Freudenberg <hhfeuer@gmx.de>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Denis Lisov <dennis.lissov@gmail.com>,
	dri-devel@lists.freedesktop.org,
	Daniel Drake <dan@reactivated.net>,
	Hans de Goede <hdegoede@redhat.com>,
	Kai-Heng Feng <kai.heng.feng@canonical.com>,
	Peter Wu <peter@lekensteyn.nl>,
	linux-pci@vger.kernel.org, Takashi Iwai <tiwai@suse.com>
Subject: Re: [PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
Date: Wed, 14 Mar 2018 07:07:20 +0100	[thread overview]
Message-ID: <20180314060720.GA24283@wunner.de> (raw)
In-Reply-To: <20180311155549.GA11806@wunner.de>

On Sun, Mar 11, 2018 at 04:55:49PM +0100, Lukas Wunner wrote:
> > On Sat, Mar 03, 2018 at 10:53:24AM +0100, Lukas Wunner wrote:
> > > Modernize vga_switcheroo by using a device link to enforce a runtime PM
> > > dependency from an HDA controller to the GPU it's integrated into, v2.
> > > 
> > > https://github.com/l1k/linux/commits/switcheroo_devlink_v2
> 
> If there are no objections, I plan to push the series to
> drm-misc-next by the middle of the coming week so that it
> would still catch the last train to 4.17.

Pushed to drm-misc-next now with Bjorn's changelog tweak and ack for
patch [1/1].

Thanks a lot everyone for the reviews, acks, testing & comments.

Lukas
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Lukas Wunner <lukas@wunner.de>
To: Daniel Vetter <daniel@ffwll.ch>,
	Alex Deucher <alexander.deucher@amd.com>,
	Sean Paul <seanpaul@chromium.org>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Gustavo Padovan <gustavo@padovan.org>,
	Bjorn Helgaas <bhelgaas@google.com>
Cc: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	linux-pci@vger.kernel.org, Daniel Drake <dan@reactivated.net>,
	Denis Lisov <dennis.lissov@gmail.com>,
	Peter Wu <peter@lekensteyn.nl>,
	Martin Lopatar <lopin@dataplex.cz>,
	Maik Freudenberg <hhfeuer@gmx.de>, Takashi Iwai <tiwai@suse.com>,
	Lyude Paul <lyude@redhat.com>,
	Hans de Goede <hdegoede@redhat.com>,
	alsa-devel@alsa-project.org, Mike Lothian <mike@fireburn.co.uk>,
	Kai-Heng Feng <kai.heng.feng@canonical.com>
Subject: Re: [PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
Date: Wed, 14 Mar 2018 07:07:20 +0100	[thread overview]
Message-ID: <20180314060720.GA24283@wunner.de> (raw)
In-Reply-To: <20180311155549.GA11806@wunner.de>

On Sun, Mar 11, 2018 at 04:55:49PM +0100, Lukas Wunner wrote:
> > On Sat, Mar 03, 2018 at 10:53:24AM +0100, Lukas Wunner wrote:
> > > Modernize vga_switcheroo by using a device link to enforce a runtime PM
> > > dependency from an HDA controller to the GPU it's integrated into, v2.
> > > 
> > > https://github.com/l1k/linux/commits/switcheroo_devlink_v2
> 
> If there are no objections, I plan to push the series to
> drm-misc-next by the middle of the coming week so that it
> would still catch the last train to 4.17.

Pushed to drm-misc-next now with Bjorn's changelog tweak and ack for
patch [1/1].

Thanks a lot everyone for the reviews, acks, testing & comments.

Lukas

  parent reply	other threads:[~2018-03-14  6:07 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03  9:53 [PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA Lukas Wunner
2018-03-03  9:53 ` Lukas Wunner
2018-03-03  9:53 ` [PATCH v2 4/7] vga_switcheroo: Deduplicate power state tracking Lukas Wunner
     [not found] ` <cover.1520068884.git.lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2018-03-03  9:53   ` [PATCH v2 3/7] vga_switcheroo: Update PCI current_state on power change Lukas Wunner
2018-03-03  9:53   ` [PATCH v2 7/7] drm/nouveau: Runtime suspend despite HDA being unbound Lukas Wunner
2018-03-03  9:53   ` [PATCH v2 6/7] vga_switcheroo: Let HDA autosuspend on mux change Lukas Wunner
2018-03-03  9:53   ` [PATCH v2 2/7] PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() public Lukas Wunner
2018-03-03  9:53 ` [PATCH v2 5/7] vga_switcheroo: Use device link for HDA controller Lukas Wunner
2018-03-03  9:53   ` Lukas Wunner
2018-03-03  9:53 ` [PATCH v2 1/7] PCI: Restore config space on runtime resume despite being unbound Lukas Wunner
2018-03-03  9:53   ` Lukas Wunner
2018-03-13 17:34   ` Bjorn Helgaas
2018-03-13 17:34     ` Bjorn Helgaas
2018-03-05 20:58 ` [PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA Peter Wu
2018-03-05 20:58   ` Peter Wu
2018-03-10  6:09   ` Lukas Wunner
2018-03-10  6:09     ` Lukas Wunner
2018-03-06 10:29 ` Daniel Vetter
2018-03-06 10:29   ` Daniel Vetter
2018-03-11 15:55   ` Lukas Wunner
2018-03-11 15:55     ` Lukas Wunner
2018-03-12 16:54     ` Daniel Vetter
2018-03-12 16:54       ` Daniel Vetter
2018-03-12 20:55       ` Lukas Wunner
2018-03-12 21:25         ` Takashi Iwai
2018-03-13 15:05         ` Daniel Vetter
2018-03-13 17:36     ` Bjorn Helgaas
2018-03-13 17:36       ` Bjorn Helgaas
2018-03-14  6:07     ` Lukas Wunner [this message]
2018-03-14  6:07       ` Lukas Wunner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180314060720.GA24283@wunner.de \
    --to=lukas@wunner.de \
    --cc=alexander.deucher@amd.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=bhelgaas@google.com \
    --cc=dan@reactivated.net \
    --cc=daniel@ffwll.ch \
    --cc=dennis.lissov@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo@padovan.org \
    --cc=hdegoede@redhat.com \
    --cc=hhfeuer@gmx.de \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=lopin@dataplex.cz \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=nouveau@lists.freedesktop.org \
    --cc=peter@lekensteyn.nl \
    --cc=rafael.j.wysocki@intel.com \
    --cc=seanpaul@chromium.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.