stdu               13 arch/powerpc/include/asm/asm-compat.h #define PPC_STLU	stringify_in_c(stdu)
stdu               24 arch/powerpc/include/asm/irqflags.h 	stdu	r1, -STACK_FRAME_OVERHEAD(r1);	\
stdu               26 arch/powerpc/include/asm/irqflags.h 	stdu	r1, -STACK_FRAME_OVERHEAD(r1);	\
stdu              129 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c static void vmw_stdu_destroy(struct vmw_screen_target_display_unit *stdu);
stdu              164 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 			      struct vmw_screen_target_display_unit *stdu,
stdu              180 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cmd->body.stid   = stdu->base.unit;
stdu              188 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.set_gui_x = cmd->body.xRoot;
stdu              189 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.set_gui_y = cmd->body.yRoot;
stdu              193 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->defined = true;
stdu              194 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->display_width  = mode->hdisplay;
stdu              195 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->display_height = mode->vdisplay;
stdu              212 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 			    struct vmw_screen_target_display_unit *stdu,
stdu              223 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (!stdu->defined) {
stdu              239 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cmd->body.stid   = stdu->base.unit;
stdu              287 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 			      struct vmw_screen_target_display_unit *stdu)
stdu              291 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (!stdu->defined) {
stdu              300 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	vmw_stdu_populate_update(cmd, stdu->base.unit,
stdu              301 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 				 0, stdu->display_width,
stdu              302 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 				 0, stdu->display_height);
stdu              318 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 			       struct vmw_screen_target_display_unit *stdu)
stdu              329 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (unlikely(!stdu->defined))
stdu              339 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cmd->body.stid   = stdu->base.unit;
stdu              348 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->defined = false;
stdu              349 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->display_width  = 0;
stdu              350 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->display_height = 0;
stdu              367 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu              372 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = vmw_crtc_to_stdu(crtc);
stdu              374 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	conn_state = stdu->base.connector.state;
stdu              377 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (stdu->defined) {
stdu              378 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_bind_st(dev_priv, stdu, NULL);
stdu              382 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		(void) vmw_stdu_update_st(dev_priv, stdu);
stdu              384 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_destroy_st(dev_priv, stdu);
stdu              388 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->content_fb_type = SAME_AS_DISPLAY;
stdu              398 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	ret = vmw_stdu_define_st(dev_priv, stdu, &crtc->mode, x, y);
stdu              419 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu              428 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu     = vmw_crtc_to_stdu(crtc);
stdu              431 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (stdu->defined) {
stdu              432 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_bind_st(dev_priv, stdu, NULL);
stdu              436 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		(void) vmw_stdu_update_st(dev_priv, stdu);
stdu              438 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_destroy_st(dev_priv, stdu);
stdu              442 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->content_fb_type = SAME_AS_DISPLAY;
stdu              493 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu =
stdu              494 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		container_of(dirty->unit, typeof(*stdu), base);
stdu              510 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cmd->body.host.sid = stdu->display_srf->res.id;
stdu              520 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		vmw_stdu_populate_update(&suffix[1], stdu->base.unit,
stdu              527 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->display_srf->res.res_dirty = true;
stdu              575 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu =
stdu              576 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		container_of(dirty->unit, typeof(*stdu), base);
stdu              581 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp);
stdu              593 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	dst_pitch = stdu->display_srf->base_size.width * stdu->cpp;
stdu              594 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	dst_bo = &stdu->display_srf->res.backup->base;
stdu              595 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	dst_offset = ddirty->top * dst_pitch + ddirty->left * stdu->cpp;
stdu              599 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	src_offset = ddirty->fb_top * src_pitch + ddirty->fb_left * stdu->cpp;
stdu              610 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 			       width * stdu->cpp, height, &diff);
stdu              624 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_kms_update_proxy(&stdu->display_srf->res, &region,
stdu              630 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		dev_priv = vmw_priv(stdu->base.crtc.dev);
stdu              635 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		vmw_stdu_populate_update(cmd, stdu->base.unit,
stdu              752 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu =
stdu              753 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		container_of(dirty->unit, typeof(*stdu), base);
stdu              755 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (sdirty->sid != stdu->display_srf->res.id) {
stdu              790 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu =
stdu              791 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		container_of(dirty->unit, typeof(*stdu), base);
stdu              802 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (sdirty->sid != stdu->display_srf->res.id) {
stdu              808 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		cmd->body.dest.sid = stdu->display_srf->res.id;
stdu              811 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->display_srf->res.res_dirty = true;
stdu              817 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	vmw_stdu_populate_update(update, stdu->base.unit, sdirty->left,
stdu             1202 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1206 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = container_of(update->du, typeof(*stdu), base);
stdu             1215 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cmd_dma->body.host.sid = stdu->display_srf->res.id;
stdu             1245 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1249 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = container_of(update->du, typeof(*stdu), base);
stdu             1255 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	vmw_stdu_populate_update(&suffix[1], stdu->base.unit, bb->x1, bb->x2,
stdu             1291 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1302 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = container_of(update->du, typeof(*stdu), base);
stdu             1308 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	diff.cpp = stdu->cpp;
stdu             1310 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	dst_bo = &stdu->display_srf->res.backup->base;
stdu             1311 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	dst_pitch = stdu->display_srf->base_size.width * stdu->cpp;
stdu             1312 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	dst_offset = bb->y1 * dst_pitch + bb->x1 * stdu->cpp;
stdu             1317 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->cpp;
stdu             1320 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 			       src_offset, src_pitch, width * stdu->cpp, height,
stdu             1328 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		cmd_img->body.image.sid = stdu->display_srf->res.id;
stdu             1340 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		vmw_stdu_populate_update(cmd_update, stdu->base.unit,
stdu             1479 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1483 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = container_of(update->du, typeof(*stdu), base);
stdu             1490 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cmd_copy->body.dest.sid = stdu->display_srf->res.id;
stdu             1544 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1547 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = vmw_crtc_to_stdu(plane->state->crtc);
stdu             1564 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (vfbs->surface->res.id != stdu->display_srf->res.id) {
stdu             1594 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1604 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu = vmw_crtc_to_stdu(crtc);
stdu             1607 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->display_srf = vps->surf;
stdu             1608 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->content_fb_type = vps->content_fb_type;
stdu             1609 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu->cpp = vps->cpp;
stdu             1611 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_bind_st(dev_priv, stdu, &stdu->display_srf->res);
stdu             1626 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		stdu = vmw_crtc_to_stdu(crtc);
stdu             1630 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		if (!stdu->defined)
stdu             1633 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_bind_st(dev_priv, stdu, NULL);
stdu             1637 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		ret = vmw_stdu_update_st(dev_priv, stdu);
stdu             1727 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	struct vmw_screen_target_display_unit *stdu;
stdu             1736 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu = kzalloc(sizeof(*stdu), GFP_KERNEL);
stdu             1737 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	if (!stdu)
stdu             1740 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.unit = unit;
stdu             1741 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	crtc = &stdu->base.crtc;
stdu             1742 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	encoder = &stdu->base.encoder;
stdu             1743 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	connector = &stdu->base.connector;
stdu             1744 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	primary = &stdu->base.primary;
stdu             1745 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	cursor = &stdu->base.cursor;
stdu             1747 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.pref_active = (unit == 0);
stdu             1748 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.pref_width  = dev_priv->initial_width;
stdu             1749 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.pref_height = dev_priv->initial_height;
stdu             1750 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	stdu->base.is_implicit = false;
stdu             1778 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 		drm_plane_cleanup(&stdu->base.primary);
stdu             1814 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	ret = drm_crtc_init_with_planes(dev, crtc, &stdu->base.primary,
stdu             1815 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 					&stdu->base.cursor,
stdu             1841 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	kfree(stdu);
stdu             1854 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c static void vmw_stdu_destroy(struct vmw_screen_target_display_unit *stdu)
stdu             1856 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	vmw_du_cleanup(&stdu->base);
stdu             1857 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 	kfree(stdu);
stdu              400 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	STORE_DFORM_TEST(stdu);
stdu               61 tools/testing/selftests/powerpc/include/basic_asm.h 	stdu	%r1, -(_extra + STACK_FRAME_MIN_SIZE)(%r1); \
stdu               13 tools/testing/selftests/powerpc/primitives/asm/asm-compat.h #define PPC_STLU	stringify_in_c(stdu)