OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cursor_width
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c
541
unsigned int
cursor_width
,
551
if (
cursor_width
>= 1 &&
cursor_width
<= 32)
553
else if (
cursor_width
>= 33 &&
cursor_width
<= 64)
555
else if (
cursor_width
>= 65 &&
cursor_width
<= 128)
557
else if (
cursor_width
>= 129 &&
cursor_width
<= 256)
561
if (
cursor_width
>= 1 && cursor_width <= 16
954
int
cursor_width
= (int)hubp->curs_attr.width;
local in function:hubp2_cursor_set_position
[
all
...]
/src/sys/arch/arm/iomd/
vidc20config.c
148
int
cursor_width
;
variable in typeref:typename:int
594
cursor_width
= width;
/src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h
352
* @
cursor_width
: hint to userspace for max cursor width
920
uint32_t
cursor_width
, cursor_height;
member in struct:drm_mode_config
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h
394
int
cursor_width
;
member in struct:amdgpu_crtc
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h
225
uint32_t
cursor_width
;
member in struct:bw_calcs_vbios
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_mode.h
342
int
cursor_width
;
member in struct:radeon_crtc
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025