Home
last modified time | relevance | path

Searched refs:abm_level (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h139 uint32_t abm_level:1; member
260 unsigned int abm_level; member
338 unsigned int *abm_level; member
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dabm.h40 bool (*set_abm_level)(struct abm *abm, unsigned int abm_level);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_hwseq.c187 …if (pipe_ctx->stream->abm_level == 0 || pipe_ctx->stream->abm_level == ABM_LEVEL_IMMEDIATE_DISABLE… in dcn21_set_abm_immediate_disable()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h992 int abm_level; member
1025 uint8_t abm_level; member
H A Damdgpu_dm_crtc.c463 state->abm_level = cur->abm_level; in amdgpu_dm_crtc_duplicate_state()
H A Damdgpu_dm.c7602 dm_new_state->abm_level = ABM_LEVEL_IMMEDIATE_DISABLE; in amdgpu_dm_connector_atomic_set_property()
7606 dm_new_state->abm_level = val; in amdgpu_dm_connector_atomic_set_property()
7655 *val = (dm_state->abm_level != ABM_LEVEL_IMMEDIATE_DISABLE) ? in amdgpu_dm_connector_atomic_get_property()
7656 dm_state->abm_level : 0; in amdgpu_dm_connector_atomic_get_property()
7684 val = to_dm_connector_state(connector->state)->abm_level == in panel_power_savings_show()
7686 to_dm_connector_state(connector->state)->abm_level; in panel_power_savings_show()
7713 to_dm_connector_state(connector->state)->abm_level = val ?: in panel_power_savings_store()
7836 state->abm_level = ABM_LEVEL_IMMEDIATE_DISABLE; in amdgpu_dm_connector_funcs_reset()
7838 state->abm_level = amdgpu_dm_abm_level; in amdgpu_dm_connector_funcs_reset()
7860 new_state->abm_level = state->abm_level; in amdgpu_dm_connector_atomic_duplicate_state()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2994 if (stream_update->abm_level) in check_update_surfaces_for_stream()
2995 su_flags->bits.abm_level = 1; in check_update_surfaces_for_stream()
3262 if (update->abm_level) in copy_stream_update_to_stream()
3263 stream->abm_level = *update->abm_level; in copy_stream_update_to_stream()
3817 if (stream_update->abm_level && pipe_ctx->stream_res.abm) { in commit_planes_do_stream_update()
3826 if (*stream_update->abm_level == ABM_LEVEL_IMMEDIATE_DISABLE) { in commit_planes_do_stream_update()
3830 pipe_ctx->stream_res.abm, stream->abm_level); in commit_planes_do_stream_update()
3848 if (stream->ctx->dce_version >= DCN_VERSION_3_5 && stream->abm_level) in dc_dmub_should_send_dirty_rect_cmd()
5172 stream_update->abm_level || in full_update_required()
H A Ddc_hw_sequencer.c1880 uint32_t abm_level) in hwss_add_abm_set_level() argument
1884 seq_state->steps[*seq_state->num_steps].params.set_abm_level_params.abm_level = abm_level; in hwss_add_abm_set_level()
2500 unsigned int abm_level = params->set_abm_level_params.abm_level; in hwss_set_abm_level() local
2503 abm->funcs->set_abm_level(abm, abm_level); in hwss_set_abm_level()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h371 unsigned int abm_level; member
1712 struct abm *abm, uint32_t abm_level);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2136 pipe_ctx->stream->update_flags.bits.abm_level) in dcn401_program_pipe()
2219 pipe_ctx->stream->abm_level); in dcn401_program_pipe()
2262 pipe_ctx->stream->update_flags.bits.abm_level) { in dcn401_program_pipe_sequence()
2369 hwss_add_abm_set_level(seq_state, pipe_ctx->stream_res.abm, pipe_ctx->stream->abm_level); in dcn401_program_pipe_sequence()
3188 hwss_add_abm_set_level(seq_state, stream_res->abm, stream->abm_level); in dcn401_blank_pixel_data_sequence()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1260 stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level); in dcn20_blank_pixel_data()
1926 pipe_ctx->stream->update_flags.bits.abm_level) in dcn20_program_pipe()
2010 pipe_ctx->stream->abm_level); in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3175 stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level); in dcn10_blank_pixel_data()