Searched refs:underlying (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10438 struct drm_plane *cursor = crtc->cursor, *plane, *underlying; local
10447 * positioning from the underlying pipe. Check the cursor plane's
10448 * blending properties match the underlying planes'.
10496 for_each_new_plane_in_state_reverse(state, underlying, new_underlying_state, i) {
10498 if (new_underlying_state->crtc != crtc || underlying == crtc->cursor)
10511 "Cursor [PLANE:%d:%s] scaling doesn't match underlying [PLANE:%d:%s]\n",
10512 cursor->base.id, cursor->name, underlying->base.id, underlying->name);

Completed in 109 milliseconds