Searched defs:dp (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c315 register MemType *const dp = complement ? cdata : data; local
336 dp[subscr].val[i];
341 dp[subscr].word[i];
346 dp[subscr].halfwd[i];
351 dp[subscr].byte[i];
391 if (memcmp(rdval, dp[subscr].byte, 64 * bytepp) != 0) {
396 dp[subscr].val[i])
404 dp[subscr].word[i])
412 dp[subscr].halfwd[i])
420 dp[subsc
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c320 register MemType *const dp = complement ? cdata : data; local
341 dp[subscr].val[i];
346 dp[subscr].word[i];
351 dp[subscr].halfwd[i];
356 dp[subscr].byte[i];
396 if (memcmp(rdval, dp[subscr].byte, 64 * bytepp) != 0) {
400 if (rdval[0].val[i] != dp[subscr].val[i]) {
408 if (rdval[0].word[i] != dp[subscr].word[i]) {
416 if (rdval[0].halfwd[i] != dp[subscr].halfwd[i]) {
424 if (rdval[0].byte[i] != dp[subsc
[all...]
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_dp.c278 DRM_ERROR("dp aux hw did not signal timeout (has irq: %i)!\n",
301 /* dp aux is extremely sensitive to irq latency, hence request the
372 /* workaround: edp and dp doesn't work with intel_dp_aux_wait_done */
1047 static void ironlake_panel_vdd_work(void *dp) argument
1049 struct intel_dp *intel_dp = (struct intel_dp *)dp;
1222 DRM_ERROR("dp pll on, should be off\n");
1224 DRM_ERROR("dp port still on, should be off\n");
1249 DRM_ERROR("dp pll off, should be on\n");
1251 DRM_ERROR("dp port still on, should be off\n");
1335 DRM_DEBUG_KMS("No pipe for dp por
[all...]
H A Dintel_drv.h488 struct intel_dp dp; member in struct:intel_digital_port
652 return &enc_to_dig_port(encoder)->dp;
658 return container_of(intel_dp, struct intel_digital_port, dp);

Completed in 1490 milliseconds