Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571721
| From | Andreas Boll <andreas.boll.dev@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/2] drm amdgpu/radeon: clean up d3_delay usage |
| Date | 2017-02-01 17:40 +0100 |
| Message-ID | <t666S-8hp-23@gated-at.bofh.it> (permalink) |
| References | <t65Xc-8e7-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
For the series:
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
2017-02-01 17:22 GMT+01:00 Bjorn Helgaas <bhelgaas@google.com>:
> amdgpu doesn't need to touch pdev->d3_delay at all.
>
> radeon has a d3_delay quirk for MacBook Pro, but it only affects
> radeon_switcheroo_set_state(). I think it should affect wakeups done by
> the PCI core as well.
>
> Changes from v1 to v2:
> - Fix accidental removal of "{ 0, 0, 0, 0, 0 }" quirk list termination
> (thanks, Andreas Boll!)
> - Add ack from Alex Deucher
> ---
>
> Bjorn Helgaas (2):
> drm/amdgpu: remove unnecessary save/restore of pdev->d3_delay
> drm/radeon: make MacBook Pro d3_delay quirk more generic
>
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ----
> drivers/gpu/drm/radeon/radeon_device.c | 11 -----------
> drivers/pci/quirks.c | 13 +++++++++++++
> 3 files changed, 13 insertions(+), 15 deletions(-)
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/2] drm amdgpu/radeon: clean up d3_delay usage Bjorn Helgaas <bhelgaas@google.com> - 2017-02-01 17:30 +0100 [PATCH v2 1/2] drm/amdgpu: remove unnecessary save/restore of pdev->d3_delay Bjorn Helgaas <bhelgaas@google.com> - 2017-02-01 17:30 +0100 [PATCH v2 2/2] drm/radeon: make MacBook Pro d3_delay quirk more generic Bjorn Helgaas <bhelgaas@google.com> - 2017-02-01 17:30 +0100 Re: [PATCH v2 0/2] drm amdgpu/radeon: clean up d3_delay usage Andreas Boll <andreas.boll.dev@gmail.com> - 2017-02-01 17:40 +0100
csiph-web