Searched refs:hwc_dev (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c331 static void dump_set_info(omap4_hwc_device_t *hwc_dev, hwc_display_contents_1_t* list) argument
333 struct dsscomp_setup_dispc_data *dsscomp = &hwc_dev->comp_data.dsscomp_data;
347 if (hwc_dev->post2_blit_buffers) {
348 if ((i + 1) < hwc_dev->post2_layers)
380 for (i = 0; i < hwc_dev->post2_layers; i++) {
383 dump_printf(&log, "%p", hwc_dev->buffers[i]);
385 if (hwc_dev->post2_blit_buffers) {
387 for (i = hwc_dev->post2_layers;
388 i < hwc_dev->post2_blit_buffers + hwc_dev
504 is_upscaled_NV12(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer) argument
551 wakeup_hdmi_thread(omap4_hwc_device_t *hwc_dev) argument
557 fire_vsync_event(omap4_hwc_device_t *hwc_dev, uint64_t timestamp) argument
642 omap4_hwc_setup_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl, hwc_layer_1_t *layer, int index, int format, int width, int height) argument
892 omap4_hwc_adjust_primary_display_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl) argument
955 omap4_hwc_can_scale_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_handle_t *handle) argument
972 omap4_hwc_is_valid_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_handle_t *handle) argument
1032 omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres, float xpy) argument
1212 gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_contents_1_t *list) argument
1252 decide_supported_cloning(omap4_hwc_device_t *hwc_dev, struct counts *num) argument
1317 can_dss_render_all(omap4_hwc_device_t *hwc_dev, struct counts *num) argument
1341 can_dss_render_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer) argument
1368 clone_layer(omap4_hwc_device_t *hwc_dev, int ix) argument
1408 clone_external_layer(omap4_hwc_device_t *hwc_dev, int ix) argument
1449 setup_mirroring(omap4_hwc_device_t *hwc_dev) argument
1493 blit_reset(omap4_hwc_device_t *hwc_dev, int flags) argument
1505 blit_layers(omap4_hwc_device_t *hwc_dev, hwc_display_contents_1_t *list, int bufoff) argument
1604 debug_post2(omap4_hwc_device_t *hwc_dev, int nbufs) argument
1618 free_tiler2d_buffers(omap4_hwc_device_t *hwc_dev) argument
1629 allocate_tiler2d_buffers(omap4_hwc_device_t *hwc_dev) argument
1667 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev; local
1940 omap4_hwc_reset_screen(omap4_hwc_device_t *hwc_dev) argument
1982 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev; local
2087 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev; local
2120 free_png_image(omap4_hwc_device_t *hwc_dev, struct omap4_hwc_img *img) argument
2125 load_png_image(omap4_hwc_device_t *hwc_dev, char *path, struct omap4_hwc_img *img) argument
2238 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) device;; local
2285 set_primary_display_transform_matrix(omap4_hwc_device_t *hwc_dev) argument
2318 handle_hotplug(omap4_hwc_device_t *hwc_dev) argument
2423 handle_uevents(omap4_hwc_device_t *hwc_dev, const char *buff, int len) argument
2487 omap4_hwc_device_t *hwc_dev = data; local
2609 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev; local
2617 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev; local
2638 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev; local
2692 omap4_hwc_device_t *hwc_dev; local
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c242 static void dump_set_info(omap4_hwc_device_t *hwc_dev, hwc_display_contents_1_t* list) argument
244 struct dsscomp_setup_dispc_data *dsscomp = &hwc_dev->dsscomp_data;
284 for (i = 0; i < hwc_dev->post2_layers; i++) {
287 dump_printf(&log, "%p", hwc_dev->buffers[i]);
289 dump_printf(&log, "}%s\n", hwc_dev->use_sgx ? " swap" : "");
453 omap4_hwc_setup_layer(omap4_hwc_device_t *hwc_dev, struct dss2_ovl_info *ovl, argument
760 static int omap4_hwc_can_scale_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_handle_t *handle) argument
773 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
774 hwc_dev->fb_dis.timings.pixel_clock);
777 static int omap4_hwc_is_valid_layer(omap4_hwc_device_t *hwc_dev, argument
837 omap4_hwc_set_best_hdmi_mode(omap4_hwc_device_t *hwc_dev, __u32 xres, __u32 yres, float xpy) argument
966 gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_contents_1_t *list) argument
1002 decide_supported_cloning(omap4_hwc_device_t *hwc_dev, struct counts *num) argument
1058 can_dss_render_all(omap4_hwc_device_t *hwc_dev, struct counts *num) argument
1079 can_dss_render_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer) argument
1105 clone_layer(omap4_hwc_device_t *hwc_dev, int ix) argument
1132 clone_external_layer(omap4_hwc_device_t *hwc_dev, int ix) argument
1173 setup_mirroring(omap4_hwc_device_t *hwc_dev) argument
1225 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev; local
1437 omap4_hwc_reset_screen(omap4_hwc_device_t *hwc_dev) argument
1479 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev; local
1536 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *)dev; local
1564 free_png_image(omap4_hwc_device_t *hwc_dev, struct omap4_hwc_img *img) argument
1569 load_png_image(omap4_hwc_device_t *hwc_dev, char *path, struct omap4_hwc_img *img) argument
1682 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) device;; local
1725 handle_hotplug(omap4_hwc_device_t *hwc_dev) argument
1796 handle_uevents(omap4_hwc_device_t *hwc_dev, const char *buff, int len) argument
1842 omap4_hwc_device_t *hwc_dev = data; local
1911 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev; local
1919 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev; local
1940 omap4_hwc_device_t *hwc_dev = (omap4_hwc_device_t *) dev; local
1970 omap4_hwc_device_t *hwc_dev; local
[all...]

Completed in 70 milliseconds