Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c1073 enum cursor_pitch hw_pitch; in hubp1_get_cursor_pitch() local
1077 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch()
1080 hw_pitch = CURSOR_PITCH_128_PIXELS; in hubp1_get_cursor_pitch()
1083 hw_pitch = CURSOR_PITCH_256_PIXELS; in hubp1_get_cursor_pitch()
1088 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch()
1091 return hw_pitch; in hubp1_get_cursor_pitch()
1120 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp1_cursor_set_attributes() local
1137 CURSOR_PITCH, hw_pitch, in hubp1_cursor_set_attributes()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c596 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp2_cursor_set_attributes() local
614 CURSOR_PITCH, hw_pitch, in hubp2_cursor_set_attributes()