Searched refs:cursor_state (Results 1 – 3 of 3) sorted by relevance
281 if (par->cursor_state.image.data != src || in bit_cursor()283 par->cursor_state.image.data = src; in bit_cursor()299 if (par->cursor_state.image.fg_color != fg || in bit_cursor()300 par->cursor_state.image.bg_color != bg || in bit_cursor()302 par->cursor_state.image.fg_color = fg; in bit_cursor()303 par->cursor_state.image.bg_color = bg; in bit_cursor()307 if ((par->cursor_state.image.dx != (vc->vc_font.width * vc->state.x)) || in bit_cursor()308 (par->cursor_state.image.dy != (vc->vc_font.height * y)) || in bit_cursor()310 par->cursor_state.image.dx = vc->vc_font.width * vc->state.x; in bit_cursor()311 par->cursor_state.image.dy = vc->vc_font.height * y; in bit_cursor()[all …]
423 enable = par->cursor_flash && !par->cursor_state.enable; in fb_flashcursor()747 kfree(par->cursor_state.mask); in fbcon_release()
12238 struct drm_plane_state *old_plane_state, *plane_state, *cursor_state; in dm_crtc_get_cursor_mode() local12303 cursor_state = drm_atomic_get_plane_state(state, in dm_crtc_get_cursor_mode()12305 if (IS_ERR(cursor_state)) in dm_crtc_get_cursor_mode()12306 return PTR_ERR(cursor_state); in dm_crtc_get_cursor_mode()12309 if (!cursor_state->fb) in dm_crtc_get_cursor_mode()12330 dm_get_plane_scale(cursor_state, in dm_crtc_get_cursor_mode()