Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dbitblit.c281 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 …]
H A Dfbcon.c423 enable = par->cursor_flash && !par->cursor_state.enable; in fb_flashcursor()
747 kfree(par->cursor_state.mask); in fbcon_release()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c12238 struct drm_plane_state *old_plane_state, *plane_state, *cursor_state; in dm_crtc_get_cursor_mode() local
12303 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()