| /external/libkmsxx/kms++util/src/ |
| D | resourcemanager.cpp | 117 if (Crtc* crtc = conn->get_current_crtc()) { in reserve_crtc() local 133 Crtc* ResourceManager::reserve_crtc(Crtc* crtc) in reserve_crtc() 146 void ResourceManager::release_crtc(Crtc* crtc) in release_crtc() 151 Plane* ResourceManager::reserve_plane(Crtc* crtc, PlaneType type, PixelFormat format) in reserve_plane() 186 Plane* ResourceManager::reserve_generic_plane(Crtc* crtc, PixelFormat format) in reserve_generic_plane() 208 Plane* ResourceManager::reserve_primary_plane(Crtc* crtc, PixelFormat format) in reserve_primary_plane() 213 Plane* ResourceManager::reserve_overlay_plane(Crtc* crtc, PixelFormat format) in reserve_overlay_plane()
|
| /external/libdrm/tests/kms/ |
| D | libkms-test-crtc.c | 28 struct kms_crtc *crtc; in kms_crtc_create() local 40 void kms_crtc_free(struct kms_crtc *crtc) in kms_crtc_free()
|
| D | libkms-test-screen.c | 78 int kms_screen_set(struct kms_screen *screen, struct kms_crtc *crtc, in kms_screen_set()
|
| /external/perfetto/protos/perfetto/trace/ftrace/ |
| D | drm.proto | 9 optional int32 crtc = 1; field 15 optional int32 crtc = 1; field
|
| D | sde.proto | 25 optional uint32 crtc = 5; field 35 optional uint32 crtc = 5; field
|
| /external/drm_hwcomposer/drm/ |
| D | DrmCrtc.cpp | 30 static int GetCrtcProperty(const DrmDevice &dev, const DrmCrtc &crtc, in GetCrtcProperty() 38 auto crtc = MakeDrmModeCrtcUnique(dev.GetFd(), crtc_id); in CreateInstance() local
|
| D | DrmDisplayPipeline.cpp | 52 DrmEncoder &enc, DrmCrtc &crtc) in TryCreatePipeline() 111 auto *crtc = dev.FindCrtcById(enc.GetCurrentCrtcId()); in TryCreatePipelineUsingEncoder() local 120 for (const auto &crtc : dev.GetCrtcs()) { in TryCreatePipelineUsingEncoder() local
|
| D | DrmEncoder.h | 51 auto SupportsCrtc(DrmCrtc &crtc) { in SupportsCrtc()
|
| /external/libkmsxx/py/pykms/ |
| D | __init__.py | 87 def __atomic_req_add_connector(req, conn, crtc): argument 90 def __atomic_req_add_crtc(req, crtc, mode_blob): argument 96 def __atomic_req_add_plane(req, plane, fb, crtc, argument
|
| /external/igt-gpu-tools/tests/ |
| D | kms_setmode.c | 125 static bool crtc_supports_mode(struct crtc_config *crtc, drmModeModeInfo *mode) in crtc_supports_mode() 169 static void create_fb_for_crtc(struct crtc_config *crtc, in create_fb_for_crtc() 186 static void get_mode_for_crtc(struct crtc_config *crtc, in get_mode_for_crtc() 235 static void get_crtc_config_str(struct crtc_config *crtc, char *buf, in get_crtc_config_str() 263 struct crtc_config *crtc; in setup_crtcs() local 374 static uint32_t *get_connector_ids(struct crtc_config *crtc) in get_connector_ids() 387 static int test_stealing(int fd, struct crtc_config *crtc, uint32_t *ids) in test_stealing() 540 struct crtc_config *crtc; in test_crtc_config() local
|
| /external/igt-gpu-tools/tools/ |
| D | skl_ddb_allocation.c | 54 #define for_each_crtc(dev, crtc) \ argument 87 static bool intel_crtc_active(struct drm_crtc *crtc) in intel_crtc_active() 97 static int intel_num_planes(struct intel_crtc *crtc) in intel_num_planes() 171 struct drm_crtc *crtc; in skl_ddb_get_pipe_allocation_limits() local 240 skl_allocate_pipe_ddb(struct drm_crtc *crtc, in skl_allocate_pipe_ddb() 423 struct drm_crtc *crtc; in skl_ddb_allocate() local
|
| D | intel_framebuffer_dump.c | 56 drmModeCrtcPtr crtc; in main() local
|
| /external/libkmsxx/utils/ |
| D | kmsview.cpp | 12 static void read_frame(ifstream& is, DumbFramebuffer* fb, Crtc* crtc, Plane* plane) in read_frame() 86 auto crtc = res.reserve_crtc(conn); in main() local
|
| /external/libkmsxx/py/tests/ |
| D | rottest.py | 12 crtc = res.reserve_crtc(conn) variable 46 def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale): argument
|
| D | scale.py | 8 def plane_commit(card, crtc, plane, fb, x, y, w, h) : argument 26 crtc = res.reserve_crtc(conn) variable
|
| D | functest.py | 8 crtc = res.reserve_crtc(conn) variable
|
| D | big_fb.py | 46 crtc = res.reserve_crtc(conn) variable 71 crtc = crtc_list[i] variable
|
| D | iact.py | 13 crtc = res.reserve_crtc(conn) variable
|
| D | test.py | 20 crtc = res.reserve_crtc(conn) variable
|
| D | testmodes.py | 15 crtc = res.reserve_crtc(conn) variable
|
| D | gamma.py | 14 crtc = res.reserve_crtc(conn) variable
|
| /external/libkmsxx/kms++/inc/kms++/ |
| D | pipeline.h | 8 Crtc* crtc; member
|
| /external/libdrm/tests/modetest/ |
| D | modetest.c | 74 struct crtc { struct 75 drmModeCrtc *crtc; member 76 drmModeObjectProperties *props; 77 drmModePropertyRes **props_info; 78 drmModeModeInfo *mode; 464 drmModeCrtc *crtc = _crtc->crtc; in dump_crtcs() local 727 drmModeCrtc *crtc = dev->resources->crtcs[i].crtc; in get_crtc_by_id() local 735 static uint32_t get_crtc_mask(struct device *dev, struct crtc *crtc) in get_crtc_mask() 813 struct crtc *crtc; member 887 struct crtc *crtc; in pipe_find_crtc() local [all …]
|
| /external/igt-gpu-tools/overlay/kms/ |
| D | kms-overlay.c | 59 int crtc; member 87 static int attach_to_crtc(int fd, int crtc, int x, int y, struct kms_image *image) in attach_to_crtc() 106 static int detach_from_crtc(int fd, int crtc) in detach_from_crtc()
|
| /external/libdrm/tests/modeprint/ |
| D | modeprint.c | 204 static int printCrtc(int fd, drmModeResPtr res, drmModeCrtcPtr crtc, uint32_t id) in printCrtc() 236 drmModeCrtcPtr crtc; in printRes() local
|