Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dbitblit.c259 ops->cursor_state.image.data = src; in bit_cursor()
278 ops->cursor_state.image.fg_color = fg; in bit_cursor()
279 ops->cursor_state.image.bg_color = bg; in bit_cursor()
299 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor()
307 ops->cursor_state.mask == NULL || in bit_cursor()
316 kfree(ops->cursor_state.mask); in bit_cursor()
317 ops->cursor_state.mask = mask; in bit_cursor()
360 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor()
361 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()
362 cursor.mask = ops->cursor_state.mask; in bit_cursor()
[all …]
H A Dfbcon_ccw.c245 ops->cursor_state.image.data = src; in ccw_cursor()
264 ops->cursor_state.image.fg_color = fg; in ccw_cursor()
265 ops->cursor_state.image.bg_color = bg; in ccw_cursor()
280 if (ops->cursor_state.image.dx != dx || in ccw_cursor()
283 ops->cursor_state.image.dx = dx; in ccw_cursor()
284 ops->cursor_state.image.dy = dy; in ccw_cursor()
288 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
296 ops->cursor_state.mask == NULL || in ccw_cursor()
313 kfree(ops->cursor_state.mask); in ccw_cursor()
314 ops->cursor_state.mask = mask; in ccw_cursor()
[all …]
H A Dfbcon_cw.c228 ops->cursor_state.image.data = src; in cw_cursor()
247 ops->cursor_state.image.fg_color = fg; in cw_cursor()
248 ops->cursor_state.image.bg_color = bg; in cw_cursor()
263 if (ops->cursor_state.image.dx != dx || in cw_cursor()
266 ops->cursor_state.image.dx = dx; in cw_cursor()
267 ops->cursor_state.image.dy = dy; in cw_cursor()
271 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
279 ops->cursor_state.mask == NULL || in cw_cursor()
296 kfree(ops->cursor_state.mask); in cw_cursor()
297 ops->cursor_state.mask = mask; in cw_cursor()
[all …]
H A Dfbcon_ud.c276 ops->cursor_state.image.data = src; in ud_cursor()
295 ops->cursor_state.image.fg_color = fg; in ud_cursor()
296 ops->cursor_state.image.bg_color = bg; in ud_cursor()
311 if (ops->cursor_state.image.dx != dx || in ud_cursor()
314 ops->cursor_state.image.dx = dx; in ud_cursor()
315 ops->cursor_state.image.dy = dy; in ud_cursor()
319 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
327 ops->cursor_state.mask == NULL || in ud_cursor()
336 kfree(ops->cursor_state.mask); in ud_cursor()
337 ops->cursor_state.mask = mask; in ud_cursor()
[all …]
H A Dfbcon.h70 struct fb_cursor cursor_state; member
H A Dfbcon.c392 enable = ops->cursor_flash && !ops->cursor_state.enable; in fb_flashcursor()
715 kfree(ops->cursor_state.mask); in fbcon_release()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11227 struct drm_plane_state *old_plane_state, *plane_state, *cursor_state; in dm_crtc_get_cursor_mode() local
11292 cursor_state = drm_atomic_get_plane_state(state, in dm_crtc_get_cursor_mode()
11294 if (IS_ERR(cursor_state)) in dm_crtc_get_cursor_mode()
11295 return PTR_ERR(cursor_state); in dm_crtc_get_cursor_mode()
11298 if (!cursor_state->fb) in dm_crtc_get_cursor_mode()
11319 dm_get_plane_scale(cursor_state, in dm_crtc_get_cursor_mode()