Searched refs:cursor_hot_y (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h468 int cursor_hot_y; member in struct:amdgpu_crtc
H A Ddce_v10_0.c2418 hot_y != amdgpu_crtc->cursor_hot_y) {
2422 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2429 amdgpu_crtc->cursor_hot_y = hot_y;
H A Ddce_v11_0.c2502 hot_y != amdgpu_crtc->cursor_hot_y) {
2506 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2513 amdgpu_crtc->cursor_hot_y = hot_y;
H A Ddce_v6_0.c2338 hot_y != amdgpu_crtc->cursor_hot_y) {
2342 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2349 amdgpu_crtc->cursor_hot_y = hot_y;
H A Ddce_v8_0.c2337 hot_y != amdgpu_crtc->cursor_hot_y) {
2341 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2348 amdgpu_crtc->cursor_hot_y = hot_y;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c331 hot_y != radeon_crtc->cursor_hot_y) {
335 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y;
340 radeon_crtc->cursor_hot_y = hot_y;
H A Dradeon_mode.h330 int cursor_hot_y; member in struct:radeon_crtc

Completed in 504 milliseconds