Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h85 unsigned int abm_level; member
120 unsigned int *abm_level; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dabm.h47 bool (*set_abm_level)(struct abm *abm, unsigned int abm_level);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1359 if (stream_update && stream_update->abm_level && pipe_ctx->stream_res.abm) { in commit_planes_for_stream()
1364 pipe_ctx->stream_res.abm, stream->abm_level); in commit_planes_for_stream()
1367 pipe_ctx->stream_res.abm, stream->abm_level); in commit_planes_for_stream()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2132 stream_res->abm->funcs->set_abm_level(stream_res->abm, stream->abm_level); in dcn10_blank_pixel_data()