Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-16 Thread ykzhao
On Mon, 2010-06-14 at 22:28 +0800, Adam Jackson wrote: > On Sat, 2010-06-12 at 09:28 +0100, Chris Wilson wrote: > > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > > wrote: > > > static void > > > -intel_dp_compute_m_n(int bytes_per_pixel, > > > +intel_dp_compute_m_n(int bpp, > > >

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-16 Thread Zhenyu Wang
On 2010.06.14 18:19:46 -0700, Eric Anholt wrote: > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > wrote: > > From: Zhao Yakui > > > > This one adds support for eDP that connected on PCH DP-D port > > instead of CPU DP-A port, and only DP-D port could be used for eDP. > > > > https://bugs.fr

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-16 Thread Zhenyu Wang
On 2010.06.14 10:28:55 -0400, Adam Jackson wrote: > On Sat, 2010-06-12 at 09:28 +0100, Chris Wilson wrote: > > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > > wrote: > > > static void > > > -intel_dp_compute_m_n(int bytes_per_pixel, > > > +intel_dp_compute_m_n(int bpp, > > >i

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-14 Thread Eric Anholt
On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang wrote: > From: Zhao Yakui > > This one adds support for eDP that connected on PCH DP-D port > instead of CPU DP-A port, and only DP-D port could be used for eDP. > > https://bugs.freedesktop.org/show_bug.cgi?id=27220 Instead of changing a ton of

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-14 Thread Adam Jackson
On Sat, 2010-06-12 at 09:28 +0100, Chris Wilson wrote: > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > wrote: > > static void > > -intel_dp_compute_m_n(int bytes_per_pixel, > > +intel_dp_compute_m_n(int bpp, > > int nlanes, > > int pixel_clock, > >

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-14 Thread Florian Mickler
On Sun, 13 Jun 2010 09:06:32 +0800 ykzhao wrote: > On Sat, 2010-06-12 at 16:28 +0800, Chris Wilson wrote: > > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > > wrote: > > > From: Zhao Yakui > > > static void > > > -intel_dp_compute_m_n(int bytes_per_pixel, > > > +intel_dp_compute_m_n(int bp

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-12 Thread ykzhao
On Sat, 2010-06-12 at 16:28 +0800, Chris Wilson wrote: > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > wrote: > > From: Zhao Yakui > > > > This one adds support for eDP that connected on PCH DP-D port > > instead of CPU DP-A port, and only DP-D port could be used for eDP. > > > > https://b

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-12 Thread Chris Wilson
On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang wrote: > From: Zhao Yakui > > This one adds support for eDP that connected on PCH DP-D port > instead of CPU DP-A port, and only DP-D port could be used for eDP. > > https://bugs.freedesktop.org/show_bug.cgi?id=27220 > > Signed-off-by: Zhao Yakui

[Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-11 Thread Zhenyu Wang
From: Zhao Yakui This one adds support for eDP that connected on PCH DP-D port instead of CPU DP-A port, and only DP-D port could be used for eDP. https://bugs.freedesktop.org/show_bug.cgi?id=27220 Signed-off-by: Zhao Yakui Tested-by: Jan-Hendrik Zab Tested-by: Templar Signed-off-by: Zhenyu