OSDN Git Service

drm/i915/bdw+: Move misc display IRQ handling to it own function
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 30 Jul 2019 22:47:50 +0000 (15:47 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Tue, 13 Aug 2019 22:51:12 +0000 (15:51 -0700)
commit46c63d2499b12902ed30847100af6c26228e878c
tree424da3aa6f6e4fbc3f1704a5fcb57f7eff496c12
parent710bb9cfeedafd2305076b643e11935de14b9d69
drm/i915/bdw+: Move misc display IRQ handling to it own function

Just moving it to reduce the tabs and avoid break code lines.
No behavior changes intended here.

v2:
- Reading misc display IRQ outside of gen8_de_misc_irq_handler() as
other irq handlers (Dhinakaran)

Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190730224753.14907-1-jose.souza@intel.com
drivers/gpu/drm/i915/i915_irq.c