Searched refs:cursor_move (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_crtc.h | 478 int (*cursor_move)(struct drm_crtc *crtc, int x, int y); member
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_plane.c | 1177 if (crtc->funcs->cursor_move) { in drm_mode_cursor_common() 1178 ret = crtc->funcs->cursor_move(crtc, req->x, req->y); in drm_mode_cursor_common()
|
H A D | drm_mode_config.c | 663 WARN(crtc->cursor && crtc->funcs->cursor_move, in drm_mode_config_validate()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_crtc.c | 490 .cursor_move = mdp4_crtc_cursor_move,
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | gma_display.c | 562 .cursor_move = gma_crtc_cursor_move,
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 820 .cursor_move = armada_drm_crtc_cursor_move,
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 1123 .cursor_move = NULL, /* handled by drm_mode_cursor_universal */
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_crtc.c | 1170 .cursor_move = mdp5_crtc_cursor_move,
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | crtc.c | 1244 .cursor_move = nv04_crtc_cursor_move,
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 670 .cursor_move = radeon_crtc_cursor_move,
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v8_0.c | 2387 .cursor_move = dce_v8_0_crtc_cursor_move,
|
H A D | dce_v6_0.c | 2387 .cursor_move = dce_v6_0_crtc_cursor_move,
|
H A D | dce_v10_0.c | 2482 .cursor_move = dce_v10_0_crtc_cursor_move,
|
H A D | dce_v11_0.c | 2566 .cursor_move = dce_v11_0_crtc_cursor_move,
|