Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 613cb725 authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher
Browse files

drm/amd/display: set default GPIO_ID_HPD

parent abfa99f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -375,6 +375,7 @@ struct gpio *dal_gpio_create_irq(
	case GPIO_ID_GPIO_PAD:
	break;
	default:
		id = GPIO_ID_HPD;
		ASSERT_CRITICAL(false);
		return NULL;
	}