Searched defs:dml_plane_cfg_st (Results 1 – 1 of 1) sorted by relevance
523 struct dml_plane_cfg_st { struct527 dml_bool_t GPUVMEnable; /// <brief Set if any pipe has GPUVM enable528 dml_bool_t HostVMEnable; /// <brief Set if any pipe has HostVM enable530 dml_uint_t GPUVMMaxPageTableLevels; /// <brief GPUVM level; max of all pipes'531 …eTableLevels; /// <brief HostVM level; max of all pipes'; that is the number of non-cache HVM level533 dml_uint_t GPUVMMinPageSizeKBytes[__DML_NUM_PLANES__];534 dml_bool_t ForceOneRowForFrame[__DML_NUM_PLANES__];535 …verride enable; the DML will only check the given pte buffer and will use the pte buffer mode as is536 dml_bool_t PTEBufferMode[__DML_NUM_PLANES__];537 dml_uint_t ViewportWidth[__DML_NUM_PLANES__];[all …]