Searched refs:cursor_state (Results 1 – 7 of 7) sorted by relevance
258 ops->cursor_state.image.data = src; in bit_cursor()277 ops->cursor_state.image.fg_color = fg; in bit_cursor()278 ops->cursor_state.image.bg_color = bg; in bit_cursor()298 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor()306 ops->cursor_state.mask == NULL || in bit_cursor()315 kfree(ops->cursor_state.mask); in bit_cursor()316 ops->cursor_state.mask = mask; in bit_cursor()359 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor()360 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()361 cursor.mask = ops->cursor_state.mask; in bit_cursor()[all …]
244 ops->cursor_state.image.data = src; in ccw_cursor()263 ops->cursor_state.image.fg_color = fg; in ccw_cursor()264 ops->cursor_state.image.bg_color = bg; in ccw_cursor()279 if (ops->cursor_state.image.dx != dx || in ccw_cursor()282 ops->cursor_state.image.dx = dx; in ccw_cursor()283 ops->cursor_state.image.dy = dy; in ccw_cursor()287 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()295 ops->cursor_state.mask == NULL || in ccw_cursor()312 kfree(ops->cursor_state.mask); in ccw_cursor()313 ops->cursor_state.mask = mask; in ccw_cursor()[all …]
227 ops->cursor_state.image.data = src; in cw_cursor()246 ops->cursor_state.image.fg_color = fg; in cw_cursor()247 ops->cursor_state.image.bg_color = bg; in cw_cursor()262 if (ops->cursor_state.image.dx != dx || in cw_cursor()265 ops->cursor_state.image.dx = dx; in cw_cursor()266 ops->cursor_state.image.dy = dy; in cw_cursor()270 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()278 ops->cursor_state.mask == NULL || in cw_cursor()295 kfree(ops->cursor_state.mask); in cw_cursor()296 ops->cursor_state.mask = mask; in cw_cursor()[all …]
275 ops->cursor_state.image.data = src; in ud_cursor()294 ops->cursor_state.image.fg_color = fg; in ud_cursor()295 ops->cursor_state.image.bg_color = bg; in ud_cursor()310 if (ops->cursor_state.image.dx != dx || in ud_cursor()313 ops->cursor_state.image.dx = dx; in ud_cursor()314 ops->cursor_state.image.dy = dy; in ud_cursor()318 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()326 ops->cursor_state.mask == NULL || in ud_cursor()335 kfree(ops->cursor_state.mask); in ud_cursor()336 ops->cursor_state.mask = mask; in ud_cursor()[all …]
70 struct fb_cursor cursor_state; member
407 enable = ops->cursor_flash && !ops->cursor_state.enable; in fb_flashcursor()731 kfree(ops->cursor_state.mask); in fbcon_release()
11642 struct drm_plane_state *old_plane_state, *plane_state, *cursor_state; in dm_crtc_get_cursor_mode() local11707 cursor_state = drm_atomic_get_plane_state(state, in dm_crtc_get_cursor_mode()11709 if (IS_ERR(cursor_state)) in dm_crtc_get_cursor_mode()11710 return PTR_ERR(cursor_state); in dm_crtc_get_cursor_mode()11713 if (!cursor_state->fb) in dm_crtc_get_cursor_mode()11734 dm_get_plane_scale(cursor_state, in dm_crtc_get_cursor_mode()
Completed in 748 milliseconds