Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c173 hubp->cur_rect.w = attr->width; in hubp32_cursor_set_attributes()
174 hubp->cur_rect.h = attr->height; in hubp32_cursor_set_attributes()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c645 hubp->cur_rect.w = attr->width; in hubp2_cursor_set_attributes()
646 hubp->cur_rect.h = attr->height; in hubp2_cursor_set_attributes()
1106 hubp->cur_rect.x = 0; in hubp2_cursor_set_position()
1107 hubp->cur_rect.y = 0; in hubp2_cursor_set_position()
1108 hubp->cur_rect.w = param->stream->timing.h_addressable; in hubp2_cursor_set_position()
1109 hubp->cur_rect.h = param->stream->timing.v_addressable; in hubp2_cursor_set_position()
1111 hubp->cur_rect.x = src_x_offset + param->viewport.x; in hubp2_cursor_set_position()
1112 hubp->cur_rect.y = src_y_offset + param->viewport.y; in hubp2_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h134 struct cursor_rect cur_rect; member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c818 hubp->cur_rect.x = rec_x_offset + param->recout.x; in hubp401_cursor_set_position()
819 hubp->cur_rect.y = rec_y_offset + param->recout.y; in hubp401_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c1054 payload->cursor_rect.x = hubp->cur_rect.x; in dc_build_cursor_update_payload0()
1055 payload->cursor_rect.y = hubp->cur_rect.y; in dc_build_cursor_update_payload0()
1057 payload->cursor_rect.width = hubp->cur_rect.w; in dc_build_cursor_update_payload0()
1058 payload->cursor_rect.height = hubp->cur_rect.h; in dc_build_cursor_update_payload0()