Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_ipp.h83 IPP_SF(CUR_SIZE, CURSOR_WIDTH, mask_sh), \
126 IPP_SF(DCP0_CUR_SIZE, CURSOR_WIDTH, mask_sh), \
166 type CURSOR_WIDTH; \
H A Ddce_ipp.c118 CURSOR_WIDTH, attributes->width-1, in dce_ipp_cursor_set_attributes()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h81 IPP_SF(CURSOR0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
108 type CURSOR_WIDTH; \
H A Ddcn10_hubp.h416 HUBP_SF(CURSOR0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
606 type CURSOR_WIDTH; \
H A Ddcn10_hubp.c1050 CURSOR_WIDTH, attr->width, in hubp1_cursor_set_attributes()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c688 radeon_crtc->max_cursor_width = CURSOR_WIDTH; in radeon_crtc_init()
H A Dradeon.h231 #define CURSOR_WIDTH 64 macro