Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon_cw.c225 if (ops->cursor_state.image.data != src || in cw_cursor()
227 ops->cursor_state.image.data = src; in cw_cursor()
243 if (ops->cursor_state.image.fg_color != fg || in cw_cursor()
244 ops->cursor_state.image.bg_color != bg || 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()
251 if (ops->cursor_state.image.height != vc->vc_font.width || in cw_cursor()
252 ops->cursor_state.image.width != vc->vc_font.height || in cw_cursor()
254 ops->cursor_state.image.height = vc->vc_font.width; in cw_cursor()
255 ops->cursor_state in cw_cursor()
[all...]
H A Dfbcon_ccw.c242 if (ops->cursor_state.image.data != src || in ccw_cursor()
244 ops->cursor_state.image.data = src; in ccw_cursor()
260 if (ops->cursor_state.image.fg_color != fg || in ccw_cursor()
261 ops->cursor_state.image.bg_color != bg || 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()
268 if (ops->cursor_state.image.height != vc->vc_font.width || in ccw_cursor()
269 ops->cursor_state.image.width != vc->vc_font.height || in ccw_cursor()
271 ops->cursor_state.image.height = vc->vc_font.width; in ccw_cursor()
272 ops->cursor_state in ccw_cursor()
[all...]
H A Dfbcon_ud.c273 if (ops->cursor_state.image.data != src || in ud_cursor()
275 ops->cursor_state.image.data = src; in ud_cursor()
291 if (ops->cursor_state.image.fg_color != fg || in ud_cursor()
292 ops->cursor_state.image.bg_color != bg || 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()
299 if (ops->cursor_state.image.height != vc->vc_font.height || in ud_cursor()
300 ops->cursor_state.image.width != vc->vc_font.width || in ud_cursor()
302 ops->cursor_state.image.height = vc->vc_font.height; in ud_cursor()
303 ops->cursor_state in ud_cursor()
[all...]
H A Dfbcon.h70 struct fb_cursor cursor_state; member
H A Dfbcon.c407 enable = ops->cursor_flash && !ops->cursor_state.enable; in fb_flashcursor()
731 kfree(ops->cursor_state.mask); in fbcon_release()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11642 struct drm_plane_state *old_plane_state, *plane_state, *cursor_state; in dm_crtc_get_cursor_mode() local
11707 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()