The hal-tdm-api does not support output_commit and output_commit_handler function pointer anymore.
Change-Id: I26eebdfae30ef4eca2e11f67d03370c45005b59e
output_funcs->output_get_property = nexell_output_get_property;
output_funcs->output_wait_vblank = nexell_output_wait_vblank;
output_funcs->output_set_vblank_handler = nexell_output_set_vblank_handler;
- output_funcs->output_commit = nexell_output_commit;
- output_funcs->output_set_commit_handler = nexell_output_set_commit_handler;
output_funcs->output_set_dpms = nexell_output_set_dpms;
output_funcs->output_get_dpms = nexell_output_get_dpms;
output_funcs->output_set_mode = nexell_output_set_mode;