Home
last modified time | relevance | path

Searched refs:wb_enable (Results 1 – 6 of 6) sorted by relevance

/drivers/ufs/core/
A Dufs-sysfs.c326 unsigned int wb_enable; in wb_on_store() local
339 if (kstrtouint(buf, 0, &wb_enable)) in wb_on_store()
342 if (wb_enable != 0 && wb_enable != 1) in wb_on_store()
352 res = ufshcd_wb_toggle(hba, wb_enable); in wb_on_store()
1535 UFS_FLAG(wb_enable, _WB_EN);
/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_lib.c272 dml_print("DML PARAMS: wb_enable = %d\n", dout->wb_enable); in dml_log_pipe_params()
A Ddisplay_mode_structs.h472 int wb_enable; member
A Ddisplay_mode_vba.c658 mode_lib->vba.WritebackEnable[mode_lib->vba.NumberOfActivePlanes] = dout->wb_enable; in fetch_pipe_params()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddcn30_fpu.c199 pipes[pipe_cnt].dout.wb_enable = 0; in dcn30_fpu_populate_dml_writeback_from_context()
206 pipes[pipe_cnt].dout.wb_enable = 1; in dcn30_fpu_populate_dml_writeback_from_context()
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1005 pipes[pipe_cnt].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0; in dcn20_populate_dml_writeback_from_context()
2494 pipes[pipe_cnt].dout.wb_enable = 0; in dcn201_populate_dml_writeback_from_context_fpu()
2501 pipes[pipe_cnt].dout.wb_enable = 1; in dcn201_populate_dml_writeback_from_context_fpu()

Completed in 26 milliseconds