Re: [Intel-gfx] [PATCH] drm/i915: only apply crt_present check on VLV

2014-06-30 Thread Jani Nikula
On Wed, 25 Jun 2014, Ville Syrjälä wrote: > On Wed, Jun 25, 2014 at 08:24:29AM -0700, Jesse Barnes wrote: >> Apparently we can't trust this field on other platforms and need to find >> some other way. >> >> Signed-off-by: Jesse Barnes > > Reviewed-by: Ville Syrjälä > > Since it's a regression i

Re: [Intel-gfx] [PATCH] drm/i915: only apply crt_present check on VLV

2014-06-25 Thread Ville Syrjälä
On Wed, Jun 25, 2014 at 08:24:29AM -0700, Jesse Barnes wrote: > Apparently we can't trust this field on other platforms and need to find > some other way. > > Signed-off-by: Jesse Barnes Reviewed-by: Ville Syrjälä Since it's a regression it might be a good idea to note the offender: commit 27

[Intel-gfx] [PATCH] drm/i915: only apply crt_present check on VLV

2014-06-25 Thread Jesse Barnes
Apparently we can't trust this field on other platforms and need to find some other way. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu