[Intel-gfx] [PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Daniel Vetter
[Now without the confidential header which shouldn't have spilled to public lists, please reply to this one here.] On Mon, Aug 05, 2013 at 01:24:15PM -0700, Furquan Shaikh wrote: > We tested the submitted patch on several systems here and it seems to be > working fine. So, I'm not sure I understan

[PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Daniel Vetter
On 05/08/2013 22:24, Furquan Shaikh wrote: > We tested the submitted patch on several systems here and it seems to > be working fine. So, I'm not sure I understand your comment. Can you > please provide more details? You check for the bit DP_PLL_FREQ_160MHZ in the register DP_A when calculating

Re: [PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Daniel Vetter
On 05/08/2013 22:24, Furquan Shaikh wrote: We tested the submitted patch on several systems here and it seems to be working fine. So, I'm not sure I understand your comment. Can you please provide more details? You check for the bit DP_PLL_FREQ_160MHZ in the register DP_A when calculating the

Re: [PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Furquan Shaikh
We tested the submitted patch on several systems here and it seems to be working fine. So, I'm not sure I understand your comment. Can you please provide more details? Thanks, Furquan On Mon, Aug 5, 2013 at 12:24 AM, Daniel Vetter wrote: > On Thu, Aug 01, 2013 at 02:12:22PM -0700, Furquan Shai

Re: [PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Jesse Barnes
On Thu, 1 Aug 2013 14:12:22 -0700 Furquan Shaikh wrote: > @@ -1282,6 +1283,13 @@ static void intel_ddi_get_config(struct intel_encoder > *encoder, > flags |= DRM_MODE_FLAG_NVSYNC; > > pipe_config->adjusted_mode.flags |= flags; > + > + if (port == PORT_A) { > +

[PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Jesse Barnes
On Thu, 1 Aug 2013 14:12:22 -0700 Furquan Shaikh wrote: > @@ -1282,6 +1283,13 @@ static void intel_ddi_get_config(struct intel_encoder > *encoder, > flags |= DRM_MODE_FLAG_NVSYNC; > > pipe_config->adjusted_mode.flags |= flags; > + > + if (port == PORT_A) { > +

Re: [Intel-gfx] [PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Daniel Vetter
[Now without the confidential header which shouldn't have spilled to public lists, please reply to this one here.] On Mon, Aug 05, 2013 at 01:24:15PM -0700, Furquan Shaikh wrote: > We tested the submitted patch on several systems here and it seems to be > working fine. So, I'm not sure I understan

[PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Furquan Shaikh
We tested the submitted patch on several systems here and it seems to be working fine. So, I'm not sure I understand your comment. Can you please provide more details? Thanks, Furquan On Mon, Aug 5, 2013 at 12:24 AM, Daniel Vetter wrote: > On Thu, Aug 01, 2013 at 02:12:22PM -0700, Furquan Shai

[PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Daniel Vetter
On Thu, Aug 01, 2013 at 02:12:22PM -0700, Furquan Shaikh wrote: > Enables getting correct mode clock when reading pipe config > > Signed-off-by: Furquan Shaikh > --- > drivers/gpu/drm/i915/intel_ddi.c | 8 > drivers/gpu/drm/i915/intel_display.c | 9 - > 2 files changed, 16 i

Re: [PATCH] drm/i915: add fast boot support for Haswell

2013-08-05 Thread Daniel Vetter
On Thu, Aug 01, 2013 at 02:12:22PM -0700, Furquan Shaikh wrote: > Enables getting correct mode clock when reading pipe config > > Signed-off-by: Furquan Shaikh > --- > drivers/gpu/drm/i915/intel_ddi.c | 8 > drivers/gpu/drm/i915/intel_display.c | 9 - > 2 files changed, 16 i

[PATCH] drm/i915: add fast boot support for Haswell

2013-08-01 Thread Furquan Shaikh
Enables getting correct mode clock when reading pipe config Signed-off-by: Furquan Shaikh --- drivers/gpu/drm/i915/intel_ddi.c | 8 drivers/gpu/drm/i915/intel_display.c | 9 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/d

[PATCH] drm/i915: add fast boot support for Haswell

2013-08-01 Thread Furquan Shaikh
Enables getting correct mode clock when reading pipe config Signed-off-by: Furquan Shaikh --- drivers/gpu/drm/i915/intel_ddi.c | 8 drivers/gpu/drm/i915/intel_display.c | 9 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/d