Home
last modified time | relevance | path

Searched refs:wb_enabled (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c201 unsigned int wb_enabled = 0; in dwb2_is_enabled() local
204 REG_GET(WB_ENABLE, WB_ENABLE, &wb_enabled); in dwb2_is_enabled()
207 return ((wb_enabled != 0) && (cnv_frame_capture_en != 0)); in dwb2_is_enabled()
/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c269 bool wb_enabled = *(bool *) arg; in attempt_writeback() local
314 if (!wb_enabled) in attempt_writeback()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c573 if (stream->writeback_info[i].wb_enabled && in dc_stream_add_writeback()
672 if (stream->writeback_info[i].wb_enabled) { in dc_stream_remove_writeback()
675 stream->writeback_info[i].wb_enabled = false; in dc_stream_remove_writeback()
H A Ddc.c1212 stream->writeback_info[i].wb_enabled = false; in disable_all_writeback_pipes_for_stream()
/linux/include/ufs/
H A Dufs.h638 bool wb_enabled; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h98 bool wb_enabled; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h511 bool wb_enabled; member
/linux/drivers/scsi/
H A Dmyrb.h364 unsigned int wb_enabled:1; /* Byte 5 Bit 7 */ member
H A Dmyrb.c419 if (new->wb_enabled != old->wb_enabled) in myrb_get_ldev_info()
422 (new->wb_enabled ? "BACK" : "THRU")); in myrb_get_ldev_info()
1388 if (ldev_info->wb_enabled) in myrb_mode_sense()
/linux/drivers/ufs/core/
H A Dufs-sysfs.c320 return sysfs_emit(buf, "%d\n", hba->dev_info.wb_enabled); in wb_on_show()
477 if (!ufshcd_is_wb_allowed(hba) || !hba->dev_info.wb_enabled in wb_resize_enable_store()
1649 if (!ufshcd_is_wb_allowed(hba) || !hba->dev_info.wb_enabled in wb_read_resize_attrs()
H A Dufshcd.c752 hba->dev_info.wb_enabled = false; in ufshcd_device_reset()
6153 hba->dev_info.wb_enabled == enable) in ufshcd_wb_toggle()
6163 hba->dev_info.wb_enabled = enable; in ufshcd_wb_toggle()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c439 ASSERT(wb_info->wb_enabled); in dcn30_set_writeback()
601 if (wb_info.wb_enabled) { in dcn30_program_all_writeback_pipes_in_tree()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c204 if (wb_info->wb_enabled && wb_info->writeback_source_plane && in dcn30_fpu_populate_dml_writeback_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c1236 if (wb_info->wb_enabled) { in populate_dml_writeback_cfg_from_stream_state()
1237 out->WritebackEnable[location] = wb_info->wb_enabled; in populate_dml_writeback_cfg_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3220 if (wb_info->wb_enabled) { in dcn401_program_all_writeback_pipes_in_tree_sequence()
3269 if (!wb_info->wb_enabled || wb_info->dwb_pipe_inst >= dc->res_pool->res_cap->num_dwb) in dcn401_enable_writeback_sequence()
3327 if (!wb_info->wb_enabled || wb_info->dwb_pipe_inst >= dc->res_pool->res_cap->num_dwb) in dcn401_update_writeback_sequence()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1004 pipes[pipe_cnt].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0; in dcn20_populate_dml_writeback_from_context()
2498 if (wb_info->wb_enabled && wb_info->writeback_source_plane && in dcn201_populate_dml_writeback_from_context_fpu()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10444 if (!acrtc || !acrtc->wb_enabled) in amdgpu_dm_commit_streams()
10450 acrtc->wb_enabled = false; in amdgpu_dm_commit_streams()
10652 wb_info->wb_enabled = true; in dm_set_writeback()
11102 if (acrtc->wb_enabled) in amdgpu_dm_atomic_commit_tail()
11108 acrtc->wb_enabled = true; in amdgpu_dm_atomic_commit_tail()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1427 if (writeback_info->wb_enabled == false) in dcn30_set_mcif_arb_params()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1646 if (context->res_ctx.pipe_ctx[i].stream->writeback_info[j].wb_enabled == false) in dcn20_set_mcif_arb_params()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2535 ASSERT(wb_info->wb_enabled); in dcn20_enable_writeback()