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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c28 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */ macro
542 cs = intel_ring_begin(rq, 2 * NUM_GPR_DW + 2);
548 *cs++ = MI_LOAD_REGISTER_IMM(NUM_GPR_DW);
549 for (n = 0; n < NUM_GPR_DW; n++) {
578 cs = intel_ring_begin(rq, 6 + 4 * NUM_GPR_DW);
595 for (n = 0; n < NUM_GPR_DW; n++) {
674 for (n = 0; n < NUM_GPR_DW; n++) {
H A Dselftest_execlists.c26 #define NUM_GPR_DW (NUM_GPR * 2) /* each GPR is 2 dwords */ macro
4224 for (n = 0; n < NUM_GPR_DW; n++) {
4250 *cs++ = CS_GPR(engine, (n + 1) % NUM_GPR_DW);
4272 for (n = 0; n < NUM_GPR_DW; n++) {

Completed in 149 milliseconds