HomeSort by: relevance | last modified time | path
    Searched refs:count_crtcs (Results 1 - 25 of 33) sorted by relevancy

1 2

  /xsrc/external/mit/libdrm/dist/tests/modeprint/
modeprint.c 244 printf("count_crtcs : %i\n", res->count_crtcs);
279 for (i = 0; i < res->count_crtcs; i++) {
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 161 return res.count_crtcs > 0 && res.count_connectors > 0 && res.count_encoders > 0;
181 if (res.count_crtcs) {
182 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t)));
205 counts.count_crtcs < res.count_crtcs ||
228 r->count_crtcs = res.count_crtcs;
233 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t));
237 (res.count_crtcs && !r->crtcs) ||
xf86drmMode.h 78 int count_crtcs; member in struct:_drmModeRes
  /xsrc/external/mit/libdrm/dist/tests/proptest/
proptest.c 210 for (i = 0; i < res->count_crtcs; i++) {
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.h 62 int count_crtcs; member in struct:__anon6706
drmmode_display.c 3368 drmmode->count_crtcs = mode_res->count_crtcs;
3398 for (i = 0; i < mode_res->count_crtcs; i++) {
3994 flipdata = calloc(1, sizeof(*flipdata) + drmmode_crtc->drmmode->count_crtcs *
amdgpu_kms.c 1474 if (info->drmmode.count_crtcs)
1701 if (info->drmmode.count_crtcs == 1)
amdgpu_dri2.c 1312 if (info->drmmode.count_crtcs > 2) {
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.h 50 int count_crtcs; member in struct:__anon6897
drmmode_display.c 2862 drmmode->count_crtcs = mode_res->count_crtcs;
2865 for (i = 0; i < mode_res->count_crtcs; i++) {
3445 flipdata = calloc(1, sizeof(*flipdata) + drmmode_crtc->drmmode->count_crtcs *
radeon_kms.c 1706 if (info->drmmode.count_crtcs)
1964 if (info->drmmode.count_crtcs == 1)
radeon_dri2.c 1425 if (scheduling_works && info->drmmode.count_crtcs > 2) {
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 106 int count_crtcs; member in struct:resources
474 for (i = 0; i < dev->resources->count_crtcs; i++) {
629 res->count_crtcs = _res->count_crtcs;
634 res->crtcs = calloc(res->count_crtcs, sizeof(*res->crtcs));
705 for (i = 0; i < res->count_crtcs; ++i)
738 for (i = 0; i < dev->resources->count_crtcs; ++i) {
751 for (i = 0; i < (unsigned int)dev->resources->count_crtcs; i++) {
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 268 __u32 count_crtcs; member in struct:drm_mode_card_res
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 239 __u32 count_crtcs; member in struct:drm_mode_card_res
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 1521 !mode_res->count_crtcs) {
1534 for (i = 0; i < mode_res->count_crtcs; i++) {
1677 if (mode_res->count_crtcs != config->num_crtc) {
1678 ErrorF("number of CRTCs changed - failed to handle, %d vs %d\n", mode_res->count_crtcs, config->num_crtc);
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_crtc.c 472 for (c = 0; c < res->count_crtcs; c++) {
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 268 __u32 count_crtcs; member in struct:drm_mode_card_res
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.c 812 for (i = 0; i < drmmode->mode_res->count_crtcs; i++)
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_drmmode.c 931 for (i = 0; i < drmmode->mode_res->count_crtcs; i++)
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri2.c 1358 if (scheduling_works && info->drmmode.mode_res->count_crtcs > 2) {
radeon_kms.c 750 if (info->drmmode.mode_res->count_crtcs == 1)
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_driver.c 406 if (res.count_crtcs == 0)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_driver.c 443 if (res.count_crtcs == 0)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 1406 for (i = 0; i < drmmode->mode_res->count_crtcs; i++)

Completed in 41 milliseconds

1 2