Home
last modified time | relevance | path

Searched refs:hw_pitch (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1124 enum cursor_pitch hw_pitch; in hubp1_get_cursor_pitch() local
1128 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch()
1131 hw_pitch = CURSOR_PITCH_128_PIXELS; in hubp1_get_cursor_pitch()
1134 hw_pitch = CURSOR_PITCH_256_PIXELS; in hubp1_get_cursor_pitch()
1139 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch()
1142 return hw_pitch; in hubp1_get_cursor_pitch()
1171 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp1_cursor_set_attributes() local
1188 CURSOR_PITCH, hw_pitch, in hubp1_cursor_set_attributes()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c610 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp2_cursor_set_attributes() local
629 CURSOR_PITCH, hw_pitch, in hubp2_cursor_set_attributes()
648 hubp->att.cur_ctl.bits.pitch = hw_pitch; in hubp2_cursor_set_attributes()