]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/display/include/gpio_interface.h
Merge tag 'nios2-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...
[linux.git] / drivers / gpu / drm / amd / display / include / gpio_interface.h
index 7de64195dc33dd387321e03a151b846f7506c61d..5e888a093c1633b3cd1a0484dbabbca1727a5b94 100644 (file)
@@ -93,8 +93,17 @@ enum sync_source dal_gpio_get_sync_source(
 enum gpio_pin_output_state dal_gpio_get_output_state(
        const struct gpio *gpio);
 
+struct hw_ddc *dal_gpio_get_ddc(struct gpio *gpio);
+
+struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio);
+
+struct hw_generic *dal_gpio_get_generic(struct gpio *gpio);
+
 /* Close the handle */
 void dal_gpio_close(
        struct gpio *gpio);
 
+
+
+
 #endif
This page took 0.03456 seconds and 4 git commands to generate.