Searched defs:ctx_type (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c1023 int psb_new_context(psb_driver_data_p driver_data, uint64_t ctx_type) argument
1029 arg.value = (uint64_t)((unsigned long) & ctx_type);
1033 drv_debug_msg(VIDEO_DEBUG_ERROR, "Set context %d failed\n", ctx_type);
1039 int psb_update_context(psb_driver_data_p driver_data, unsigned long ctx_type) argument
1045 arg.value = (uint64_t)((unsigned long) & ctx_type);
1049 drv_debug_msg(VIDEO_DEBUG_ERROR, "Update context %d failed\n", ctx_type);

Completed in 71 milliseconds