Searched refs:cursor_x (Results 1 – 14 of 14) sorted by relevance
/drivers/video/console/ |
D | sticon.c | 92 if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) { in sticon_putc() 116 if ((p->cursor_y == ypos) && (xpos <= p->cursor_x) && in sticon_putcs() 117 (p->cursor_x < (xpos + count))) { in sticon_putcs()
|
/drivers/gpu/drm/radeon/ |
D | radeon_cursor.c | 149 radeon_crtc->cursor_x = x; in radeon_cursor_move_locked() 332 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2() 377 radeon_cursor_move_locked(crtc, radeon_crtc->cursor_x, in radeon_cursor_reset()
|
D | radeon_mode.h | 338 int cursor_x; member
|
/drivers/staging/speakup/ |
D | spk_types.h | 69 u_long reading_x, cursor_x; member 85 #define spk_cx (speakup_console[vc->vc_num]->cursor_x)
|
/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 840 if (dcrtc->cursor_x < 0) { in armada_drm_crtc_cursor_update() 841 xoff = -dcrtc->cursor_x; in armada_drm_crtc_cursor_update() 844 } else if (dcrtc->cursor_x + w > dcrtc->crtc.mode.hdisplay) { in armada_drm_crtc_cursor_update() 846 xscr = dcrtc->cursor_x; in armada_drm_crtc_cursor_update() 847 w = max_t(int, dcrtc->crtc.mode.hdisplay - dcrtc->cursor_x, 0); in armada_drm_crtc_cursor_update() 850 xscr = dcrtc->cursor_x; in armada_drm_crtc_cursor_update() 988 dcrtc->cursor_x = x; in armada_drm_crtc_cursor_move()
|
D | armada_crtc.h | 88 int cursor_x; member
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 214 int cursor_x; member
|
D | vmwgfx_kms.c | 413 du->cursor_x = plane->state->crtc_x + du->set_gui_x; in vmw_du_cursor_plane_atomic_update() 417 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
|
/drivers/gpu/drm/ |
D | drm_plane.c | 792 crtc_x = crtc->cursor_x; in drm_mode_cursor_universal() 813 crtc->cursor_x = req->x; in drm_mode_cursor_universal()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mode.h | 365 int cursor_x; member
|
D | dce_v8_0.c | 2266 amdgpu_crtc->cursor_x = x; in dce_v8_0_cursor_move_locked() 2358 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2() 2394 dce_v8_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v8_0_cursor_reset()
|
D | dce_v6_0.c | 2253 amdgpu_crtc->cursor_x = x; in dce_v6_0_cursor_move_locked() 2345 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2() 2381 dce_v6_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v6_0_cursor_reset()
|
D | dce_v11_0.c | 2437 amdgpu_crtc->cursor_x = x; in dce_v11_0_cursor_move_locked() 2529 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2() 2565 dce_v11_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v11_0_cursor_reset()
|
D | dce_v10_0.c | 2362 amdgpu_crtc->cursor_x = x; in dce_v10_0_cursor_move_locked() 2454 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2() 2490 dce_v10_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v10_0_cursor_reset()
|