Home
last modified time | relevance | path

Searched refs:is_backlight_on (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_panel_cntl.c117 return cmd.panel_cntl.data.is_backlight_on; in dcn31_is_panel_backlight_on()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c970 bool is_backlight_on = link->panel_cntl->funcs->is_panel_backlight_on(link->panel_cntl); in dce110_edp_backlight_control() local
972 if ((enable && is_backlight_on) || (!enable && !is_backlight_on)) { in dce110_edp_backlight_control()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3733 uint8_t is_backlight_on : 1; /* in/out */ member