Searched refs:viewport_width (Results 1 – 2 of 2) sorted by relevance
1400 int viewport_width = state->crtc_w; in amdgpu_dm_plane_helper_check_state() local1404 viewport_width += state->crtc_x; in amdgpu_dm_plane_helper_check_state()1406 viewport_width = new_crtc_state->mode.crtc_hdisplay - state->crtc_x; in amdgpu_dm_plane_helper_check_state()1413 if (viewport_width < 0 || viewport_height < 0) { in amdgpu_dm_plane_helper_check_state()1416 } else if (viewport_width < MIN_VIEWPORT_SIZE*2) { /* x2 for width is because of pipe-split. */ in amdgpu_dm_plane_helper_check_state()1417 DRM_DEBUG_ATOMIC("Viewport width %d smaller than %d\n", viewport_width, MIN_VIEWPORT_SIZE*2); in amdgpu_dm_plane_helper_check_state()
407 unsigned int viewport_width; member