Re: [Intel-gfx] [PATCH] drm/i915: warn only once about ddi translation table missing

2018-03-29 Thread Ville Syrjälä
On Wed, Mar 28, 2018 at 02:03:04PM -0700, Michel Thierry wrote: > It's not like it will magically appear or disappear ;) > > Signed-off-by: Michel Thierry > Cc: Ville Syrjälä Not sure why someone keeps using a driver that doesn't support the hw they have ;) Anyways, Reviewed-by: Ville Syrjälä

Re: [Intel-gfx] [PATCH] drm/i915: warn only once about ddi translation table missing

2018-03-28 Thread Chris Wilson
Quoting Michel Thierry (2018-03-28 22:03:04) > It's not like it will magically appear or disappear ;) You know the quote, "With an infinite amount of spam, we get Shakespeare." -Chris ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lis

[Intel-gfx] [PATCH] drm/i915: warn only once about ddi translation table missing

2018-03-28 Thread Michel Thierry
It's not like it will magically appear or disappear ;) Signed-off-by: Michel Thierry Cc: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c index a6672a9abd85.