hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.h
....@@ -38,9 +38,12 @@
3838 #define HW_HPD_FROM_BASE(hw_gpio) \
3939 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base)
4040
41
-struct hw_gpio_pin *dal_hw_hpd_create(
41
+void dal_hw_hpd_init(
42
+ struct hw_hpd **hw_hpd,
4243 struct dc_context *ctx,
4344 enum gpio_id id,
4445 uint32_t en);
4546
47
+struct hw_gpio_pin *dal_hw_hpd_get_pin(struct gpio *gpio);
48
+
4649 #endif