Searched refs:BO (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/Documentation/gpu/ |
D | v3d.rst | 8 GPU buffer object (BO) management 12 :doc: V3D GEM BO management support
|
D | vc4.rst | 62 GPU buffer object (BO) management 66 :doc: VC4 GEM BO management support
|
D | i915.rst | 282 `GEM BO Management Implementation Details`_. 316 the GPU address when a GEM BO is assigned a GPU address and the kernel 317 might evict a different GEM BO from the (PP)GTT to make address room 318 for another GEM BO. Consequently, the ioctls submitting a batchbuffer 323 GEM BO Management Implementation Details
|
D | todo.rst | 108 private lock. The tricky part is the BO free functions, since those can't
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | ppc-opc.c | 220 #define BO BFA + 1 macro 226 #define BOE BO + 1 4125 {"bc", B(16,0,0), B_MASK, COM, PPCVLE, {BO, BI, BD}}, 4128 {"bcl", B(16,0,1), B_MASK, COM, PPCVLE, {BO, BI, BD}}, 4131 {"bca", B(16,1,0), B_MASK, COM, PPCVLE, {BO, BI, BDA}}, 4134 {"bcla", B(16,1,1), B_MASK, COM, PPCVLE, {BO, BI, BDA}}, 4371 {"bclr", XLLK(19,16,0), XLBH_MASK, PPCCOM, PPCVLE, {BO, BI, BH}}, 4372 {"bcr", XLLK(19,16,0), XLBB_MASK, PWRCOM, PPCVLE, {BO, BI}}, 4373 {"bclrl", XLLK(19,16,1), XLBH_MASK, PPCCOM, PPCVLE, {BO, BI, BH}}, 4374 {"bcrl", XLLK(19,16,1), XLBB_MASK, PWRCOM, PPCVLE, {BO, BI}}, [all …]
|