Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h66 struct dc_cursor_attributes curs_attr; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1124 hubp->curs_attr = *attr; in hubp1_cursor_set_attributes()
1157 int cursor_height = (int)hubp->curs_attr.height; in hubp1_cursor_set_position()
1158 int cursor_width = (int)hubp->curs_attr.width; in hubp1_cursor_set_position()
1169 if (hubp->curs_attr.address.quad_part == 0) in hubp1_cursor_set_position()
1213 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp1_cursor_set_position()
Ddcn10_ipp.h185 struct dc_cursor_attributes curs_attr; member
Ddcn10_hw_sequencer.c3492 (int)hubp->curs_attr.width || pos_cpy.x in dcn10_set_cursor_position()
3493 <= (int)hubp->curs_attr.width + in dcn10_set_cursor_position()
3505 …dpp->funcs->set_cursor_position(dpp, &pos_cpy, &param, hubp->curs_attr.width, hubp->curs_attr.heig… in dcn10_set_cursor_position()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c600 hubp->curs_attr = *attr; in hubp2_cursor_set_attributes()
971 int cursor_height = (int)hubp->curs_attr.height; in hubp2_cursor_set_position()
972 int cursor_width = (int)hubp->curs_attr.width; in hubp2_cursor_set_position()
983 if (hubp->curs_attr.address.quad_part == 0) in hubp2_cursor_set_position()
1027 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp2_cursor_set_position()