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.
137 * Screen Target Display Unit CRTC Functions
157 * vmw_stdu_define_st - Defines a Screen Target
160 * @stdu: display unit to create a Screen Target for
162 * @crtc_x: X coordinate of screen target relative to framebuffer origin.
163 * @crtc_y: Y coordinate of screen target relative to framebuffer origin.
211 * vmw_stdu_bind_st - Binds a surface to a Screen Target
215 * @res: Buffer to bind to the screen target. Set to NULL to blank screen.
217 * Binding a surface to a Screen Target the same as flipping
232 DRM_ERROR("No screen target defined\n"); in vmw_stdu_bind_st()
260 * @unit: Screen target unit.
282 * vmw_stdu_update_st - Full update of a Screen Target
287 * This function needs to be called whenever the content of a screen
300 DRM_ERROR("No screen target defined"); in vmw_stdu_update_st()
320 * vmw_stdu_destroy_st - Destroy a Screen Target
365 * vmw_stdu_crtc_mode_set_nofb - Updates screen target size
367 * @crtc: CRTC associated with the screen target
369 * This function defines/destroys a screen target
394 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_mode_set_nofb()
409 DRM_ERROR("Failed to define Screen Target of size %dx%d\n", in vmw_stdu_crtc_mode_set_nofb()
448 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_atomic_disable()
495 * a screen target update command, depending on transfer direction.
657 * framebuffer and the screen target system.
669 * @to_surface: Whether to DMA to the screen target system as opposed to
670 * from the screen target system.
674 * If DMA-ing till the screen target system, the function will also notify
675 * the screen target system that a bounding box of the cliprects has been
792 * Fills in the missing fields in a surface copy command, and encodes a screen
918 * Screen Target CRTC dispatch table
936 * Screen Target Display Unit Encoder Functions
961 * Screen Target Display Unit Connector Functions
999 * Screen Target Display Plane Functions
1715 * vmw_stdu_init - Sets up a Screen Target Display Unit
1720 * This function is called once per CRTC, and allocates one Screen Target
1842 * @stdu: Screen Target Display Unit to be destroyed
1855 * Screen Target Display KMS Functions
1861 * vmw_kms_stdu_init_display - Initializes a Screen Target based display
1865 * This function initialize a Screen Target based display device. It checks
1867 * screen targets, and then creates the maximum number of CRTCs, a.k.a Display