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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_lrc.c29 #define NUM_GPR_DW (16 * 2) /* each GPR is 2 dwords */ macro
3077 for (n = 0; n < NUM_GPR_DW; n++) {
3103 *cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW);
3125 for (n = 0; n < NUM_GPR_DW; n++) {
3965 cs = intel_ring_begin(rq, 2 * NUM_GPR_DW + 2);
3971 *cs++ = MI_LOAD_REGISTER_IMM(NUM_GPR_DW);
3972 for (n = 0; n < NUM_GPR_DW; n++) {
4010 cs = intel_ring_begin(rq, 4 * NUM_GPR_DW);
4017 for (n = 0; n < NUM_GPR_DW; n++) {
4038 for (n = 0; n < NUM_GPR_DW;
[all...]

Completed in 60 milliseconds