Searched refs:cursor_state (Results 1 – 8 of 8) sorted by relevance
783 drm_cursor_state *cursor_state) in drm_crtc_update_offsets() argument791 width = cursor_state->width; in drm_crtc_update_offsets()792 height = cursor_state->height; in drm_crtc_update_offsets()805 x = cursor_state->x + cursor_state->hot_x - cursor_state->hot_x * scale_x; in drm_crtc_update_offsets()806 y = cursor_state->y + cursor_state->hot_y - cursor_state->hot_y * scale_y; in drm_crtc_update_offsets()824 cursor_state->scaled_x = x; in drm_crtc_update_offsets()825 cursor_state->scaled_y = y; in drm_crtc_update_offsets()826 cursor_state->off_x = off_x; in drm_crtc_update_offsets()827 cursor_state->off_y = off_y; in drm_crtc_update_offsets()828 cursor_state->scaled_w = width; in drm_crtc_update_offsets()[all …]
226 if (ops->cursor_state.image.data != src || in cw_cursor()228 ops->cursor_state.image.data = src; in cw_cursor()244 if (ops->cursor_state.image.fg_color != fg || in cw_cursor()245 ops->cursor_state.image.bg_color != bg || 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()252 if (ops->cursor_state.image.height != vc->vc_font.width || in cw_cursor()253 ops->cursor_state.image.width != vc->vc_font.height || in cw_cursor()255 ops->cursor_state.image.height = vc->vc_font.width; in cw_cursor()256 ops->cursor_state.image.width = vc->vc_font.height; in cw_cursor()[all …]
254 if (ops->cursor_state.image.data != src || in bit_cursor()256 ops->cursor_state.image.data = src; in bit_cursor()272 if (ops->cursor_state.image.fg_color != fg || in bit_cursor()273 ops->cursor_state.image.bg_color != bg || in bit_cursor()275 ops->cursor_state.image.fg_color = fg; in bit_cursor()276 ops->cursor_state.image.bg_color = bg; in bit_cursor()280 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->state.x)) || in bit_cursor()281 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) || in bit_cursor()283 ops->cursor_state.image.dx = vc->vc_font.width * vc->state.x; in bit_cursor()284 ops->cursor_state.image.dy = vc->vc_font.height * y; in bit_cursor()[all …]
243 if (ops->cursor_state.image.data != src || in ccw_cursor()245 ops->cursor_state.image.data = src; in ccw_cursor()261 if (ops->cursor_state.image.fg_color != fg || in ccw_cursor()262 ops->cursor_state.image.bg_color != bg || 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()269 if (ops->cursor_state.image.height != vc->vc_font.width || in ccw_cursor()270 ops->cursor_state.image.width != vc->vc_font.height || in ccw_cursor()272 ops->cursor_state.image.height = vc->vc_font.width; in ccw_cursor()273 ops->cursor_state.image.width = vc->vc_font.height; in ccw_cursor()[all …]
274 if (ops->cursor_state.image.data != src || in ud_cursor()276 ops->cursor_state.image.data = src; in ud_cursor()292 if (ops->cursor_state.image.fg_color != fg || in ud_cursor()293 ops->cursor_state.image.bg_color != bg || 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()300 if (ops->cursor_state.image.height != vc->vc_font.height || in ud_cursor()301 ops->cursor_state.image.width != vc->vc_font.width || in ud_cursor()303 ops->cursor_state.image.height = vc->vc_font.height; in ud_cursor()304 ops->cursor_state.image.width = vc->vc_font.width; in ud_cursor()[all …]
72 struct fb_cursor cursor_state; member
393 mode = (!ops->cursor_flash || ops->cursor_state.enable) ? in fb_flashcursor()772 kfree(ops->cursor_state.mask); in con2fb_release_oldinfo()3429 kfree(ops->cursor_state.mask); in fbcon_exit()
239 static int __maybe_unused cursor_state; variable516 if (cursor_state) in video_set_cursor()538 if (cursor_state != state) { in console_cursor()539 if (cursor_state) { in console_cursor()552 cursor_state = state; in console_cursor()