Searched defs:ivpu_device (Results 1 – 1 of 1) sorted by relevance
98 struct ivpu_device { struct99 struct drm_device drm;100 void __iomem *regb;101 void __iomem *regv;102 u32 platform;103 u32 irq;105 struct ivpu_wa_table wa;106 struct ivpu_hw_info *hw;108 struct ivpu_fw_info *fw;110 struct ivpu_pm_info *pm;[all …]