OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curs_attr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
hubp.h
64
struct dc_cursor_attributes
curs_attr
;
member in struct:hubp
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_ipp.h
187
struct dc_cursor_attributes
curs_attr
;
member in struct:dcn10_ipp
amdgpu_dcn10_hubp.c
1114
hubp->
curs_attr
= *attr;
1157
if (hubp->
curs_attr
.address.quad_part == 0)
1185
if (src_x_offset + (int)hubp->
curs_attr
.width <= 0)
1191
if (src_y_offset + (int)hubp->
curs_attr
.height <= 0)
1195
hubp->funcs->set_cursor_attributes(hubp, &hubp->
curs_attr
);
amdgpu_dcn10_hw_sequencer.c
3035
(int)hubp->
curs_attr
.width || pos_cpy.x
3036
<= (int)hubp->
curs_attr
.width +
3048
dpp->funcs->set_cursor_position(dpp, &pos_cpy, ¶m, hubp->
curs_attr
.width, hubp->
curs_attr
.height);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c
585
hubp->
curs_attr
= *attr;
953
int cursor_height = (int)hubp->
curs_attr
.height;
954
int cursor_width = (int)hubp->
curs_attr
.width;
965
if (hubp->
curs_attr
.address.quad_part == 0)
1009
hubp->funcs->set_cursor_attributes(hubp, &hubp->
curs_attr
);
Completed in 17 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025