Re: [Intel-gfx] [PATCH 8/8] drm/i915: Do not setup hpd without display

2020-11-09 Thread Souza, Jose
On Fri, 2020-11-06 at 14:55 -0800, Lucas De Marchi wrote: > Now that hpd/display related calls are split from the rest in > intel_irq_init(), skip all of that in case we don't have display. Reviewed-by: José Roberto de Souza > > Cc: José Roberto de Souza > Cc: Jani Nikula > Signed-off-by: Luc

[Intel-gfx] [PATCH 8/8] drm/i915: Do not setup hpd without display

2020-11-06 Thread Lucas De Marchi
Now that hpd/display related calls are split from the rest in intel_irq_init(), skip all of that in case we don't have display. Cc: José Roberto de Souza Cc: Jani Nikula Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/i915_irq.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dr