Searched refs:cursor_width (Results 1 – 18 of 18) sorted by relevance
559 unsigned int cursor_width, in hubp2_get_lines_per_chunk() argument569 if (cursor_width >= 1 && cursor_width <= 32) in hubp2_get_lines_per_chunk()571 else if (cursor_width >= 33 && cursor_width <= 64) in hubp2_get_lines_per_chunk()573 else if (cursor_width >= 65 && cursor_width <= 128) in hubp2_get_lines_per_chunk()575 else if (cursor_width >= 129 && cursor_width <= 256) in hubp2_get_lines_per_chunk()579 if (cursor_width >= 1 && cursor_width <= 16) in hubp2_get_lines_per_chunk()581 else if (cursor_width >= 17 && cursor_width <= 32) in hubp2_get_lines_per_chunk()583 else if (cursor_width >= 33 && cursor_width <= 64) in hubp2_get_lines_per_chunk()585 else if (cursor_width >= 65 && cursor_width <= 128) in hubp2_get_lines_per_chunk()587 else if (cursor_width >= 129 && cursor_width <= 256) in hubp2_get_lines_per_chunk()[all …]
281 unsigned int cursor_width,
149 int w = radeon_crtc->cursor_width; in radeon_cursor_move_locked()328 if (width != radeon_crtc->cursor_width || in radeon_crtc_cursor_set2()337 radeon_crtc->cursor_width = width; in radeon_crtc_cursor_set2()
340 int cursor_width; member
711 dev->mode_config.cursor_width = radeon_crtc->max_cursor_width; in radeon_crtc_init()
134 dev->mode_config.cursor_width = 512; in vkms_modeset_init()
289 if (dev->mode_config.cursor_width) in drm_getcap()290 req->value = dev->mode_config.cursor_width; in drm_getcap()
1158 int cursor_width = (int)hubp->curs_attr.width; in hubp1_cursor_set_position() local1174 swap(cursor_height, cursor_width); in hubp1_cursor_set_position()1203 if (src_x_offset + cursor_width <= 0) in hubp1_cursor_set_position()
223 uint32_t cursor_width; member
393 int cursor_width; member
2256 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v8_0_cursor_move_locked()2323 if (width != amdgpu_crtc->cursor_width || in dce_v8_0_crtc_cursor_set2()2334 amdgpu_crtc->cursor_width = width; in dce_v8_0_crtc_cursor_set2()2620 adev_to_drm(adev)->mode_config.cursor_width = amdgpu_crtc->max_cursor_width; in dce_v8_0_crtc_init()
2228 int w = amdgpu_crtc->cursor_width; in dce_v6_0_cursor_move_locked()2317 if (width != amdgpu_crtc->cursor_width || in dce_v6_0_crtc_cursor_set2()2328 amdgpu_crtc->cursor_width = width; in dce_v6_0_crtc_cursor_set2()2602 adev_to_drm(adev)->mode_config.cursor_width = amdgpu_crtc->max_cursor_width; in dce_v6_0_crtc_init()
2355 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v10_0_cursor_move_locked()2422 if (width != amdgpu_crtc->cursor_width || in dce_v10_0_crtc_cursor_set2()2433 amdgpu_crtc->cursor_width = width; in dce_v10_0_crtc_cursor_set2()2712 adev_to_drm(adev)->mode_config.cursor_width = amdgpu_crtc->max_cursor_width; in dce_v10_0_crtc_init()
2434 ((amdgpu_crtc->cursor_width - 1) << 16) | (amdgpu_crtc->cursor_height - 1)); in dce_v11_0_cursor_move_locked()2501 if (width != amdgpu_crtc->cursor_width || in dce_v11_0_crtc_cursor_set2()2512 amdgpu_crtc->cursor_width = width; in dce_v11_0_crtc_cursor_set2()2820 adev_to_drm(adev)->mode_config.cursor_width = amdgpu_crtc->max_cursor_width; in dce_v11_0_crtc_init()
346 data->cursor_width_pixels[i] = bw_int_to_fixed(vbios->cursor_width); in calculate_bandwidth()2072 vbios.cursor_width = 32; in bw_calcs_init()2188 vbios.cursor_width = 32; in bw_calcs_init()2304 vbios.cursor_width = 32; in bw_calcs_init()2420 vbios.cursor_width = 32; in bw_calcs_init()2533 vbios.cursor_width = 32; in bw_calcs_init()2646 vbios.cursor_width = 32; in bw_calcs_init()
172 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] cursor_width: %d", vbios->cursor_width); in print_bw_calcs_vbios()
11365 return width > 0 && width <= config->cursor_width && in intel_cursor_size_ok()11618 return plane->base.dev->mode_config.cursor_width * 4; in i9xx_cursor_max_stride()17839 mode_config->cursor_width = IS_I845G(i915) ? 64 : 512; in intel_mode_config_init()17843 mode_config->cursor_width = 64; in intel_mode_config_init()17846 mode_config->cursor_width = 256; in intel_mode_config_init()
1102 adev_to_drm(adev)->mode_config.cursor_width = adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_init()6964 amdgpu_crtc->cursor_width = plane->state->crtc_w; in handle_cursor_update()