Searched refs:hw_pitch (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hubp.c | 113 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp32_cursor_set_attributes() local 136 CURSOR_PITCH, hw_pitch, in hubp32_cursor_set_attributes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubp.c | 1073 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hubp.c | 1102 enum cursor_pitch hw_pitch; in hubp1_get_cursor_pitch() local 1106 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch() 1109 hw_pitch = CURSOR_PITCH_128_PIXELS; in hubp1_get_cursor_pitch() 1112 hw_pitch = CURSOR_PITCH_256_PIXELS; in hubp1_get_cursor_pitch() 1117 hw_pitch = CURSOR_PITCH_64_PIXELS; in hubp1_get_cursor_pitch() 1120 return hw_pitch; in hubp1_get_cursor_pitch() 1149 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp1_cursor_set_attributes() local 1166 CURSOR_PITCH, hw_pitch, in hubp1_cursor_set_attributes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 594 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp2_cursor_set_attributes() local 612 CURSOR_PITCH, hw_pitch, in hubp2_cursor_set_attributes() 630 hubp->att.cur_ctl.bits.pitch = hw_pitch; in hubp2_cursor_set_attributes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 599 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch); in hubp2_cursor_set_attributes() local 617 CURSOR_PITCH, hw_pitch, in hubp2_cursor_set_attributes()
|
Completed in 8 milliseconds