Searched refs:curs_attr (Results 1 – 5 of 5) sorted by relevance
64 struct dc_cursor_attributes curs_attr; member
1100 hubp->curs_attr = *attr; in hubp1_cursor_set_attributes()1143 if (hubp->curs_attr.address.quad_part == 0) in hubp1_cursor_set_position()1171 if (src_x_offset + (int)hubp->curs_attr.width <= 0) in hubp1_cursor_set_position()1177 if (src_y_offset + (int)hubp->curs_attr.height <= 0) in hubp1_cursor_set_position()1181 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp1_cursor_set_position()
189 struct dc_cursor_attributes curs_attr; member
3008 if (temp_x >= pipe_ctx->plane_res.scl_data.viewport.x + (int)hubp->curs_attr.width in dcn10_set_cursor_position()3009 || pos_cpy.x <= (int)hubp->curs_attr.width + pipe_ctx->plane_state->src_rect.x) { in dcn10_set_cursor_position()3017 …dpp->funcs->set_cursor_position(dpp, &pos_cpy, ¶m, hubp->curs_attr.width, hubp->curs_attr.heig… in dcn10_set_cursor_position()
580 hubp->curs_attr = *attr; in hubp2_cursor_set_attributes()948 int cursor_height = (int)hubp->curs_attr.height; in hubp2_cursor_set_position()949 int cursor_width = (int)hubp->curs_attr.width; in hubp2_cursor_set_position()960 if (hubp->curs_attr.address.quad_part == 0) in hubp2_cursor_set_position()1004 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp2_cursor_set_position()