Home
last modified time | relevance | path

Searched refs:dm_rgbe_alpha (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_enums.h47 dm_rgbe_alpha = 10, enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c37 …|| (source_format == dm_420_8) || (source_format == dm_420_10) || (source_format == dm_rgbe_alpha)) in is_dual_plane()
310 } else if (SourcePixelFormat == dm_rgbe_alpha) { in CalculateBytePerPixelAnd256BBlockSizes()
352 } else if (SourcePixelFormat == dm_rgbe_alpha) { in CalculateBytePerPixelAnd256BBlockSizes()
847 || pipe_param.src.source_format == dm_rgbe_alpha in dml_rq_dlg_get_rq_params()
852 rq_param->rgbe_alpha = (pipe_param.src.source_format == dm_rgbe_alpha)?1:0; in dml_rq_dlg_get_rq_params()
Ddisplay_mode_vba_30.c1988 && v->SourcePixelFormat[k] != dm_rgbe_alpha)) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2251 …== dm_420_10 || v->SourcePixelFormat[k] == dm_420_12 || v->SourcePixelFormat[k] == dm_rgbe_alpha) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3251 } else if (SourcePixelFormat == dm_rgbe_alpha) { in CalculateBytePerPixelAnd256BBlockSizes()
3293 } else if (SourcePixelFormat == dm_rgbe_alpha) { in CalculateBytePerPixelAnd256BBlockSizes()
3418 …PixelFormat == dm_420_10 || SourcePixelFormat == dm_420_12 || SourcePixelFormat == dm_rgbe_alpha) { in CalculateRowBandwidth()
3428 …PixelFormat == dm_420_10 || SourcePixelFormat == dm_420_12 || SourcePixelFormat == dm_rgbe_alpha) { in CalculateRowBandwidth()
3514 …ePixelFormat == dm_420_8 || SourcePixelFormat == dm_420_10 || SourcePixelFormat == dm_rgbe_alpha) { in CalculateFlipSchedule()
3669 && v->SourcePixelFormat[k] != dm_rgbe_alpha) in dml30_ModeSupportAndSystemConfigurationFull()
4456 || v->SourcePixelFormat[k] == dm_rgbe_alpha) { in dml30_ModeSupportAndSystemConfigurationFull()
6358 } else if (SourcePixelFormat[k] == dm_rgbe_alpha in CalculateSwathAndDETConfiguration()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c386 input->src.source_format = dm_rgbe_alpha; in pipe_ctx_to_e2e_pipe_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2377 pipes[pipe_cnt].pipe.src.source_format = dm_rgbe_alpha;