Lines Matching full:screen

65  * @buf: buffer object when DMA-ing between buffer and screen targets.
66 * @sid: Surface ID when copying between surface and screen targets.
138 * Screen Target Display Unit CRTC Functions
153 * vmw_stdu_define_st - Defines a Screen Target
156 * @stdu: display unit to create a Screen Target for
158 * @crtc_x: X coordinate of screen target relative to framebuffer origin.
159 * @crtc_y: Y coordinate of screen target relative to framebuffer origin.
207 * vmw_stdu_bind_st - Binds a surface to a Screen Target
211 * @res: Buffer to bind to the screen target. Set to NULL to blank screen.
213 * Binding a surface to a Screen Target the same as flipping
228 DRM_ERROR("No screen target defined\n"); in vmw_stdu_bind_st()
256 * @unit: Screen target unit.
278 * vmw_stdu_update_st - Full update of a Screen Target
283 * This function needs to be called whenever the content of a screen
296 DRM_ERROR("No screen target defined"); in vmw_stdu_update_st()
316 * vmw_stdu_destroy_st - Destroy a Screen Target
361 * vmw_stdu_crtc_mode_set_nofb - Updates screen target size
363 * @crtc: CRTC associated with the screen target
365 * This function defines/destroys a screen target
390 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_mode_set_nofb()
405 DRM_ERROR("Failed to define Screen Target of size %dx%d\n", in vmw_stdu_crtc_mode_set_nofb()
444 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_atomic_disable()
491 * a screen target update command, depending on transfer direction.
653 * framebuffer and the screen target system.
665 * @to_surface: Whether to DMA to the screen target system as opposed to
666 * from the screen target system.
670 * If DMA-ing till the screen target system, the function will also notify
671 * the screen target system that a bounding box of the cliprects has been
788 * Fills in the missing fields in a surface copy command, and encodes a screen
914 * Screen Target CRTC dispatch table
932 * Screen Target Display Unit Encoder Functions
957 * Screen Target Display Unit Connector Functions
995 * Screen Target Display Plane Functions
1711 * vmw_stdu_init - Sets up a Screen Target Display Unit
1716 * This function is called once per CRTC, and allocates one Screen Target
1838 * @stdu: Screen Target Display Unit to be destroyed
1851 * Screen Target Display KMS Functions
1857 * vmw_kms_stdu_init_display - Initializes a Screen Target based display
1861 * This function initialize a Screen Target based display device. It checks
1863 * screen targets, and then creates the maximum number of CRTCs, a.k.a Display
1875 /* Do nothing if Screen Target support is turned off */ in vmw_kms_stdu_init_display()