Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hubp.c1153 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()
A Ddcn10_ipp.h206 struct dc_cursor_attributes curs_attr; member
A Ddcn10_hw_sequencer.c3469 (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, &param, hubp->curs_attr.width, hubp->curs_attr.heig… in dcn10_set_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dhubp.h65 struct dc_cursor_attributes curs_attr; member
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hubp.c599 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