Searched refs:enc_clone_mask (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.h85 int enc_clone_mask; member in struct:__anon275521630408
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.h83 int enc_clone_mask; member in struct:__anonc755062c0408
H A Dvia_kms.c753 if (drmmode_output->enc_clone_mask == 0)
763 if (drmmode_output->enc_clone_mask == clone_drmout->enc_mask)
780 drmmode_output->enc_clone_mask = 0xff;
790 drmmode_output->enc_clone_mask &= drmmode_output->mode_encoders[j]->possible_clones;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.h98 int enc_clone_mask; member in struct:__anon92ff548d0608
H A Ddrmmode_display.c1113 if (drmmode_output->enc_clone_mask == 0)
1124 if (drmmode_output->enc_clone_mask == clone_drmout->enc_mask)
1142 drmmode_output->enc_clone_mask = 0xff;
1152 drmmode_output->enc_clone_mask &= drmmode_output->mode_encoders[j]->possible_clones;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.h167 int enc_clone_mask; member in struct:__anon6244c68d0508
H A Ddrmmode_display.c2826 if (drmmode_output->enc_clone_mask == 0)
2837 if (drmmode_output->enc_clone_mask == clone_drmout->enc_mask)
2853 drmmode_output->enc_clone_mask = 0xff;
2865 drmmode_output->enc_clone_mask &=
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.h152 int enc_clone_mask; member in struct:__anon1b2324c50508
H A Ddrmmode_display.c2272 if (drmmode_output->enc_clone_mask == 0)
2283 if (drmmode_output->enc_clone_mask == clone_drmout->enc_mask)
2301 drmmode_output->enc_clone_mask = 0xff;
2311 drmmode_output->enc_clone_mask &= drmmode_output->mode_encoders[j]->possible_clones;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h233 int enc_clone_mask; member in struct:__anonaff371e40908
H A Ddrmmode_display.c3350 if (drmmode_output->enc_clone_mask == 0)
3361 if (drmmode_output->enc_clone_mask == clone_drmout->enc_mask)
3378 drmmode_output->enc_clone_mask = 0xff;
3389 drmmode_output->enc_clone_mask &=
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c148 int enc_clone_mask; member in struct:intel_output
2154 if (intel_output->enc_clone_mask == 0)
2165 if (intel_output->enc_clone_mask == clone_drmout->enc_mask)
2181 intel_output->enc_clone_mask = 0xff;
2191 intel_output->enc_clone_mask &= intel_output->mode_encoders[j]->possible_clones;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c149 int enc_clone_mask; member in struct:intel_output
2136 if (intel_output->enc_clone_mask == 0)
2147 if (intel_output->enc_clone_mask == clone_drmout->enc_mask)
2163 intel_output->enc_clone_mask = 0xff;
2173 intel_output->enc_clone_mask &= intel_output->mode_encoders[j]->possible_clones;

Completed in 32 milliseconds