Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h64 struct dc_cursor_attributes curs_attr; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1100 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()
Ddcn10_ipp.h189 struct dc_cursor_attributes curs_attr; member
Ddcn10_hw_sequencer.c3008 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, &param, hubp->curs_attr.width, hubp->curs_attr.heig… in dcn10_set_cursor_position()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c580 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()