Home
last modified time | relevance | path

Searched refs:wb_enabled (Results 1 – 15 of 15) 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;
635 bool wb_enabled; global() member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h98 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/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/hwss/dcn401/
H A Ddcn401_hwseq.c3211 if (wb_info->wb_enabled) { in dcn401_program_all_writeback_pipes_in_tree_sequence()
3260 if (!wb_info->wb_enabled || wb_info->dwb_pipe_inst >= dc->res_pool->res_cap->num_dwb) in dcn401_enable_writeback_sequence()
3318 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/amdgpu_dm/
H A Damdgpu_dm.c10443 if (!acrtc || !acrtc->wb_enabled) in amdgpu_dm_commit_streams()
10449 acrtc->wb_enabled = false; in amdgpu_dm_commit_streams()
10651 wb_info->wb_enabled = true; in dm_set_writeback()
11101 if (acrtc->wb_enabled) in amdgpu_dm_atomic_commit_tail()
11107 acrtc->wb_enabled = true; in amdgpu_dm_atomic_commit_tail()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1393 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.c1612 if (context->res_ctx.pipe_ctx[i].stream->writeback_info[j].wb_enabled == false) in dcn20_set_mcif_arb_params()
/linux/drivers/ufs/core/
H A Dufshcd.c751 hba->dev_info.wb_enabled = false; in ufshcd_device_reset()
6140 hba->dev_info.wb_enabled == enable) in ufshcd_wb_toggle()
6150 hba->dev_info.wb_enabled = enable; in ufshcd_wb_toggle()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2535 ASSERT(wb_info->wb_enabled); in dcn20_enable_writeback()