Home
last modified time | relevance | path

Searched refs:count_crtcs (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/ult/libdrm_mock/
H A Dxf86drmMode_mock.c120 if (res.count_crtcs) { in drmModeGetResources()
121 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
144 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
167 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
172 …r->crtcs = (uint32_t*)drmAllocCpy((char *)U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(… in drmModeGetResources()
176 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/i915/
H A Dxf86drmMode.c120 if (res.count_crtcs) { in drmModeGetResources()
121 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
144 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
167 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
172 …r->crtcs = (uint32_t*)drmAllocCpy((char *)U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(… in drmModeGetResources()
176 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/i915/
H A Dxf86drmMode.c120 if (res.count_crtcs) { in drmModeGetResources()
121 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
144 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
167 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
172 …r->crtcs = (uint32_t*)drmAllocCpy((char *)U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(… in drmModeGetResources()
176 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/ult/libdrm_mock/
H A Dxf86drmMode_mock.c120 if (res.count_crtcs) { in drmModeGetResources()
121 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
144 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
167 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
172 …r->crtcs = (uint32_t*)drmAllocCpy((char *)U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(… in drmModeGetResources()
176 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/x11-wm/gamescope/gamescope-3.7.1/subprojects/libliftoff/
H A Ddevice.c38 device->crtcs = malloc(drm_res->count_crtcs * sizeof(uint32_t)); in liftoff_device_create()
45 device->crtcs_len = drm_res->count_crtcs; in liftoff_device_create()
47 drm_res->count_crtcs * sizeof(uint32_t)); in liftoff_device_create()
/dports/graphics/libliftoff/libliftoff-378ccb4f84a2473fe73dbdc56fe35a0d2ee661cc/
H A Ddevice.c37 device->crtcs = malloc(drm_res->count_crtcs * sizeof(uint32_t)); in liftoff_device_create()
44 device->crtcs_len = drm_res->count_crtcs; in liftoff_device_create()
46 drm_res->count_crtcs * sizeof(uint32_t)); in liftoff_device_create()
/dports/x11-wm/gamescope/gamescope-3.7.1/subprojects/libliftoff/example/
H A Dcommon.c51 for (j = 0; !found && j < drm_res->count_crtcs; j++) { in pick_crtc()
73 for (i = 0; i < drm_res->count_crtcs; i++) { in disable_all_crtcs_except()
/dports/graphics/libliftoff/libliftoff-378ccb4f84a2473fe73dbdc56fe35a0d2ee661cc/example/
H A Dcommon.c52 for (j = 0; !found && j < drm_res->count_crtcs; j++) { in pick_crtc()
75 for (i = 0; i < drm_res->count_crtcs; i++) { in disable_all_crtcs_except()
/dports/graphics/libdrm/libdrm-2.4.110/tests/kms/
H A Dlibkms-test-device.c110 device->crtcs = calloc(res->count_crtcs, sizeof(crtc)); in kms_device_probe_crtcs()
114 for (i = 0; i < res->count_crtcs; i++) { in kms_device_probe_crtcs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/kms/
H A Dlibkms-test-device.c110 device->crtcs = calloc(res->count_crtcs, sizeof(crtc)); in kms_device_probe_crtcs()
114 for (i = 0; i < res->count_crtcs; i++) { in kms_device_probe_crtcs()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/libdrm/
H A Dxf86drmMode.c145 if (res.count_crtcs) in drmModeGetResources()
146 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
170 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
175 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()
/dports/graphics/libdrm/libdrm-2.4.110/man/
H A DdrmModeGetResources.3.rst35 int count_crtcs;
52 The *count_crtcs* and *crtcs* fields list the available CRTCs in the
/dports/graphics/kmscube/kmscube-485b38/
H A Ddrm-common.c126 for (i = 0; i < resources->count_crtcs; i++) { in find_crtc_for_encoder()
243 for (i = 0; i < resources->count_crtcs; i++) { in init_drm()
/dports/graphics/libdrm/libdrm-2.4.110/
H A Dxf86drmMode.c161 return res.count_crtcs > 0 && res.count_connectors > 0 && res.count_encoders > 0; in drmIsKMS()
181 if (res.count_crtcs) { in drmModeGetResources()
182 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
205 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
228 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
233 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()
237 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/
H A Dxf86drmMode.c171 if (res.count_crtcs) { in drmModeGetResources()
172 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
195 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
218 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
223 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()
227 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/
H A Dxf86drmMode.c171 if (res.count_crtcs) { in drmModeGetResources()
172 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
195 counts.count_crtcs < res.count_crtcs || in drmModeGetResources()
218 r->count_crtcs = res.count_crtcs; in drmModeGetResources()
223 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()
227 (res.count_crtcs && !r->crtcs) || in drmModeGetResources()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/tests/modeprint/
H A Dmodeprint.c241 printf("count_crtcs : %i\n", res->count_crtcs); in printRes()
276 for (i = 0; i < res->count_crtcs; i++) { in printRes()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/gbm/
H A Dgstgldisplay_gbm.c104 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_gbm_find_crtc_id_for_encoder()
326 for (i = 0; i < display_gbm->drm_mode_resources->count_crtcs; ++i) { in gst_gl_display_gbm_setup_drm()

123456789