Searched refs:ASSIGN_CTX_PDP (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_lrc_reg.h | 33 #define ASSIGN_CTX_PDP(ppgtt, reg_state, n) do { \ macro
|
D | intel_lrc.c | 834 ASSIGN_CTX_PDP(ppgtt, regs, 3); in init_ppgtt_regs() 835 ASSIGN_CTX_PDP(ppgtt, regs, 2); in init_ppgtt_regs() 836 ASSIGN_CTX_PDP(ppgtt, regs, 1); in init_ppgtt_regs() 837 ASSIGN_CTX_PDP(ppgtt, regs, 0); in init_ppgtt_regs()
|