Lines Matching refs:omap4_hwc_device_t

218 typedef struct omap4_hwc_device omap4_hwc_device_t;
331 static void dump_set_info(omap4_hwc_device_t *hwc_dev, hwc_display_contents_1_t* list)
504 static int is_upscaled_NV12(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer)
551 static void wakeup_hdmi_thread(omap4_hwc_device_t *hwc_dev)
557 static void fire_vsync_event(omap4_hwc_device_t *hwc_dev, uint64_t timestamp)
642 omap4_hwc_setup_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl,
892 omap4_hwc_adjust_primary_display_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl)
955 static int omap4_hwc_can_scale_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_handle_t *handle)
972 static int omap4_hwc_is_valid_layer(omap4_hwc_device_t *hwc_dev,
1032 static int omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres,
1212 static void gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_contents_1_t *list)
1252 static void decide_supported_cloning(omap4_hwc_device_t *hwc_dev, struct counts *num)
1317 static int can_dss_render_all(omap4_hwc_device_t *hwc_dev, struct counts *num)
1341 static inline int can_dss_render_layer(omap4_hwc_device_t *hwc_dev,
1368 static int clone_layer(omap4_hwc_device_t *hwc_dev, int ix) {
1408 static int clone_external_layer(omap4_hwc_device_t *hwc_dev, int ix) {
1449 static int setup_mirroring(omap4_hwc_device_t *hwc_dev)
1493 static void blit_reset(omap4_hwc_device_t *hwc_dev, int flags)
1505 static int blit_layers(omap4_hwc_device_t *hwc_dev, hwc_display_contents_1_t *list, int bufoff)
1604 void debug_post2(omap4_hwc_device_t *hwc_dev, int nbufs)
1618 static int free_tiler2d_buffers(omap4_hwc_device_t *hwc_dev)
1629 static int allocate_tiler2d_buffers(omap4_hwc_device_t *hwc_dev)
1667 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev;
1940 static void omap4_hwc_reset_screen(omap4_hwc_device_t *hwc_dev)
1982 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev;
2087 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev;
2120 static void free_png_image(omap4_hwc_device_t *hwc_dev, struct omap4_hwc_img *img)
2125 static int load_png_image(omap4_hwc_device_t *hwc_dev, char *path, struct omap4_hwc_img *img)
2238 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) device;;
2285 static void set_primary_display_transform_matrix(omap4_hwc_device_t *hwc_dev)
2318 static void handle_hotplug(omap4_hwc_device_t *hwc_dev)
2423 static void handle_uevents(omap4_hwc_device_t *hwc_dev, const char *buff, int len)
2487 omap4_hwc_device_t *hwc_dev = data;
2609 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev;
2617 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev;
2638 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev;
2692 omap4_hwc_device_t *hwc_dev;
2711 hwc_dev = (omap4_hwc_device_t *)malloc(sizeof(*hwc_dev));