Searched refs:cursor_width (Results 1 – 16 of 16) sorted by relevance
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()
379 unsigned long cursor_width; member
286 if (dev->mode_config.cursor_width) in drm_getcap()287 req->value = dev->mode_config.cursor_width; in drm_getcap()
142 ddev->mode_config.cursor_width = descp->hw_cursor_h; in lsdc_mode_config_init()
223 uint32_t cursor_width; member
473 int cursor_width; member
410 plane->cursor.cursor_width = 256; in populate_dml21_dummy_plane_cfg()516 plane->cursor.cursor_width = 256; in populate_dml21_plane_config_from_plane_state()
606 phantom->cursor.cursor_width = 0; in create_phantom_plane_from_main_plane()
3315 unsigned int cursor_width, in calculate_cursor_req_attributes() argument3334 cursor_width_bytes = (unsigned int)math_ceil2((double)cursor_width * cursor_bpp / 8, 1); in calculate_cursor_req_attributes()3349 if (cursor_width <= 32) in calculate_cursor_req_attributes()3351 else if (cursor_width <= 64) in calculate_cursor_req_attributes()3353 else if (cursor_width <= 128) in calculate_cursor_req_attributes()3358 if (cursor_width <= 16) in calculate_cursor_req_attributes()3360 else if (cursor_width <= 32) in calculate_cursor_req_attributes()3362 else if (cursor_width <= 64) in calculate_cursor_req_attributes()3364 else if (cursor_width <= 128) in calculate_cursor_req_attributes()3369 if (cursor_width > 0) { in calculate_cursor_req_attributes()[all …]
299 phantom->cursor.cursor_width = 0; in create_phantom_plane_from_main_plane()
172 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] cursor_width: %d", vbios->cursor_width); in print_bw_calcs_vbios()
2889 dev->mode_config.cursor_width = 256; in nv50_display_create()2892 dev->mode_config.cursor_width = 128; in nv50_display_create()2895 dev->mode_config.cursor_width = 64; in nv50_display_create()
2950 …uint32_t cursor_width; /* CURSOR_SETTINGS->CURSOR_WIDTH from cursor_position.wid… member
1390 amdgpu_crtc->cursor_width = plane->state->crtc_w; in amdgpu_dm_plane_handle_cursor_update()
2207 adev_to_drm(adev)->mode_config.cursor_width = adev->dm.dc->caps.max_cursor_size; in amdgpu_dm_init()9898 amdgpu_crtc->cursor_width = plane->state->crtc_w; in amdgpu_dm_update_cursor()
906 void adjust_hotspot_between_slices_for_2x_magnify(uint32_t cursor_width, struct dc_cursor_position … in adjust_hotspot_between_slices_for_2x_magnify() argument908 if (cursor_width <= 128) { in adjust_hotspot_between_slices_for_2x_magnify()