HomeSort by: relevance | last modified time | path
    Searched defs:clear_register (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt.c 146 static void clear_register(struct intel_uncore *uncore, i915_reg_t reg) function
166 clear_register(uncore, PGTBL_ER);
169 clear_register(uncore, IPEIR(RENDER_RING_BASE));
171 clear_register(uncore, IPEIR_I965);
173 clear_register(uncore, EIR);
intel_gt.c 146 static void clear_register(struct intel_uncore *uncore, i915_reg_t reg) function
166 clear_register(uncore, PGTBL_ER);
169 clear_register(uncore, IPEIR(RENDER_RING_BASE));
171 clear_register(uncore, IPEIR_I965);
173 clear_register(uncore, EIR);

Completed in 87 milliseconds