All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] idea for optimize i915 initial time with eDP
@ 2018-09-20  8:49 ning.a.zhang
  2018-09-20  8:49 ` [PATCH 1/1] initial panel_power_off_time should be 0 ning.a.zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: ning.a.zhang @ 2018-09-20  8:49 UTC (permalink / raw)
  To: chris, jani.nikula, joonas.lahtinen; +Cc: intel-gfx, Zhang Ning

From: Zhang Ning <ning.a.zhang@intel.com>

I find it on Broxton Gorden Peak, its BIOS doesn't have GOP driver.
displays are powered on by Linux kernel (i915 driver). not BIOS.

For eDP panel, power on it requires to fully powered off, that means wait enough time.

when i915 tries to power on eDP panel, it set last_off_timestamp to driver init time,
this assumes eDP is already powered on.
this is not right on no GOP system, eDP is never powered on.

Then set it to kernel time 0, I know this not right, in two way:

1, this is not *real* last_off_timestamp, can't set an negtive timestamp.
2, no check system with GOP or without GOP, or check whether eDP is powered on.

due to I don't have system with GOP and eDP, can't fully verify my idea.

Zhang Ning (1):
  initial panel_power_off_time should be 0

 drivers/gpu/drm/i915/intel_dp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.18.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-09-26  2:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20  8:49 [PATCH 0/1] idea for optimize i915 initial time with eDP ning.a.zhang
2018-09-20  8:49 ` [PATCH 1/1] initial panel_power_off_time should be 0 ning.a.zhang
2018-09-25  9:55   ` Jani Nikula
2018-09-25 14:53     ` Ville Syrjälä
2018-09-26  2:03       ` Zhang, Ning A
2018-09-20  9:35 ` ✗ Fi.CI.CHECKPATCH: warning for idea for optimize i915 initial time with eDP Patchwork
2018-09-20 10:00 ` ✗ Fi.CI.BAT: failure " Patchwork

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.