Home
last modified time | relevance | path

Searched refs:set_abm_level (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dabm.h40 bool (*set_abm_level)(struct abm *abm, unsigned int abm_level); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1275 stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level); in dcn20_blank_pixel_data()
2024 pipe_ctx->stream_res.abm->funcs->set_abm_level(pipe_ctx->stream_res.abm, in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2500 if (abm->funcs->set_abm_level) in hwss_set_abm_level()
2501 abm->funcs->set_abm_level(abm, abm_level); in hwss_set_abm_level()
H A Ddc.c3756 pipe_ctx->stream_res.abm->funcs->set_abm_level( in commit_planes_do_stream_update()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2207 pipe_ctx->stream_res.abm->funcs->set_abm_level(pipe_ctx->stream_res.abm, in dcn401_program_pipe()