drm/nouveau: store raw gpio table entry in bios gpio structs
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / gpu / drm / nouveau / nouveau_bios.h
index fd6274a..3706493 100644 (file)
@@ -49,6 +49,7 @@ struct dcb_gpio_entry {
        enum dcb_gpio_tag tag;
        int line;
        bool invert;
+       uint32_t entry;
 };
 
 struct dcb_gpio_table {