OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_hot_x
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c
335
hot_x != radeon_crtc->
cursor_hot_x
||
339
x = radeon_crtc->cursor_x + radeon_crtc->
cursor_hot_x
- hot_x;
344
radeon_crtc->
cursor_hot_x
= hot_x;
radeon_mode.h
340
int
cursor_hot_x
;
member in struct:radeon_crtc
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h
392
int
cursor_hot_x
;
member in struct:amdgpu_crtc
amdgpu_dce_v10_0.c
2429
hot_x != amdgpu_crtc->
cursor_hot_x
||
2433
x = amdgpu_crtc->cursor_x + amdgpu_crtc->
cursor_hot_x
- hot_x;
2440
amdgpu_crtc->
cursor_hot_x
= hot_x;
amdgpu_dce_v11_0.c
2508
hot_x != amdgpu_crtc->
cursor_hot_x
||
2512
x = amdgpu_crtc->cursor_x + amdgpu_crtc->
cursor_hot_x
- hot_x;
2519
amdgpu_crtc->
cursor_hot_x
= hot_x;
amdgpu_dce_v6_0.c
2324
hot_x != amdgpu_crtc->
cursor_hot_x
||
2328
x = amdgpu_crtc->cursor_x + amdgpu_crtc->
cursor_hot_x
- hot_x;
2335
amdgpu_crtc->
cursor_hot_x
= hot_x;
amdgpu_dce_v8_0.c
2330
hot_x != amdgpu_crtc->
cursor_hot_x
||
2334
x = amdgpu_crtc->cursor_x + amdgpu_crtc->
cursor_hot_x
- hot_x;
2341
amdgpu_crtc->
cursor_hot_x
= hot_x;
Completed in 30 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026