Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-13 Thread Purushothaman, Vijay A
-Original Message- From: Deak, Imre Sent: Wednesday, February 12, 2014 10:57 PM To: Purushothaman, Vijay A Cc: Intel Graphics; Daniel Vetter Subject: Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail On Wed, 2014-02-12 at 19:24 +0200, Imre Deak wrote: On Fri

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-12 Thread Imre Deak
On Fri, 2014-02-07 at 19:58 +0100, Daniel Vetter wrote: On Fri, Feb 07, 2014 at 05:58:16PM +0200, Ville Syrjälä wrote: On Fri, Feb 07, 2014 at 08:43:12PM +0530, Vijay Purushothaman wrote: B-spec says the FIFO total size is 512. So fix this to 512. Signed-off-by: Vijay Purushothaman

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-12 Thread Imre Deak
On Wed, 2014-02-12 at 19:24 +0200, Imre Deak wrote: On Fri, 2014-02-07 at 19:58 +0100, Daniel Vetter wrote: On Fri, Feb 07, 2014 at 05:58:16PM +0200, Ville Syrjälä wrote: On Fri, Feb 07, 2014 at 08:43:12PM +0530, Vijay Purushothaman wrote: B-spec says the FIFO total size is 512. So fix

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-12 Thread Daniel Vetter
On Wed, Feb 12, 2014 at 6:27 PM, Imre Deak imre.d...@intel.com wrote: This breaks DP on my BYT, I get bad flicker with it. Reverting only this one fixes the issue. Adding Vijay. Dropped from dinq for now. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 -

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-07 Thread Ville Syrjälä
On Fri, Feb 07, 2014 at 08:43:12PM +0530, Vijay Purushothaman wrote: B-spec says the FIFO total size is 512. So fix this to 512. Signed-off-by: Vijay Purushothaman vijay.a.purushotha...@intel.com --- drivers/gpu/drm/i915/i915_reg.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-07 Thread Vijay Purushothaman
On 2/7/2014 9:28 PM, Ville Syrjälä wrote: On Fri, Feb 07, 2014 at 08:43:12PM +0530, Vijay Purushothaman wrote: B-spec says the FIFO total size is 512. So fix this to 512. Signed-off-by: Vijay Purushothaman vijay.a.purushotha...@intel.com --- drivers/gpu/drm/i915/i915_reg.h |2 +- 1 file

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-07 Thread Daniel Vetter
On Fri, Feb 07, 2014 at 05:58:16PM +0200, Ville Syrjälä wrote: On Fri, Feb 07, 2014 at 08:43:12PM +0530, Vijay Purushothaman wrote: B-spec says the FIFO total size is 512. So fix this to 512. Signed-off-by: Vijay Purushothaman vijay.a.purushotha...@intel.com ---

Re: [Intel-gfx] [PATCH] drm/i915: Fix correct FIFO size for Baytrail

2014-02-07 Thread Ville Syrjälä
On Fri, Feb 07, 2014 at 09:56:29PM +0530, Vijay Purushothaman wrote: On 2/7/2014 9:28 PM, Ville Syrjälä wrote: On Fri, Feb 07, 2014 at 08:43:12PM +0530, Vijay Purushothaman wrote: B-spec says the FIFO total size is 512. So fix this to 512. Signed-off-by: Vijay Purushothaman