Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h481 dml_uint_t GPUVMMinPageSizeKBytes[__DML_NUM_PLANES__];
482 dml_bool_t ForceOneRowForFrame[__DML_NUM_PLANES__];
483 …dml_bool_t PTEBufferModeOverrideEn[__DML_NUM_PLANES__]; //< brief when override enable; the DML wi…
484 dml_bool_t PTEBufferMode[__DML_NUM_PLANES__];
485 dml_uint_t ViewportWidth[__DML_NUM_PLANES__];
486 dml_uint_t ViewportHeight[__DML_NUM_PLANES__];
487 dml_uint_t ViewportWidthChroma[__DML_NUM_PLANES__];
488 dml_uint_t ViewportHeightChroma[__DML_NUM_PLANES__];
489 dml_uint_t ViewportXStart[__DML_NUM_PLANES__];
490 dml_uint_t ViewportXStartC[__DML_NUM_PLANES__];
[all …]
Ddisplay_mode_lib_defines.h60 #define __DML_NUM_PLANES__ DCN_DML__NUM_PLANE macro
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()
Ddml2_wrapper.c68 for (i = 0; i < __DML_NUM_PLANES__; i++) { in map_hw_resources()
308 unsigned int planes_per_timing[__DML_NUM_PLANES__] = {0}; in are_timings_requiring_odm_doing_blending()
314 for (i = 0; i < __DML_NUM_PLANES__; i++) { in are_timings_requiring_odm_doing_blending()
Ddml2_policy.c280 for (int i = 0; i < __DML_NUM_PLANES__; i++) { in build_unoptimized_policy_settings()
Ddml_display_rq_dlg_calc.c294 dml_uint_t first_pipe_idx_in_plane = __DML_NUM_PLANES__; in dml_rq_dlg_get_dlg_reg()
Ddml2_utils.c485 int num_of_planes_per_stream[__DML_NUM_PLANES__] = { 0 }; in dml2_apply_det_buffer_allocation_policy()
Ddml2_dc_resource_mgmt.c1079 disp_cfg_index_max = __DML_NUM_PLANES__; in dml2_map_dc_pipes()
Ddisplay_mode_core.c3133 dml_float_t DCFClkDeepSleepPerSurface[__DML_NUM_PLANES__]; in CalculateDCFCLKDeepSleep()
4086 dml_uint_t MaximumSwathHeightY[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4087 dml_uint_t MaximumSwathHeightC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4088 dml_uint_t RoundedUpMaxSwathSizeBytesY[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4089 dml_uint_t RoundedUpMaxSwathSizeBytesC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4090 dml_uint_t RoundedUpSwathSizeBytesY[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4091 dml_uint_t RoundedUpSwathSizeBytesC[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4092 dml_uint_t SwathWidthSingleDPP[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4093 dml_uint_t SwathWidthSingleDPPChroma[__DML_NUM_PLANES__]; in CalculateSwathAndDETConfiguration()
4832 dml_bool_t DETPieceAssignedToThisSurfaceAlready[__DML_NUM_PLANES__]; in CalculateDETBufferSize()
[all …]