]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe/display: move display fini stuff to devm
authorMatthew Auld <matthew.auld@intel.com>
Wed, 22 May 2024 10:21:59 +0000 (11:21 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 22 May 2024 12:22:40 +0000 (13:22 +0100)
commit5b6937b65e45e31af56a5bba47f69acc550acf26
tree15f10afde0b28af553d46b414b3c60315496d86c
parentc7117419784f612d59ee565145f722e8b5541fe6
drm/xe/display: move display fini stuff to devm

Match the i915 display handling here with calling both no_irq and
noaccel when removing the device.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240522102143.128069-34-matthew.auld@intel.com
drivers/gpu/drm/xe/display/xe_display.c