/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()
|
/external/drm_hwcomposer/compositor/ |
D | Planner.cpp | 34 DrmCrtc *crtc, std::vector<DrmPlane *> *primary_planes, in GetUsablePlanes() 98 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc, in ProvisionPlanes() 123 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc, in ProvisionPlanes() 149 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc, in ProvisionPlanes()
|
D | DrmDisplayComposition.h | 67 DrmCompositionPlane(Type type, DrmPlane *plane, DrmCrtc *crtc) in DrmCompositionPlane() 70 DrmCompositionPlane(Type type, DrmPlane *plane, DrmCrtc *crtc, in DrmCompositionPlane() 89 DrmCrtc *crtc() const { in crtc() function 154 DrmCrtc *crtc() const { in crtc() function
|
D | DrmDisplayCompositor.cpp | 139 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in CreateInitializedComposition() local 277 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in CommitFrame() local 335 DrmCrtc *crtc = comp_plane.crtc(); in CommitFrame() local 720 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in FlattenOnDisplay() local 892 DrmCrtc *crtc = drm->GetCrtcForDisplay(display_); in FlattenSerial() local 971 DrmCrtc *crtc = active_composition_->crtc(); in FlattenConcurrent() local
|
/external/drm_hwcomposer/drm/ |
D | DrmEncoder.cpp | 38 DrmCrtc *DrmEncoder::crtc() const { in crtc() function in android::DrmEncoder 50 void DrmEncoder::set_crtc(DrmCrtc *crtc) { in set_crtc()
|
D | DrmDevice.cpp | 171 std::unique_ptr<DrmCrtc> crtc(new DrmCrtc(this, c, i)); in Init() local 193 for (auto &crtc : crtcs_) { in Init() local 373 for (auto &crtc : crtcs_) { in AvailableWritebackConnector() local 388 for (auto &crtc : crtcs_) { in GetCrtcForDisplay() local 413 DrmCrtc *crtc = enc->crtc(); in TryEncoderForDisplay() local 557 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty()
|
/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/kms++/inc/kms++/ |
D | pipeline.h | 8 Crtc* crtc; member
|
/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 | functest.py | 8 crtc = res.reserve_crtc(conn) variable
|
D | scale.py | 8 def plane_commit(card, crtc, plane, fb, x, y, w, h) : argument 26 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 | gamma.py | 14 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
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | sde.proto | 25 optional uint32 crtc = 5; field 35 optional uint32 crtc = 5; field
|
/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/modetest/ |
D | modetest.c | 74 struct crtc { struct 75 drmModeCrtc *crtc; member 76 drmModeObjectProperties *props; 77 drmModePropertyRes **props_info; 78 drmModeModeInfo *mode; 485 drmModeCrtc *crtc = _crtc->crtc; in dump_crtcs() local 748 drmModeCrtc *crtc = dev->resources->crtcs[i].crtc; in get_crtc_by_id() local 756 static uint32_t get_crtc_mask(struct device *dev, struct crtc *crtc) in get_crtc_mask() 834 struct crtc *crtc; member 908 struct crtc *crtc; in pipe_find_crtc() local [all …]
|
/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
|