Home
last modified time | relevance | path

Searched refs:GEN8_DRBREGL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_guc_reg.h98 #define GEN8_DRBREGL(x) (0x1000 + (x) * 8) macro
100 #define GEN8_DRBREGU(x) (GEN8_DRBREGL(x) + 4)
Di915_guc_submission.c261 int drbreg = GEN8_DRBREGL(client->doorbell_id); in guc_disable_doorbell()