diff --git a/drivers/gpu/host1x-nvhost/falcon.c b/drivers/gpu/host1x-nvhost/falcon.c index 9f66549b..53f52550 100644 --- a/drivers/gpu/host1x-nvhost/falcon.c +++ b/drivers/gpu/host1x-nvhost/falcon.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2015-2022, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2015-2023, NVIDIA Corporation. All rights reserved. */ #include @@ -182,21 +182,6 @@ int falcon_boot(struct falcon *falcon) falcon_copy_chunk(falcon, falcon->firmware.code.offset + offset, offset, FALCON_MEMORY_IMEM); - /* setup falcon interrupts */ - falcon_writel(falcon, FALCON_IRQMSET_EXT(0xff) | - FALCON_IRQMSET_SWGEN1 | - FALCON_IRQMSET_SWGEN0 | - FALCON_IRQMSET_EXTERR | - FALCON_IRQMSET_HALT | - FALCON_IRQMSET_WDTMR, - FALCON_IRQMSET); - falcon_writel(falcon, FALCON_IRQDEST_EXT(0xff) | - FALCON_IRQDEST_SWGEN1 | - FALCON_IRQDEST_SWGEN0 | - FALCON_IRQDEST_EXTERR | - FALCON_IRQDEST_HALT, - FALCON_IRQDEST); - /* enable interface */ falcon_writel(falcon, FALCON_ITFEN_MTHDEN | FALCON_ITFEN_CTXEN,