mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
We should not access hardware after we unbind from the bus.
Use drm_dev_enter() / drm_dev_exit() to mark code sections where
hardware is accessed (and not already protected by other locks)
and drm_dev_unplug() to mark device is gone.
Fixes:
|
||
|---|---|---|
| .. | ||
| habanalabs | ||
| ivpu | ||
| drm_accel.c | ||
| Kconfig | ||
| Makefile | ||