Home
last modified time | relevance | path

Searched refs:new_rotate (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_rotate.c165 int angle, new_rotate, i; in psb_RecalcAlternativeOutput() local
280 new_rotate = ROTATE_VA2MSVDX(driver_data->local_rotation); in psb_RecalcAlternativeOutput()
285 new_rotate = driver_data->extend_rotation; in psb_RecalcAlternativeOutput()
287 new_rotate = driver_data->local_rotation; in psb_RecalcAlternativeOutput()
295 if (old_rotate != new_rotate) { in psb_RecalcAlternativeOutput()
296 drv_debug_msg(VIDEO_DEBUG_GENERAL, "MSVDX: new rotation %d desired\n", new_rotate); in psb_RecalcAlternativeOutput()
297 driver_data->msvdx_rotate_want = new_rotate; in psb_RecalcAlternativeOutput()