Lines Matching refs:CRTC
61 details. One or more (or even no) planes feed their pixel data into a CRTC
62 (represented by :c:type:`struct drm_crtc <drm_crtc>`, see `CRTC Abstraction`_)
70 to figure out which connections between a CRTC and a connector are possible, and
75 A CRTC can be connected to multiple encoders, and for an active CRTC there must
140 the CRTC and any encoders. Often for drivers with bridges there's no code left
293 CRTC Abstraction
299 CRTC Functions Reference
411 A CRTC is an abstraction representing a part of the chip that contains a
414 given time. The CRTC structure contains several fields to support this:
420 CRTC Initialization
427 with a pointer to CRTC functions.
491 In the example above (taken from the i915 driver), a CRTC, connector and