Searched refs:cursor_height (Results 1 – 19 of 19) sorted by relevance
209 if (x <= (crtc->x - w) || y <= (crtc->y - radeon_crtc->cursor_height) || in radeon_cursor_move_locked()221 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1)); in radeon_cursor_move_locked()226 ((w - 1) << 16) | (radeon_crtc->cursor_height - 1)); in radeon_cursor_move_locked()329 height != radeon_crtc->cursor_height || in radeon_crtc_cursor_set2()338 radeon_crtc->cursor_height = height; in radeon_crtc_cursor_set2()
341 int cursor_height; member
699 dev->mode_config.cursor_height = radeon_crtc->max_cursor_height; in radeon_crtc_init()
938 uint32_t cursor_width, cursor_height; member
151 dev->mode_config.cursor_height = 512; in vkms_modeset_init()
294 if (dev->mode_config.cursor_height) in drm_getcap()295 req->value = dev->mode_config.cursor_height; in drm_getcap()
1186 int cursor_height = (int)hubp->curs_attr.height; in hubp1_cursor_set_position() local1203 swap(cursor_height, cursor_width); in hubp1_cursor_set_position()1238 if (src_y_offset + cursor_height <= 0) in hubp1_cursor_set_position()
970 int cursor_height = (int)hubp->curs_attr.height; in hubp2_cursor_set_position() local987 swap(cursor_height, cursor_width); in hubp2_cursor_set_position()1022 if (src_y_offset + cursor_height <= 0) in hubp2_cursor_set_position()
397 int cursor_height; member
2256 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v8_0_cursor_move_locked()2324 height != amdgpu_crtc->cursor_height || in dce_v8_0_crtc_cursor_set2()2335 amdgpu_crtc->cursor_height = height; in dce_v8_0_crtc_cursor_set2()2621 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height; in dce_v8_0_crtc_init()
2249 ((w - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v6_0_cursor_move_locked()2317 height != amdgpu_crtc->cursor_height || in dce_v6_0_crtc_cursor_set2()2328 amdgpu_crtc->cursor_height = height; in dce_v6_0_crtc_cursor_set2()2602 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height; in dce_v6_0_crtc_init()
2351 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v10_0_cursor_move_locked()2419 height != amdgpu_crtc->cursor_height || in dce_v10_0_crtc_cursor_set2()2430 amdgpu_crtc->cursor_height = height; in dce_v10_0_crtc_cursor_set2()2709 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height; in dce_v10_0_crtc_init()
2427 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v11_0_cursor_move_locked()2495 height != amdgpu_crtc->cursor_height || in dce_v11_0_crtc_cursor_set2()2506 amdgpu_crtc->cursor_height = height; in dce_v11_0_crtc_cursor_set2()2814 adev_to_drm(adev)->mode_config.cursor_height = amdgpu_crtc->max_cursor_height; in dce_v11_0_crtc_init()
81 height > 0 && height <= config->cursor_height; in intel_cursor_size_ok()
10911 mode_config->cursor_height = 1023; in intel_mode_config_init()10915 mode_config->cursor_height = 64; in intel_mode_config_init()10918 mode_config->cursor_height = 256; in intel_mode_config_init()
2767 dev->mode_config.cursor_height = 256; in nv50_display_create()2770 dev->mode_config.cursor_height = 128; in nv50_display_create()2773 dev->mode_config.cursor_height = 64; in nv50_display_create()
880 uint16_t cursor_height; /**< Cursor height in pixels */ member
883 cmd.mall.cursor_height = cursor_attr.height; in dcn30_apply_idle_power_optimizations()
1598 adev_to_drm(adev)->mode_config.cursor_height = adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_init()8749 amdgpu_crtc->cursor_height = plane->state->crtc_h; in handle_cursor_update()
Completed in 111 milliseconds