Home
last modified time | relevance | path

Searched refs:CRTC (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/man/
Ddrm-kms.7.rst34 A *CRTC* short for *CRT Controller* is an abstraction representing a part of
37 active at any given time. The CRTC structure contains several fields to
41 of video memory spans multiple CRTCs. A CRTC is the central point where
43 modes and which parameters and then configure each CRTC via
48 on top of a CRTC during the scanout process. Planes are associated with a
51 on top of a CRTC. Planes are not provided by all hardware and the number of
57 An *encoder* takes pixel data from a CRTC and converts it to a format
59 have a CRTC send data to more than one encoder. In that case, both encoders
74 data to scanout to a CRTC. Applications explicitly request the creation of
93 the correct ones to use. For each connector, you need to find a CRTC to drive
[all …]
DdrmModeGetResources.3.rst49 framebuffer objects (i.e., objects that can be attached to a given CRTC
53 configuration. A CRTC is simply an object that can scan out a
67 the device. Each encoder may be associated with a CRTC, and may be used
/external/autotest/client/cros/graphics/
Dgraphics_utils.py505 CRTC = collections.namedtuple( variable
674 crtcs.append(CRTC(crtc_id, fb, (x, y), (width, height),
/external/cpuinfo/test/dmesg/
Dalldocube-iwork8.log1629 <3>[ 15.128828] [drm:drm_mode_obj_set_property_ioctl] *ERROR* CRTC from connector,CRTC={id=6 prop…
1689 <3>[ 39.405166] [drm:drm_mode_obj_set_property_ioctl] *ERROR* CRTC from connector,CRTC={id=6 prop…
1695 <3>[ 52.119635] [drm:drm_mode_obj_set_property_ioctl] *ERROR* CRTC from connector,CRTC={id=6 prop…
1697 <3>[ 53.054096] [drm:drm_mode_obj_set_property_ioctl] *ERROR* CRTC from connector,CRTC={id=6 prop…
/external/libdrm/tests/modetest/
Dmodetest.c690 get_properties(res, crtc, CRTC); in get_resources()
1004 find_object(dev->resources, crtc, CRTC); in set_property()