Searched defs:dml_plane_cfg_st (Results 1 – 1 of 1) sorted by relevance
471 struct dml_plane_cfg_st { struct475 dml_bool_t GPUVMEnable; /// <brief Set if any pipe has GPUVM enable476 dml_bool_t HostVMEnable; /// <brief Set if any pipe has HostVM enable478 dml_uint_t GPUVMMaxPageTableLevels; /// <brief GPUVM level; max of all pipes'479 …eTableLevels; /// <brief HostVM level; max of all pipes'; that is the number of non-cache HVM level481 dml_uint_t GPUVMMinPageSizeKBytes[__DML_NUM_PLANES__];482 dml_bool_t ForceOneRowForFrame[__DML_NUM_PLANES__];483 …verride enable; the DML will only check the given pte buffer and will use the pte buffer mode as is484 dml_bool_t PTEBufferMode[__DML_NUM_PLANES__];485 dml_uint_t ViewportWidth[__DML_NUM_PLANES__];[all …]