Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c36 if (!dvs_config) { in alloc_dvs_6axis_table()
63 if (!dvs_config->xcoords_y) { in alloc_dvs_6axis_table()
71 if (!dvs_config->ycoords_y) { in alloc_dvs_6axis_table()
82 if (!dvs_config->xcoords_uv) { in alloc_dvs_6axis_table()
90 if (!dvs_config->ycoords_uv) { in alloc_dvs_6axis_table()
98 dvs_config = NULL; in alloc_dvs_6axis_table()
102 IA_CSS_LEAVE("dvs_config=%p", dvs_config); in alloc_dvs_6axis_table()
103 return dvs_config; in alloc_dvs_6axis_table()
111 unsigned int width_y = dvs_config->width_y; in init_dvs_6axis_table_from_default()
112 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_default()
[all …]
H A Dsh_css_params.c1664 if (!dvs_config) in sh_css_set_pipe_dvs_6axis_config()
1668 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_set_pipe_dvs_6axis_config()
1669 assert((dvs_config->width_y - 1) == 2 * (dvs_config->width_uv - 1)); in sh_css_set_pipe_dvs_6axis_config()
1686 if (!dvs_config) in sh_css_get_pipe_dvs_6axis_config()
1690 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_get_pipe_dvs_6axis_config()
1691 assert((dvs_config->width_y - 1) == 2 * dvs_config->width_uv - 1); in sh_css_get_pipe_dvs_6axis_config()
1701 dvs_config->xcoords_y && in sh_css_get_pipe_dvs_6axis_config()
4439 if (!dvs_config) in ia_css_dvs2_6axis_config_allocate()
4454 if (!dvs_config->xcoords_y) in ia_css_dvs2_6axis_config_allocate()
4459 if (!dvs_config->ycoords_y) in ia_css_dvs2_6axis_config_allocate()
[all …]