From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Inki Dae <inki.dae@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Kevin Hilman <khilman@kernel.org>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Andrzej Hajda <a.hajda@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-samsung-soc@vger.kernel.org,
Grygorii Strashko <grygorii.strashko@ti.com>,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH v2 2/2] drm/exynos/dsi: Add runtime PM so LCD power domain could be turned off
Date: Fri, 14 Nov 2014 08:32:58 +0100 [thread overview]
Message-ID: <1415950378.25732.0.camel@AMDC1943> (raw)
In-Reply-To: <54656E9A.8040702@samsung.com>
On pią, 2014-11-14 at 11:53 +0900, Inki Dae wrote:
> On 2014년 11월 07일 22:53, Krzysztof Kozlowski wrote:
> > Add runtime Power Management to the Exynos DSI driver so the LCD power
> > domain could be turned off.
> >
> > This slightly reduces the energy consumption when screen is completely
> > turned off. On Trats2 board when the system was idle the energy
> > consumption dropped by 1% (from 92.2 mA to 91.1 mA).
> >
> > Before the patch:
> > $ cat cat /sys/kernel/debug/pm_genpd/pm_genpd_summary
> > lcd0-power-domain on
> > /devices/11c00000.fimd suspended
> > /devices/11c80000.dsi unsupported
> >
> > After applying the patch:
> > lcd0-power-domain off
> > /devices/11c00000.fimd suspended
> > /devices/11c80000.dsi suspended
>
> Reasonable but this patch incurs page flip test timeout like below,
> # modetest -v -s 15@12:720x1280
> trying to open device 'i915'...failed.
> trying to open device 'radeon'...failed.
> trying to open device 'nouveau'...failed.
> trying to open device 'vmwgfx'...failed.
> trying to open device 'omapdrm'...failed.
> trying to open device 'exynos'...success.
> setting mode 720x1280-0Hz@XR24 on connectors 15, crtc 12
> select timed out or error (ret 0)
>
> I'm not sure why this issue is incurred with this patch even through
> this patch is reasonable and correct. So we need more checking.
>
> P.S. I tested it on exynos-drm-next and m0 board.
Thanks for pointing this issue. I'll investigate it.
Best regards,
Krzysztof
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] drm/exynos/dsi: Add runtime PM so LCD power domain could be turned off
Date: Fri, 14 Nov 2014 08:32:58 +0100 [thread overview]
Message-ID: <1415950378.25732.0.camel@AMDC1943> (raw)
In-Reply-To: <54656E9A.8040702@samsung.com>
On pi?, 2014-11-14 at 11:53 +0900, Inki Dae wrote:
> On 2014? 11? 07? 22:53, Krzysztof Kozlowski wrote:
> > Add runtime Power Management to the Exynos DSI driver so the LCD power
> > domain could be turned off.
> >
> > This slightly reduces the energy consumption when screen is completely
> > turned off. On Trats2 board when the system was idle the energy
> > consumption dropped by 1% (from 92.2 mA to 91.1 mA).
> >
> > Before the patch:
> > $ cat cat /sys/kernel/debug/pm_genpd/pm_genpd_summary
> > lcd0-power-domain on
> > /devices/11c00000.fimd suspended
> > /devices/11c80000.dsi unsupported
> >
> > After applying the patch:
> > lcd0-power-domain off
> > /devices/11c00000.fimd suspended
> > /devices/11c80000.dsi suspended
>
> Reasonable but this patch incurs page flip test timeout like below,
> # modetest -v -s 15 at 12:720x1280
> trying to open device 'i915'...failed.
> trying to open device 'radeon'...failed.
> trying to open device 'nouveau'...failed.
> trying to open device 'vmwgfx'...failed.
> trying to open device 'omapdrm'...failed.
> trying to open device 'exynos'...success.
> setting mode 720x1280-0Hz at XR24 on connectors 15, crtc 12
> select timed out or error (ret 0)
>
> I'm not sure why this issue is incurred with this patch even through
> this patch is reasonable and correct. So we need more checking.
>
> P.S. I tested it on exynos-drm-next and m0 board.
Thanks for pointing this issue. I'll investigate it.
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
David Airlie <airlied@linux.ie>,
Kukjin Kim <kgene.kim@samsung.com>,
dri-devel@lists.freedesktop.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
Andrzej Hajda <a.hajda@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Grygorii Strashko <grygorii.strashko@ti.com>,
Kevin Hilman <khilman@kernel.org>
Subject: Re: [PATCH v2 2/2] drm/exynos/dsi: Add runtime PM so LCD power domain could be turned off
Date: Fri, 14 Nov 2014 08:32:58 +0100 [thread overview]
Message-ID: <1415950378.25732.0.camel@AMDC1943> (raw)
In-Reply-To: <54656E9A.8040702@samsung.com>
On pią, 2014-11-14 at 11:53 +0900, Inki Dae wrote:
> On 2014년 11월 07일 22:53, Krzysztof Kozlowski wrote:
> > Add runtime Power Management to the Exynos DSI driver so the LCD power
> > domain could be turned off.
> >
> > This slightly reduces the energy consumption when screen is completely
> > turned off. On Trats2 board when the system was idle the energy
> > consumption dropped by 1% (from 92.2 mA to 91.1 mA).
> >
> > Before the patch:
> > $ cat cat /sys/kernel/debug/pm_genpd/pm_genpd_summary
> > lcd0-power-domain on
> > /devices/11c00000.fimd suspended
> > /devices/11c80000.dsi unsupported
> >
> > After applying the patch:
> > lcd0-power-domain off
> > /devices/11c00000.fimd suspended
> > /devices/11c80000.dsi suspended
>
> Reasonable but this patch incurs page flip test timeout like below,
> # modetest -v -s 15@12:720x1280
> trying to open device 'i915'...failed.
> trying to open device 'radeon'...failed.
> trying to open device 'nouveau'...failed.
> trying to open device 'vmwgfx'...failed.
> trying to open device 'omapdrm'...failed.
> trying to open device 'exynos'...success.
> setting mode 720x1280-0Hz@XR24 on connectors 15, crtc 12
> select timed out or error (ret 0)
>
> I'm not sure why this issue is incurred with this patch even through
> this patch is reasonable and correct. So we need more checking.
>
> P.S. I tested it on exynos-drm-next and m0 board.
Thanks for pointing this issue. I'll investigate it.
Best regards,
Krzysztof
next prev parent reply other threads:[~2014-11-14 7:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-07 13:53 [PATCH v2 0/2] DRM: Add runtime PM to Exynos DSI Krzysztof Kozlowski
2014-11-07 13:53 ` Krzysztof Kozlowski
2014-11-07 13:53 ` [PATCH v2 1/2] drm/exynos: Fix DSI resuming fail because power domain being off Krzysztof Kozlowski
2014-11-07 13:53 ` Krzysztof Kozlowski
2014-11-07 13:53 ` Krzysztof Kozlowski
2014-11-14 2:56 ` Inki Dae
2014-11-14 2:56 ` Inki Dae
2014-11-07 13:53 ` [PATCH v2 2/2] drm/exynos/dsi: Add runtime PM so LCD power domain could be turned off Krzysztof Kozlowski
2014-11-07 13:53 ` Krzysztof Kozlowski
2014-11-07 13:53 ` Krzysztof Kozlowski
2014-11-14 2:53 ` Inki Dae
2014-11-14 2:53 ` Inki Dae
2014-11-14 7:32 ` Krzysztof Kozlowski [this message]
2014-11-14 7:32 ` Krzysztof Kozlowski
2014-11-14 7:32 ` Krzysztof Kozlowski
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=1415950378.25732.0.camel@AMDC1943 \
--to=k.kozlowski@samsung.com \
--cc=a.hajda@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=grygorii.strashko@ti.com \
--cc=inki.dae@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=khilman@kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=sw0312.kim@samsung.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.