Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h54 struct dc_cursor_attributes curs_attr; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_ipp.h155 struct dc_cursor_attributes curs_attr; member
Ddcn10_hubp.c1042 hubp->curs_attr = *attr; in hubp1_cursor_set_attributes()
1084 if (hubp->curs_attr.address.quad_part == 0) in hubp1_cursor_set_position()
1112 if (src_x_offset + (int)hubp->curs_attr.width <= 0) in hubp1_cursor_set_position()
1116 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp1_cursor_set_position()
Ddcn10_hw_sequencer.c2603 dpp->funcs->set_cursor_position(dpp, &pos_cpy, &param, hubp->curs_attr.width); in dcn10_set_cursor_position()