Searched refs:curs_attr (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | hubp.h | 66 struct dc_cursor_attributes curs_attr; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubp.c | 1124 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()
|
H A D | dcn10_ipp.h | 185 struct dc_cursor_attributes curs_attr; member
|
H A D | dcn10_hw_sequencer.c | 3508 (int)hubp->curs_attr.width || pos_cpy.x in dcn10_set_cursor_position() 3509 <= (int)hubp->curs_attr.width + in dcn10_set_cursor_position() 3521 dpp->funcs->set_cursor_position(dpp, &pos_cpy, ¶m, hubp->curs_attr.width, hubp->curs_attr.height); in dcn10_set_cursor_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubp.c | 1153 hubp->curs_attr = *attr; in hubp1_cursor_set_attributes() 1188 int cursor_height = (int)hubp->curs_attr.height; in hubp1_cursor_set_position() 1189 int cursor_width = (int)hubp->curs_attr.width; in hubp1_cursor_set_position() 1202 if (hubp->curs_attr.address.quad_part == 0) in hubp1_cursor_set_position() 1251 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp1_cursor_set_position()
|
H A D | dcn10_ipp.h | 206 struct dc_cursor_attributes curs_attr; member
|
H A D | dcn10_hw_sequencer.c | 3521 (int)hubp->curs_attr.width || pos_cpy.x in dcn10_set_cursor_position() 3522 <= (int)hubp->curs_attr.width + in dcn10_set_cursor_position() 3614 (int)hubp->curs_attr.width || pos_cpy.x in dcn10_set_cursor_position() 3615 <= (int)hubp->curs_attr.width + in dcn10_set_cursor_position() 3638 dpp->funcs->set_cursor_position(dpp, &pos_cpy, ¶m, hubp->curs_attr.width, hubp->curs_attr.height); in dcn10_set_cursor_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hubp.c | 122 hubp->curs_attr = *attr; in hubp32_cursor_set_attributes()
|
H A D | dcn32_resource_helpers.c | 62 uint32_t cursor_size = hubp->curs_attr.pitch * hubp->curs_attr.height; in dcn32_helper_calculate_mall_bytes_for_cursor()
|
H A D | dcn32_hwseq.c | 663 int cursor_size = hubp->curs_attr.pitch * hubp->curs_attr.height; in dcn32_update_mall_sel() 665 switch (hubp->curs_attr.color_format) { in dcn32_update_mall_sel()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | hubp.h | 66 struct dc_cursor_attributes curs_attr; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 603 hubp->curs_attr = *attr; in hubp2_cursor_set_attributes() 974 int cursor_height = (int)hubp->curs_attr.height; in hubp2_cursor_set_position() 975 int cursor_width = (int)hubp->curs_attr.width; in hubp2_cursor_set_position() 986 if (hubp->curs_attr.address.quad_part == 0) in hubp2_cursor_set_position() 1030 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp2_cursor_set_position()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 598 hubp->curs_attr = *attr; in hubp2_cursor_set_attributes() 982 int cursor_height = (int)hubp->curs_attr.height; in hubp2_cursor_set_position() 983 int cursor_width = (int)hubp->curs_attr.width; in hubp2_cursor_set_position() 996 if (hubp->curs_attr.address.quad_part == 0) in hubp2_cursor_set_position() 1045 hubp->funcs->set_cursor_attributes(hubp, &hubp->curs_attr); in hubp2_cursor_set_position()
|
Completed in 21 milliseconds