On Mon, Apr 02, 2012 at 12:40:39PM +0900, Kyungmin Park wrote:
> On Mon, Apr 2, 2012 at 12:34 AM, Rob Clark wrote:
> > On Sat, Mar 31, 2012 at 6:58 PM, Linus Torvalds
> > wrote:
> >> - drm dma-buf prime support. Dave Airlie sent me the pull request but
> >> didn't push very hard for it, it's in
>
> Ok, not that trivial...
>
> The problem is more like POWER_SUPPLY should be a bool, not a
> tristate.
>
> If you think about it: you don't want things like nouveau to depend
> on a
> random subsystem like that, people will never get it. In fact,
> POWER_SUPPLY provides empty inline stubs wh
Totally unexpected that this regressed. Luckily it sounds like we just
need to have dmar disable on the igfx, not the entire system. At least
that's what a few days of testing between Tony Vroon and me indicates.
Reported-by: Tony Vroon
Cc: Tony Vroon
Bugzilla: https://bugzilla.kernel.org/show_b
On Mon, 2 Apr 2012 10:08:35 +0200, Daniel Vetter
wrote:
> Totally unexpected that this regressed. Luckily it sounds like we just
> need to have dmar disable on the igfx, not the entire system. At least
> that's what a few days of testing between Tony Vroon and me indicates.
>
> Reported-by: Ton
On Mon, 2012-04-02 at 05:00 -0400, David Airlie wrote:
> > - Better: Just make the bloody thing a bool :-) The power supply
> > framework itself is small enough, just make it a boolean option and
> > avoid the problem entirely. The actual power supply sub drivers can
> > remain modular of course.
this patch adds libdrm_exynos helper layer that inclues some intefaces
for exynos specific gem and virtual display driver and also adds exynos
module name to modtest and vbltest.
this patch is based on a link below:
git://anongit.freedesktop.org/mesa/drm
commit id: e057a56448e2e785
On Sun, Apr 1, 2012 at 11:34 AM, Rob Clark wrote:
> On Sat, Mar 31, 2012 at 6:58 PM, Linus Torvalds
> wrote:
>> - drm dma-buf prime support. Dave Airlie sent me the pull request but
>> didn't push very hard for it, it's in my "ok, I can still pull it for
>> 3.4 if individual DRM driver people te
From: Dave Airlie
This lets the kernel tell userspace if the device supports prime
import/export.
This is useful for -modesetting at least, but would be nice for other
drivers.
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/drm_ioctl.c |4
include/drm/drm.h |4
2 f
https://bugzilla.kernel.org/show_bug.cgi?id=42920
--- Comment #8 from j.fi...@gmail.com 2012-04-02 13:58:16 ---
The problem is solved! I forgot I have a custom dsdt.hex, created with small
amount of UMA memory. Removing the custom dsdt.hex solves the problem:
[6.976583] [drm] Initialized
https://bugzilla.kernel.org/show_bug.cgi?id=42920
j.fi...@gmail.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=48197
Bug #: 48197
Summary: DVI monitor connected to an Ati x1550 on standard
resolution blinks.
Classification: Unclassified
Product: DRI
Version: unspecified
Platform: x86
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #1 from ter...@gmail.com 2012-04-02 07:40:17 PDT ---
Created attachment 59381
--> https://bugs.freedesktop.org/attachment.cgi?id=59381
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #2 from Alex Deucher 2012-04-02 07:46:28 PDT ---
Does booting with radeon.disp_priority=2 on the kernel command line in grub
help?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #3 from ter...@gmail.com 2012-04-02 07:57:35 PDT ---
It doesn't help at all.
(In reply to comment #2)
> Does booting with radeon.disp_priority=2 on the kernel command line in grub
> help?
--
Configure bugmail: https://bugs.freedeskt
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #4 from Alex Deucher 2012-04-02 08:11:53 PDT ---
Does it only blink on the 1680x1050 mode or all modes on the DVI monitor?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mai
Hello!!
This last year the Openchrome support for the VIA chipsets has
come along way from being in a state of decay. The plan is to release
a Xorg driver June 1 that will have support for the KMS as well as UMS.
The goal is to have this xorg driver out in the wild before the kernel
side
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #5 from ter...@gmail.com 2012-04-02 08:25:14 PDT ---
Only in the 1680x1050 mode that way.
But it might happen very rarely on 1480x900.
I'm not sure about this though, it didn't happen recently.
(In reply to comment #4)
> Does it only
On Sat, Mar 31, 2012 at 4:09 PM, Ville Syrjälä wrote:
> On Fri, Mar 30, 2012 at 05:59:32PM -0500, Rob Clark wrote:
>> From: Rob Clark
>>
>> For drivers that can support rotated scanout, the extra parameter
>> checking in drm-core, while nice, tends to get confused. To solve
>> this drivers can s
https://bugs.freedesktop.org/show_bug.cgi?id=48203
Bug #: 48203
Summary: texture problem with KMS
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=46724
va...@gmx.de changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
On Mon, Apr 02, 2012 at 10:31:47AM -0500, Rob Clark wrote:
> On Sat, Mar 31, 2012 at 4:09 PM, Ville Syrjälä wrote:
> > On Fri, Mar 30, 2012 at 05:59:32PM -0500, Rob Clark wrote:
> >> From: Rob Clark
> >>
> >> For drivers that can support rotated scanout, the extra parameter
> >> checking in drm-c
Last known good: 3.3
Bad kernel: 3.4-rc1
Subsystem: power management/suspend/dri(intel)
When I resume from suspend to disk then system hangs on this screen:
http://mrutecki.pl/download/kernel/3.4-rc1/suspend_resume/DSC_5479.jpg
It does not help SysRq keys. Only I can force power off by hold power
On Mon, Apr 02, 2012 at 07:39:39PM +0200, Maciej Rutecki wrote:
> Last known good: 3.3
> Bad kernel: 3.4-rc1
> Subsystem: power management/suspend/dri(intel)
>
> When I resume from suspend to disk then system hangs on this screen:
> http://mrutecki.pl/download/kernel/3.4-rc1/suspend_resume/DSC_547
On Mon, Apr 02, 2012 at 08:26:14PM +0300, Ville Syrjälä wrote:
> On Mon, Apr 02, 2012 at 10:31:47AM -0500, Rob Clark wrote:
> > On Sat, Mar 31, 2012 at 4:09 PM, Ville Syrjälä wrote:
> > > On Fri, Mar 30, 2012 at 05:59:32PM -0500, Rob Clark wrote:
> > >> From: Rob Clark
> > >>
> > >> For drivers t
On poniedziałek, 2 kwietnia 2012 o 19:54:02 Daniel Vetter wrote:
> On Mon, Apr 02, 2012 at 07:39:39PM +0200, Maciej Rutecki wrote:
> > Last known good: 3.3
> > Bad kernel: 3.4-rc1
> > Subsystem: power management/suspend/dri(intel)
> >
> > When I resume from suspend to disk then system hangs on thi
On Mon, Apr 02, 2012 at 09:00:11PM +0200, Maciej Rutecki wrote:
> On poniedziałek, 2 kwietnia 2012 o 19:54:02 Daniel Vetter wrote:
> > On Mon, Apr 02, 2012 at 07:39:39PM +0200, Maciej Rutecki wrote:
> > > Last known good: 3.3
> > > Bad kernel: 3.4-rc1
> > > Subsystem: power management/suspend/dri(i
Inspired by the recent ppgtt regression report, where switching of
dmar only for the gpu seems to fix things completely, I've looked
again at the semaphores+vt-d situation.
Contrary to my earlier testing a few months back my system is now
stable with dmar disabled for the igd, and not only when di
https://bugs.freedesktop.org/show_bug.cgi?id=48131
--- Comment #3 from Benoit Jacob 2012-04-02 13:40:51 PDT
---
Maybe, if there is a package for Ubuntu 11.10 that is safe and easy to install?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving t
On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter wrote:
> Inspired by the recent ppgtt regression report, where switching of
> dmar only for the gpu seems to fix things completely, I've looked
> again at the semaphores+vt-d situation.
>
> Contrary to my earlier testing a few months back my system is
On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
> On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter wrote:
> > Inspired by the recent ppgtt regression report, where switching of
> > dmar only for the gpu seems to fix things completely, I've looked
> > again at the semaphores+vt-d s
https://bugs.freedesktop.org/show_bug.cgi?id=48131
--- Comment #4 from Robert Hooker (Sarvatt) 2012-04-02
14:35:38 PDT ---
The safest way would be to just try a 12.04 beta 2 or newer livecd out, it has
8.0.2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=48215
Bug #: 48215
Summary: [NV11] Display constantly switches on and off roughly
every 10 seconds.
Classification: Unclassified
Product: DRI
Version: XOrg CVS
Platform: x86
On Mon, Apr 2, 2012 at 1:52 PM, Daniel Vetter wrote:
> On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
>> On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter
>> wrote:
>> > Inspired by the recent ppgtt regression report, where switching of
>> > dmar only for the gpu seems to fix th
On Mon, Apr 02, 2012 at 02:44:14PM -0700, Andrew Lutomirski wrote:
> On Mon, Apr 2, 2012 at 1:52 PM, Daniel Vetter wrote:
> > On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
> >> On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter
> >> wrote:
> >> > Inspired by the recent ppgtt reg
https://bugs.freedesktop.org/show_bug.cgi?id=48131
Sven Arvidsson changed:
What|Removed |Added
CC||s...@whiz.se
--- Comment #5 from Sven A
https://bugs.freedesktop.org/show_bug.cgi?id=48131
Alex Deucher changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/Gallium/r600
--
Configure bugmai
https://bugs.freedesktop.org/show_bug.cgi?id=48215
Alex Buell changed:
What|Removed |Added
OS/Version|All |Linux (All)
--- Comment #1 from Alex Buell
The I2C specific suspend and resume functions have been deprecated and
printing a warning on boot for over a year, dev_pm_ops should be used
instead so convert to that.
Also remove the suspend function since all it does is log.
Signed-off-by: Mark Brown
Acked-by: Francisco Jerez
---
drivers/gp
Hi folks !
With CONFIG_POWER_SUPPLY=m & nouveau built-in we get a build failure:
drivers/built-in.o: In function `.nouveau_pm_trigger':
(.text+0xa56e8): undefined reference to `.power_supply_is_system_supplied'
nouveau probably needs to depends on CONFIG_POWER_SUPPLY to force a module
build with
Under some circumstances, pci_map_rom() can return a valid mapping
but a size of 0 (if it cannot find an image in the header).
This causes nouveau to try to kmalloc() a 0 sized pointer and
dereference it, which crashes.
Signed-off-by: Benjamin Herrenschmidt
---
Please send to Linus asap, withou
The code tries various methods for retreiving the BIOS data. However
it doesn't clear the bios->data pointer between the iterations.
In some cases, the shadow() method will fail and not update bios->data
at all, which will cause us to "score" the old data and incorrectly
attribute that score to th
On Mon, Apr 2, 2012 at 12:34 AM, Rob Clark wrote:
> On Sat, Mar 31, 2012 at 6:58 PM, Linus Torvalds
> wrote:
>> ?- drm dma-buf prime support. Dave Airlie sent me the pull request but
>> didn't push very hard for it, it's in my "ok, I can still pull it for
>> 3.4 if individual DRM driver people te
On Mon, 2012-04-02 at 11:06 +1000, Benjamin Herrenschmidt wrote:
> Hi folks !
>
> With CONFIG_POWER_SUPPLY=m & nouveau built-in we get a build failure:
>
> drivers/built-in.o: In function `.nouveau_pm_trigger':
> (.text+0xa56e8): undefined reference to `.power_supply_is_system_supplied'
>
> nouv
On Mon, Apr 02, 2012 at 12:40:39PM +0900, Kyungmin Park wrote:
> On Mon, Apr 2, 2012 at 12:34 AM, Rob Clark wrote:
> > On Sat, Mar 31, 2012 at 6:58 PM, Linus Torvalds
> > wrote:
> >> ?- drm dma-buf prime support. Dave Airlie sent me the pull request but
> >> didn't push very hard for it, it's in
>
> Ok, not that trivial...
>
> The problem is more like POWER_SUPPLY should be a bool, not a
> tristate.
>
> If you think about it: you don't want things like nouveau to depend
> on a
> random subsystem like that, people will never get it. In fact,
> POWER_SUPPLY provides empty inline stubs wh
Totally unexpected that this regressed. Luckily it sounds like we just
need to have dmar disable on the igfx, not the entire system. At least
that's what a few days of testing between Tony Vroon and me indicates.
Reported-by: Tony Vroon
Cc: Tony Vroon
Bugzilla: https://bugzilla.kernel.org/show_b
On Mon, 2 Apr 2012 10:08:35 +0200, Daniel Vetter
wrote:
> Totally unexpected that this regressed. Luckily it sounds like we just
> need to have dmar disable on the igfx, not the entire system. At least
> that's what a few days of testing between Tony Vroon and me indicates.
>
> Reported-by: Ton
On Mon, 2012-04-02 at 05:00 -0400, David Airlie wrote:
> > - Better: Just make the bloody thing a bool :-) The power supply
> > framework itself is small enough, just make it a boolean option and
> > avoid the problem entirely. The actual power supply sub drivers can
> > remain modular of course.
this patch adds libdrm_exynos helper layer that inclues some intefaces
for exynos specific gem and virtual display driver and also adds exynos
module name to modtest and vbltest.
this patch is based on a link below:
git://anongit.freedesktop.org/mesa/drm
commit id: e057a56448e2e785
On Sun, Apr 1, 2012 at 11:34 AM, Rob Clark wrote:
> On Sat, Mar 31, 2012 at 6:58 PM, Linus Torvalds
> wrote:
>> ?- drm dma-buf prime support. Dave Airlie sent me the pull request but
>> didn't push very hard for it, it's in my "ok, I can still pull it for
>> 3.4 if individual DRM driver people te
From: Dave Airlie
This lets the kernel tell userspace if the device supports prime
import/export.
This is useful for -modesetting at least, but would be nice for other
drivers.
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/drm_ioctl.c |4
include/drm/drm.h |4
2 f
https://bugzilla.kernel.org/show_bug.cgi?id=42920
--- Comment #8 from j.fikar at gmail.com 2012-04-02 13:58:16 ---
The problem is solved! I forgot I have a custom dsdt.hex, created with small
amount of UMA memory. Removing the custom dsdt.hex solves the problem:
[6.976583] [drm] Initiali
https://bugzilla.kernel.org/show_bug.cgi?id=42920
j.fikar at gmail.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=48197
Bug #: 48197
Summary: DVI monitor connected to an Ati x1550 on standard
resolution blinks.
Classification: Unclassified
Product: DRI
Version: unspecified
Platform: x86
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #1 from ter4py at gmail.com 2012-04-02 07:40:17 PDT ---
Created attachment 59381
--> https://bugs.freedesktop.org/attachment.cgi?id=59381
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Y
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #2 from Alex Deucher 2012-04-02 07:46:28 PDT
---
Does booting with radeon.disp_priority=2 on the kernel command line in grub
help?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #3 from ter4py at gmail.com 2012-04-02 07:57:35 PDT ---
It doesn't help at all.
(In reply to comment #2)
> Does booting with radeon.disp_priority=2 on the kernel command line in grub
> help?
--
Configure bugmail: https://bugs.freede
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #4 from Alex Deucher 2012-04-02 08:11:53 PDT
---
Does it only blink on the 1680x1050 mode or all modes on the DVI monitor?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
Hello!!
This last year the Openchrome support for the VIA chipsets has
come along way from being in a state of decay. The plan is to release
a Xorg driver June 1 that will have support for the KMS as well as UMS.
The goal is to have this xorg driver out in the wild before the kernel
side
https://bugs.freedesktop.org/show_bug.cgi?id=48197
--- Comment #5 from ter4py at gmail.com 2012-04-02 08:25:14 PDT ---
Only in the 1680x1050 mode that way.
But it might happen very rarely on 1480x900.
I'm not sure about this though, it didn't happen recently.
(In reply to comment #4)
> Does it on
On Sat, Mar 31, 2012 at 4:09 PM, Ville Syrj?l? wrote:
> On Fri, Mar 30, 2012 at 05:59:32PM -0500, Rob Clark wrote:
>> From: Rob Clark
>>
>> For drivers that can support rotated scanout, the extra parameter
>> checking in drm-core, while nice, tends to get confused. ?To solve
>> this drivers can s
https://bugs.freedesktop.org/show_bug.cgi?id=48203
Bug #: 48203
Summary: texture problem with KMS
Classification: Unclassified
Product: Mesa
Version: 7.11
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=46724
vand2 at gmx.de changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
On Mon, Apr 02, 2012 at 10:31:47AM -0500, Rob Clark wrote:
> On Sat, Mar 31, 2012 at 4:09 PM, Ville Syrj?l? wrote:
> > On Fri, Mar 30, 2012 at 05:59:32PM -0500, Rob Clark wrote:
> >> From: Rob Clark
> >>
> >> For drivers that can support rotated scanout, the extra parameter
> >> checking in drm-c
Last known good: 3.3
Bad kernel: 3.4-rc1
Subsystem: power management/suspend/dri(intel)
When I resume from suspend to disk then system hangs on this screen:
http://mrutecki.pl/download/kernel/3.4-rc1/suspend_resume/DSC_5479.jpg
It does not help SysRq keys. Only I can force power off by hold power
On Mon, Apr 02, 2012 at 07:39:39PM +0200, Maciej Rutecki wrote:
> Last known good: 3.3
> Bad kernel: 3.4-rc1
> Subsystem: power management/suspend/dri(intel)
>
> When I resume from suspend to disk then system hangs on this screen:
> http://mrutecki.pl/download/kernel/3.4-rc1/suspend_resume/DSC_547
On Mon, Apr 02, 2012 at 08:26:14PM +0300, Ville Syrj?l? wrote:
> On Mon, Apr 02, 2012 at 10:31:47AM -0500, Rob Clark wrote:
> > On Sat, Mar 31, 2012 at 4:09 PM, Ville Syrj?l? wrote:
> > > On Fri, Mar 30, 2012 at 05:59:32PM -0500, Rob Clark wrote:
> > >> From: Rob Clark
> > >>
> > >> For drivers t
On poniedzia?ek, 2 kwietnia 2012 o 19:54:02 Daniel Vetter wrote:
> On Mon, Apr 02, 2012 at 07:39:39PM +0200, Maciej Rutecki wrote:
> > Last known good: 3.3
> > Bad kernel: 3.4-rc1
> > Subsystem: power management/suspend/dri(intel)
> >
> > When I resume from suspend to disk then system hangs on thi
On Mon, Apr 02, 2012 at 09:00:11PM +0200, Maciej Rutecki wrote:
> On poniedzia?ek, 2 kwietnia 2012 o 19:54:02 Daniel Vetter wrote:
> > On Mon, Apr 02, 2012 at 07:39:39PM +0200, Maciej Rutecki wrote:
> > > Last known good: 3.3
> > > Bad kernel: 3.4-rc1
> > > Subsystem: power management/suspend/dri(i
Inspired by the recent ppgtt regression report, where switching of
dmar only for the gpu seems to fix things completely, I've looked
again at the semaphores+vt-d situation.
Contrary to my earlier testing a few months back my system is now
stable with dmar disabled for the igd, and not only when di
https://bugs.freedesktop.org/show_bug.cgi?id=48131
--- Comment #3 from Benoit Jacob 2012-04-02 13:40:51
PDT ---
Maybe, if there is a package for Ubuntu 11.10 that is safe and easy to install?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving t
On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter
wrote:
> Inspired by the recent ppgtt regression report, where switching of
> dmar only for the gpu seems to fix things completely, I've looked
> again at the semaphores+vt-d situation.
>
> Contrary to my earlier testing a few months back my system i
On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
> On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter
> wrote:
> > Inspired by the recent ppgtt regression report, where switching of
> > dmar only for the gpu seems to fix things completely, I've looked
> > again at the semaphores+vt-
https://bugs.freedesktop.org/show_bug.cgi?id=48131
--- Comment #4 from Robert Hooker (Sarvatt) 2012-04-02
14:35:38 PDT ---
The safest way would be to just try a 12.04 beta 2 or newer livecd out, it has
8.0.2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=48215
Bug #: 48215
Summary: [NV11] Display constantly switches on and off roughly
every 10 seconds.
Classification: Unclassified
Product: DRI
Version: XOrg CVS
Platform: x86
On Mon, Apr 2, 2012 at 1:52 PM, Daniel Vetter wrote:
> On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
>> On Mon, Apr 2, 2012 at 11:48 AM, Daniel Vetter
>> wrote:
>> > Inspired by the recent ppgtt regression report, where switching of
>> > dmar only for the gpu seems to fix th
https://bugs.freedesktop.org/show_bug.cgi?id=48131
Sven Arvidsson changed:
What|Removed |Added
CC||sa at whiz.se
--- Comment #5 from Sven
https://bugs.freedesktop.org/show_bug.cgi?id=48131
Alex Deucher changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/Gallium/r600
--
Configure bugmai
https://bugs.freedesktop.org/show_bug.cgi?id=48215
Alex Buell changed:
What|Removed |Added
OS/Version|All |Linux (All)
--- Comment #1 from Alex Buell
Hi,
how's that for a hijacked thread?
- timing completely bollocks... (2010)
- author completely... err, something else :)
- versioning now in a completely different league
For the dazed and confused among you, rescue is to be found... here:
https://lkml.org/lkml/2010/7/6/108 (original parent)
O
The I2C specific suspend and resume functions have been deprecated and
printing a warning on boot for over a year, dev_pm_ops should be used
instead so convert to that.
Also remove the suspend function since all it does is log.
Signed-off-by: Mark Brown
Acked-by: Francisco Jerez
---
drivers/gp
82 matches
Mail list logo