Re: [Intel-gfx] [PATCH 6/8] drm/i915: re-order if/else ladder for hpd_irq_setup

2020-11-09 Thread Souza, Jose
On Fri, 2020-11-06 at 14:55 -0800, Lucas De Marchi wrote: > Use the convention of new platforms first. No need to special case > HAS_GMCH() since that stopped being true at the lattest on gen8 (for > cherryview). > Reviewed-by: José Roberto de Souza > Signed-off-by: Lucas De Marchi > --- >  dr

[Intel-gfx] [PATCH 6/8] drm/i915: re-order if/else ladder for hpd_irq_setup

2020-11-06 Thread Lucas De Marchi
Use the convention of new platforms first. No need to special case HAS_GMCH() since that stopped being true at the lattest on gen8 (for cherryview). Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/i915_irq.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions