Home
last modified time | relevance | path

Searched refs:dml_bool_t (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_core_structs.h340 dml_bool_t gpuvm_enable;
341 dml_bool_t hostvm_enable;
383 dml_bool_t dcc_supported;
417 dml_bool_t DCCEnable;
678 dml_bool_t P2IWith420;
1216 dml_bool_t *DRRDisplay;
1228 dml_bool_t GPUVMEnable;
1243 dml_bool_t *Interlace;
1486 dml_bool_t *Interlace;
1511 dml_bool_t *DCCEnable;
[all …]
A Ddisplay_mode_core.h33 dml_bool_t dml_core_mode_support(struct display_mode_lib_st *mode_lib);
41 dml_bool_t is_plane1,
50 dml_bool_t use_ideal_dram_bw_strobe,
51 dml_bool_t HostVMEnable,
58 dml_bool_t use_ideal_dram_bw_strobe,
59 dml_bool_t HostVMEnable,
64 dml_bool_t dml_mode_support(
69 dml_bool_t dml_mode_programming(
78 dml_bool_t dml_get_is_phantom_pipe(struct display_mode_lib_st *mode_lib, dml_uint_t pipe_idx);
A Ddisplay_mode_util.h37 __DML_DLL_EXPORT__ dml_bool_t dml_util_is_420(enum dml_source_format_class source_format);
49 __DML_DLL_EXPORT__ dml_float_t dml_round(dml_float_t val, dml_bool_t bankers_rounding);
51 __DML_DLL_EXPORT__ dml_uint_t dml_round_to_multiple(dml_uint_t num, dml_uint_t multiple, dml_bool_t
52 __DML_DLL_EXPORT__ dml_bool_t dml_is_vertical_rotation(enum dml_rotation_angle scan);
60 …_print_dml_mode_support_info(const struct dml_mode_support_info_st *support, dml_bool_t fail_only);
A Ddisplay_mode_core.c96 dml_bool_t *RequiresDSC,
97 dml_bool_t *RequiresFEC,
111 dml_bool_t DSCEnable,
191 dml_bool_t DCCEnabled,
218 dml_bool_t Interlace,
234 dml_bool_t DCCEnable,
279 dml_bool_t DRRDisplay,
295 dml_bool_t DCCEnable,
328 dml_bool_t DCCEnable,
380 dml_bool_t DSCEnable,
[all …]
A Ddml_display_rq_dlg_calc.c29 static dml_bool_t is_dual_plane(enum dml_source_format_class source_format) in is_dual_plane()
31 dml_bool_t ret_val = 0; in is_dual_plane()
46 dml_bool_t dual_plane = is_dual_plane((enum dml_source_format_class)(source_format)); in dml_rq_dlg_get_rq_reg()
67 dml_bool_t is_phantom_pipe; in dml_rq_dlg_get_rq_reg()
207 dml_bool_t dual_plane = is_dual_plane(source_format); in dml_rq_dlg_get_dlg_reg()
215 dml_bool_t interlaced = timing->Interlace[plane_idx]; in dml_rq_dlg_get_dlg_reg()
A Ddisplay_mode_lib_defines.h77 typedef bool dml_bool_t; typedef
A Ddisplay_mode_util.c44 dml_bool_t dml_util_is_420(enum dml_source_format_class source_format) in dml_util_is_420()
46 dml_bool_t val = false; in dml_util_is_420()
179 dml_float_t dml_round(dml_float_t val, dml_bool_t bankers_rounding) in dml_round()
201 dml_uint_t dml_round_to_multiple(dml_uint_t num, dml_uint_t multiple, dml_bool_t up) in dml_round_to_multiple()
411 void dml_print_dml_mode_support_info(const struct dml_mode_support_info_st *support, dml_bool_t fai… in dml_print_dml_mode_support_info()
702 dml_bool_t dml_is_vertical_rotation(enum dml_rotation_angle Scan) in dml_is_vertical_rotation()
704 dml_bool_t is_vert = false; in dml_is_vertical_rotation()
766 dml_bool_t pipe_found = 0; in dml_get_pipe_idx()

Completed in 50 milliseconds