• Home
  • Raw
  • Download

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.
134 * Screen Target Display Unit CRTC Functions
149 * vmw_stdu_define_st - Defines a Screen Target
152 * @stdu: display unit to create a Screen Target for
154 * @crtc_x: X coordinate of screen target relative to framebuffer origin.
155 * @crtc_y: Y coordinate of screen target relative to framebuffer origin.
203 * vmw_stdu_bind_st - Binds a surface to a Screen Target
207 * @res: Buffer to bind to the screen target. Set to NULL to blank screen.
209 * Binding a surface to a Screen Target the same as flipping
224 DRM_ERROR("No screen target defined\n"); in vmw_stdu_bind_st()
252 * @unit: Screen target unit.
274 * vmw_stdu_update_st - Full update of a Screen Target
279 * This function needs to be called whenever the content of a screen
292 DRM_ERROR("No screen target defined"); in vmw_stdu_update_st()
312 * vmw_stdu_destroy_st - Destroy a Screen Target
357 * vmw_stdu_crtc_mode_set_nofb - Updates screen target size
359 * @crtc: CRTC associated with the screen target
361 * This function defines/destroys a screen target
386 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_mode_set_nofb()
401 DRM_ERROR("Failed to define Screen Target of size %dx%d\n", in vmw_stdu_crtc_mode_set_nofb()
440 DRM_ERROR("Failed to destroy Screen Target\n"); in vmw_stdu_crtc_atomic_disable()
487 * a screen target update command, depending on transfer direction.
649 * framebuffer and the screen target system.
660 * @to_surface: Whether to DMA to the screen target system as opposed to
661 * from the screen target system.
665 * If DMA-ing till the screen target system, the function will also notify
666 * the screen target system that a bounding box of the cliprects has been
783 * Fills in the missing fields in a surface copy command, and encodes a screen
909 * Screen Target CRTC dispatch table
927 * Screen Target Display Unit Encoder Functions
952 * Screen Target Display Unit Connector Functions
990 * Screen Target Display Plane Functions
1704 * vmw_stdu_init - Sets up a Screen Target Display Unit
1709 * This function is called once per CRTC, and allocates one Screen Target
1831 * @stdu: Screen Target Display Unit to be destroyed
1844 * Screen Target Display KMS Functions
1850 * vmw_kms_stdu_init_display - Initializes a Screen Target based display
1854 * This function initialize a Screen Target based display device. It checks
1856 * screen targets, and then creates the maximum number of CRTCs, a.k.a Display
1868 /* Do nothing if Screen Target support is turned off */ in vmw_kms_stdu_init_display()
1892 DRM_INFO("Screen Target Display device initialized\n"); in vmw_kms_stdu_init_display()