HomeSort by: relevance | last modified time | path
    Searched refs:cursor_hot_y (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c 336 hot_y != radeon_crtc->cursor_hot_y) {
340 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y;
345 radeon_crtc->cursor_hot_y = hot_y;
radeon_mode.h 341 int cursor_hot_y; member in struct:radeon_crtc
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 393 int cursor_hot_y; member in struct:amdgpu_crtc
amdgpu_dce_v10_0.c 2430 hot_y != amdgpu_crtc->cursor_hot_y) {
2434 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2441 amdgpu_crtc->cursor_hot_y = hot_y;
amdgpu_dce_v11_0.c 2509 hot_y != amdgpu_crtc->cursor_hot_y) {
2513 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2520 amdgpu_crtc->cursor_hot_y = hot_y;
amdgpu_dce_v6_0.c 2325 hot_y != amdgpu_crtc->cursor_hot_y) {
2329 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2336 amdgpu_crtc->cursor_hot_y = hot_y;
amdgpu_dce_v8_0.c 2331 hot_y != amdgpu_crtc->cursor_hot_y) {
2335 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y;
2342 amdgpu_crtc->cursor_hot_y = hot_y;

Completed in 44 milliseconds