All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jassi Brar <jaswinder.singh@linaro.org>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Andy Green <andy.green@linaro.org>,
	mythripk@ti.com, linux-omap@vger.kernel.org,
	linux-fbdev@vger.kernel.org, n-dechesne@ti.com,
	patches@linaro.org
Subject: Re: [PATCH 3/3] OMAPDSS: HDMI: Cache EDID
Date: Thu, 28 Jun 2012 16:32:58 +0000	[thread overview]
Message-ID: <CAJe_ZhceO8TabHVZZ7BLqYE-EAhtSJxzwWv8eA7KfffSK_dxXQ@mail.gmail.com> (raw)
In-Reply-To: <CAJe_Zhdnc8TOY8hDiuZfjto9fTWnT8piGpjczApzfLVMnCcE7w@mail.gmail.com>

On 28 June 2012 21:18, Jassi Brar <jaswinder.singh@linaro.org> wrote:
> On 28 June 2012 20:57, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:

>>> > By the way, when the device is in system suspend, we surely won't detect
>>> > the HPD even if we kept the HPD always enabled. So there we'll miss the
>>> > HPD interrupt anyway, and the EDID cache would be invalid.
>>> >
>>> If omapdss already handles the possibility of display changed during
>>> suspend, I think we should be good :)
>>
>> Hmm I'm not sure I understand what you mean. I was referring to your
>> patch, which invalidated the EDID cache only on HPD interrupt when the
>> cable is unplugged. And we'd miss that interrupt when the board is in
>> system suspend, even if we otherwise kept the HPD interrupt always
>> enabled.
>>
> I meant before stale-edid, we face potential problem of omapdss
> behaving badly to the displays switched during suspend ?
>
OK, I think I get now what you mean. We do need to invalidate
edid-cache in the suspend path, irrespective of how omapdss behaves.

Thanks.

WARNING: multiple messages have this Message-ID (diff)
From: Jassi Brar <jaswinder.singh@linaro.org>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Andy Green <andy.green@linaro.org>,
	mythripk@ti.com, linux-omap@vger.kernel.org,
	linux-fbdev@vger.kernel.org, n-dechesne@ti.com,
	patches@linaro.org
Subject: Re: [PATCH 3/3] OMAPDSS: HDMI: Cache EDID
Date: Thu, 28 Jun 2012 21:50:58 +0530	[thread overview]
Message-ID: <CAJe_ZhceO8TabHVZZ7BLqYE-EAhtSJxzwWv8eA7KfffSK_dxXQ@mail.gmail.com> (raw)
In-Reply-To: <CAJe_Zhdnc8TOY8hDiuZfjto9fTWnT8piGpjczApzfLVMnCcE7w@mail.gmail.com>

On 28 June 2012 21:18, Jassi Brar <jaswinder.singh@linaro.org> wrote:
> On 28 June 2012 20:57, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:

>>> > By the way, when the device is in system suspend, we surely won't detect
>>> > the HPD even if we kept the HPD always enabled. So there we'll miss the
>>> > HPD interrupt anyway, and the EDID cache would be invalid.
>>> >
>>> If omapdss already handles the possibility of display changed during
>>> suspend, I think we should be good :)
>>
>> Hmm I'm not sure I understand what you mean. I was referring to your
>> patch, which invalidated the EDID cache only on HPD interrupt when the
>> cable is unplugged. And we'd miss that interrupt when the board is in
>> system suspend, even if we otherwise kept the HPD interrupt always
>> enabled.
>>
> I meant before stale-edid, we face potential problem of omapdss
> behaving badly to the displays switched during suspend ?
>
OK, I think I get now what you mean. We do need to invalidate
edid-cache in the suspend path, irrespective of how omapdss behaves.

Thanks.

  reply	other threads:[~2012-06-28 16:32 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 14:05 [PATCH 3/3] OMAPDSS: HDMI: Cache EDID jaswinder.singh
2012-06-27 14:17 ` jaswinder.singh
2012-06-28  7:48 ` Tomi Valkeinen
2012-06-28  7:48   ` Tomi Valkeinen
2012-06-28  9:48   ` Jassi Brar
2012-06-28  9:51     ` Jassi Brar
2012-06-28 10:14     ` Tomi Valkeinen
2012-06-28 10:14       ` Tomi Valkeinen
2012-06-28 10:47       ` Jassi Brar
2012-06-28 10:59         ` Jassi Brar
2012-06-28 10:58         ` Jassi Brar
2012-06-28 11:10           ` Jassi Brar
2012-06-28 11:10           ` Tomi Valkeinen
2012-06-28 11:10             ` Tomi Valkeinen
2012-06-28 11:38             ` Tomi Valkeinen
2012-06-28 11:38               ` Tomi Valkeinen
2012-06-28 12:15               ` Andy Green
2012-06-28 12:15                 ` Andy Green
2012-06-28 12:03             ` Andy Green
2012-06-28 12:03               ` Andy Green
2012-06-28 13:08               ` Tomi Valkeinen
2012-06-28 13:08                 ` Tomi Valkeinen
2012-06-28 13:13               ` Jassi Brar
2012-06-28 13:25                 ` Jassi Brar
2012-06-28 13:31                 ` Tomi Valkeinen
2012-06-28 13:31                   ` Tomi Valkeinen
2012-06-28 15:14                   ` Jassi Brar
2012-06-28 15:26                     ` Jassi Brar
2012-06-28 15:27                     ` Tomi Valkeinen
2012-06-28 15:27                       ` Tomi Valkeinen
2012-06-28 15:48                       ` Jassi Brar
2012-06-28 15:51                         ` Jassi Brar
2012-06-28 16:20                         ` Jassi Brar [this message]
2012-06-28 16:32                           ` Jassi Brar
2012-06-28 15:14                 ` Tomi Valkeinen
2012-06-28 15:14                   ` Tomi Valkeinen
2012-06-28 15:18                   ` Jassi Brar
2012-06-28 15:30                     ` Jassi Brar
2012-06-28 12:31             ` Jassi Brar
2012-06-28 12:43               ` Jassi Brar
2012-06-28 13:35           ` Tomi Valkeinen
2012-06-28 13:35             ` Tomi Valkeinen
2012-06-28 11:04         ` Tomi Valkeinen
2012-06-28 11:04           ` Tomi Valkeinen

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=CAJe_ZhceO8TabHVZZ7BLqYE-EAhtSJxzwWv8eA7KfffSK_dxXQ@mail.gmail.com \
    --to=jaswinder.singh@linaro.org \
    --cc=andy.green@linaro.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mythripk@ti.com \
    --cc=n-dechesne@ti.com \
    --cc=patches@linaro.org \
    --cc=tomi.valkeinen@ti.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.