Searched refs:curs_attr (Results 1 – 5 of 5) sorted by relevance
1153 hubp->curs_attr = *attr; in hubp1_cursor_set_attributes()1186 int cursor_height = (int)hubp->curs_attr.height; in hubp1_cursor_set_position()1187 int cursor_width = (int)hubp->curs_attr.width; in hubp1_cursor_set_position()1198 if (hubp->curs_attr.address.quad_part == 0) in hubp1_cursor_set_position()1242 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp1_cursor_set_position()
206 struct dc_cursor_attributes curs_attr; member
3469 (int)hubp->curs_attr.width || pos_cpy.x in dcn10_set_cursor_position()3470 <= (int)hubp->curs_attr.width + in dcn10_set_cursor_position()3492 …dpp->funcs->set_cursor_position(dpp, &pos_cpy, ¶m, hubp->curs_attr.width, hubp->curs_attr.heig… in dcn10_set_cursor_position()
65 struct dc_cursor_attributes curs_attr; member
599 hubp->curs_attr = *attr; in hubp2_cursor_set_attributes()970 int cursor_height = (int)hubp->curs_attr.height; in hubp2_cursor_set_position()971 int cursor_width = (int)hubp->curs_attr.width; in hubp2_cursor_set_position()982 if (hubp->curs_attr.address.quad_part == 0) in hubp2_cursor_set_position()1026 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp2_cursor_set_position()
Completed in 18 milliseconds