Searched refs:hwc_procs (Results 1 – 2 of 2) sorted by relevance
449 typedef struct hwc_procs { struct459 void (*invalidate)(const struct hwc_procs* procs); argument481 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); argument503 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); argument
355 static void hwc_invalidate(const struct hwc_procs *procs) {} in hwc_invalidate()356 static void hwc_vsync(const struct hwc_procs *procs, int disp, int64_t ts) {} in hwc_vsync()357 static void hwc_hotplug(const struct hwc_procs *procs, int disp, int conn) {} in hwc_hotplug()359 struct hwc_procs hprocs = {