Searched refs:ASSIGN_CTX_PDP (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc_reg.h | 33 #define ASSIGN_CTX_PDP(ppgtt, reg_state, n) do { \ macro
|
H A D | intel_lrc.c | 902 ASSIGN_CTX_PDP(ppgtt, regs, 3); in init_ppgtt_regs() 903 ASSIGN_CTX_PDP(ppgtt, regs, 2); in init_ppgtt_regs() 904 ASSIGN_CTX_PDP(ppgtt, regs, 1); in init_ppgtt_regs() 905 ASSIGN_CTX_PDP(ppgtt, regs, 0); in init_ppgtt_regs()
|