Lines Matching full:screen
64 * @buf: buffer object when DMA-ing between buffer and screen targets.
65 * @sid: Surface ID when copying between surface and screen targets.
136 * Screen Target Display Unit CRTC Functions
150 * vmw_stdu_define_st - Defines a Screen Target
153 * @stdu: display unit to create a Screen Target for
155 * @crtc_x: X coordinate of screen target relative to framebuffer origin.
156 * @crtc_y: Y coordinate of screen target relative to framebuffer origin.
204 * vmw_stdu_bind_st - Binds a surface to a Screen Target
208 * @res: Buffer to bind to the screen target. Set to NULL to blank screen.
210 * Binding a surface to a Screen Target the same as flipping
225 DRM_ERROR("No screen target defined\n"); in vmw_stdu_bind_st()
253 * @unit: Screen target unit.
275 * vmw_stdu_update_st - Full update of a Screen Target
280 * This function needs to be called whenever the content of a screen
293 DRM_ERROR("No screen target defined"); in vmw_stdu_update_st()
313 * vmw_stdu_destroy_st - Destroy a Screen Target
358 * vmw_stdu_crtc_mode_set_nofb - Updates screen target size
360 * @crtc: CRTC associated with the screen target
362 * This function defines/destroys a screen target
387 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_mode_set_nofb()
402 DRM_ERROR("Failed to define Screen Target of size %dx%d\n", in vmw_stdu_crtc_mode_set_nofb()
441 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_atomic_disable()
522 * framebuffer and the screen target system.
536 * If DMA-ing till the screen target system, the function will also notify
537 * the screen target system that a bounding box of the cliprects has been
560 * never happen with screen targets but e.g. the xorg vmware driver issues in vmw_kms_stdu_readback()
644 * Fills in the missing fields in a surface copy command, and encodes a screen
770 * Screen Target CRTC dispatch table
785 * Screen Target Display Unit Encoder Functions
810 * Screen Target Display Unit Connector Functions
848 * Screen Target Display Plane Functions
1460 * vmw_stdu_init - Sets up a Screen Target Display Unit
1465 * This function is called once per CRTC, and allocates one Screen Target
1587 * @stdu: Screen Target Display Unit to be destroyed
1600 * Screen Target Display KMS Functions
1606 * vmw_kms_stdu_init_display - Initializes a Screen Target based display
1610 * This function initialize a Screen Target based display device. It checks
1612 * screen targets, and then creates the maximum number of CRTCs, a.k.a Display