On 3/22/2023 3:18 AM, Stanislaw Gruszka wrote:
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. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@xxxxxxxxxxxxxxx>
Looks sane. Reviewed-by: Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx>