Home
last modified time | relevance | path

Searched refs:__DML_NUM_PLANES__ (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h533 dml_uint_t GPUVMMinPageSizeKBytes[__DML_NUM_PLANES__];
534 dml_bool_t ForceOneRowForFrame[__DML_NUM_PLANES__];
535 …dml_bool_t PTEBufferModeOverrideEn[__DML_NUM_PLANES__]; //< brief when override enable; the DML wi…
536 dml_bool_t PTEBufferMode[__DML_NUM_PLANES__];
537 dml_uint_t ViewportWidth[__DML_NUM_PLANES__];
538 dml_uint_t ViewportHeight[__DML_NUM_PLANES__];
539 dml_uint_t ViewportWidthChroma[__DML_NUM_PLANES__];
540 dml_uint_t ViewportHeightChroma[__DML_NUM_PLANES__];
541 dml_uint_t ViewportXStart[__DML_NUM_PLANES__];
542 dml_uint_t ViewportXStartC[__DML_NUM_PLANES__];
[all …]
H A Ddisplay_mode_lib_defines.h60 #define __DML_NUM_PLANES__ DCN_DML__NUM_PLANE macro
H A Ddisplay_mode_util.c732 for (dml_uint_t k = 0; k < __DML_NUM_PLANES__; k++) { in dml_get_num_active_planes()
768 ASSERT(plane_idx < __DML_NUM_PLANES__); in dml_get_pipe_idx()
770 for (dml_uint_t i = 0; i < __DML_NUM_PLANES__; i++) { in dml_get_pipe_idx()
786 for (dml_uint_t k = 0; k < __DML_NUM_PLANES__; ++k) { in dml_calc_pipe_plane_mapping()
790 for (dml_uint_t plane_idx = 0; plane_idx < __DML_NUM_PLANES__; plane_idx++) { in dml_calc_pipe_plane_mapping()
H A Ddml2_policy.c280 for (int i = 0; i < __DML_NUM_PLANES__; i++) { in build_unoptimized_policy_settings()
H A Ddml_display_rq_dlg_calc.c294 dml_uint_t first_pipe_idx_in_plane = __DML_NUM_PLANES__; in dml_rq_dlg_get_dlg_reg()
H A Ddml2_utils.c485 int num_of_planes_per_stream[__DML_NUM_PLANES__] = { 0 }; in dml2_apply_det_buffer_allocation_policy()
H A Ddml2_dc_resource_mgmt.c1072 disp_cfg_index_max = __DML_NUM_PLANES__; in dml2_map_dc_pipes()
H A Ddisplay_mode_core.c3135 dml_float_t DCFClkDeepSleepPerSurface[__DML_NUM_PLANES__]; in CalculateDCFCLKDeepSleep()
4088 dml_uint_t MaximumSwathHeightY[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4089 dml_uint_t MaximumSwathHeightC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4090 dml_uint_t RoundedUpMaxSwathSizeBytesY[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4091 dml_uint_t RoundedUpMaxSwathSizeBytesC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4092 dml_uint_t RoundedUpSwathSizeBytesY[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4093 dml_uint_t RoundedUpSwathSizeBytesC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4094 dml_uint_t SwathWidthSingleDPP[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4095 dml_uint_t SwathWidthSingleDPPChroma[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4834 dml_bool_t DETPieceAssignedToThisSurfaceAlready[__DML_NUM_PLANES__]; in CalculateDETBufferSize()
[all …]