Home
last modified time | relevance | path

Searched refs:dml_plane_array (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c50 void dml2_util_copy_dml_plane(struct dml_plane_cfg_st *dml_plane_array, unsigned int dst_index, uns… in dml2_util_copy_dml_plane() argument
52dml_plane_array->GPUVMMinPageSizeKBytes[dst_index] = dml_plane_array->GPUVMMinPageSizeKBytes[src_i… in dml2_util_copy_dml_plane()
53 dml_plane_array->ForceOneRowForFrame[dst_index] = dml_plane_array->ForceOneRowForFrame[src_index]; in dml2_util_copy_dml_plane()
54dml_plane_array->PTEBufferModeOverrideEn[dst_index] = dml_plane_array->PTEBufferModeOverrideEn[src… in dml2_util_copy_dml_plane()
55 dml_plane_array->PTEBufferMode[dst_index] = dml_plane_array->PTEBufferMode[src_index]; in dml2_util_copy_dml_plane()
56 dml_plane_array->ViewportWidth[dst_index] = dml_plane_array->ViewportWidth[src_index]; in dml2_util_copy_dml_plane()
57 dml_plane_array->ViewportHeight[dst_index] = dml_plane_array->ViewportHeight[src_index]; in dml2_util_copy_dml_plane()
58 dml_plane_array->ViewportWidthChroma[dst_index] = dml_plane_array->ViewportWidthChroma[src_index]; in dml2_util_copy_dml_plane()
59dml_plane_array->ViewportHeightChroma[dst_index] = dml_plane_array->ViewportHeightChroma[src_index… in dml2_util_copy_dml_plane()
60 dml_plane_array->ViewportXStart[dst_index] = dml_plane_array->ViewportXStart[src_index]; in dml2_util_copy_dml_plane()
[all …]
H A Ddml2_utils.h37 void dml2_util_copy_dml_plane(struct dml_plane_cfg_st *dml_plane_array, unsigned int dst_index, uns…