drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macros
authorMatt Roper <matthew.d.roper@intel.com>
Sat, 1 Apr 2023 00:21:01 +0000 (17:21 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:31:30 +0000 (18:31 -0500)
commitca14d553434ed1e1522afb8f37ed7b6fb2b9f043
tree1100042c5c372824bcd0c87903bbb9af2d560a3b
parent9293b67de6602bcf0415da0f3ae3dbf98396183c
drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macros

It's no longer necessary to wrap these operations in macros; a simple
function will suffice.  Also switch to function names that more clearly
describe what operation is being performed:  unmask_and_enable() and
mask_and_disable().

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20230401002106.588656-4-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_irq.c