Home
last modified time | relevance | path

Searched refs:CURSOR_HEIGHT (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_ipp.h84 IPP_SF(CUR_SIZE, CURSOR_HEIGHT, mask_sh), \
127 IPP_SF(DCP0_CUR_SIZE, CURSOR_HEIGHT, mask_sh), \
167 type CURSOR_HEIGHT; \
H A Ddce_ipp.c119 CURSOR_HEIGHT, attributes->height-1); in dce_ipp_cursor_set_attributes()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h82 IPP_SF(CURSOR0_CURSOR_SIZE, CURSOR_HEIGHT, mask_sh), \
109 type CURSOR_HEIGHT; \
H A Ddcn10_hubp.h417 HUBP_SF(CURSOR0_CURSOR_SIZE, CURSOR_HEIGHT, mask_sh), \
607 type CURSOR_HEIGHT; \
H A Ddcn10_hubp.c1051 CURSOR_HEIGHT, attr->height); in hubp1_cursor_set_attributes()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c689 radeon_crtc->max_cursor_height = CURSOR_HEIGHT; in radeon_crtc_init()
H A Dradeon.h232 #define CURSOR_HEIGHT 64 macro