HomeSort by: relevance | last modified time | path
    Searched refs:CURSOR_WIDTH (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_ipp.h 94 IPP_SF(CURSOR0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
114 IPP_SF(CURSOR0_0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
140 type CURSOR_WIDTH; \
dcn10_hubp.h 439 HUBP_SF(CURSOR0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
631 type CURSOR_WIDTH; \
amdgpu_dcn10_hubp.c 1122 CURSOR_WIDTH, attr->width,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_ipp.h 85 IPP_SF(CUR_SIZE, CURSOR_WIDTH, mask_sh), \
128 IPP_SF(DCP0_CUR_SIZE, CURSOR_WIDTH, mask_sh), \
168 type CURSOR_WIDTH; \
amdgpu_dce_ipp.c 125 CURSOR_WIDTH, attributes->width-1,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
dcn21_hubp.h 60 HUBP_SF(CURSOR0_0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_enums.h 33 #define CURSOR_WIDTH 64
sid.h 2003 #define CURSOR_WIDTH 64
amdgpu_dce_v6_0.c 2233 int w = amdgpu_crtc->cursor_width;
2322 if (width != amdgpu_crtc->cursor_width ||
2333 amdgpu_crtc->cursor_width = width;
2600 amdgpu_crtc->max_cursor_width = CURSOR_WIDTH;
2602 adev->ddev->mode_config.cursor_width = amdgpu_crtc->max_cursor_width;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_hubp.h 85 HUBP_SF(CURSOR0_0_CURSOR_SIZE, CURSOR_WIDTH, mask_sh), \
242 unsigned int cursor_width,
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/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 698 radeon_crtc->max_cursor_width = CURSOR_WIDTH;
701 dev->mode_config.cursor_width = radeon_crtc->max_cursor_width;
radeon.h 231 #define CURSOR_WIDTH 64

Completed in 31 milliseconds