Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c991 enum cursor_pitch hw_pitch; in hubp1_get_cursor_pitch() local
995 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch()
998 hw_pitch = CURSOR_PITCH_128_PIXELS; in hubp1_get_cursor_pitch()
1001 hw_pitch = CURSOR_PITCH_256_PIXELS; in hubp1_get_cursor_pitch()
1006 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch()
1009 return hw_pitch; in hubp1_get_cursor_pitch()
1038 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp1_cursor_set_attributes() local
1055 CURSOR_PITCH, hw_pitch, in hubp1_cursor_set_attributes()