Searched defs:dml2_display_cfg (Results 1 – 1 of 1) sorted by relevance
426 struct dml2_display_cfg { struct427 bool gpuvm_enable;428 bool hostvm_enable;432 bool minimize_det_reallocation;434 unsigned int gpuvm_max_page_table_levels;435 unsigned int hostvm_max_non_cached_page_table_levels;437 struct dml2_plane_parameters plane_descriptors[DML2_MAX_PLANES];438 struct dml2_stream_parameters stream_descriptors[DML2_MAX_PLANES];440 unsigned int num_planes;441 unsigned int num_streams;[all …]