Searched refs:display_adjust (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp.c | 424 struct mod_hdcp_display_adjustment *display_adjust, in mod_hdcp_update_display() argument 443 memcmp(display_adjust, &display->adjust, in mod_hdcp_update_display() 451 memcmp(display_adjust, &display->adjust, in mod_hdcp_update_display() 453 status = update_display_adjustments(hdcp, display, display_adjust); in mod_hdcp_update_display() 471 display->adjust = *display_adjust; in mod_hdcp_update_display()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 172 struct mod_hdcp_display_adjustment display_adjust; in hdcp_update_display() local 179 memset(&display_adjust, 0, sizeof(display_adjust)); in hdcp_update_display() 190 display_adjust.disable = MOD_HDCP_DISPLAY_NOT_DISABLE; in hdcp_update_display() 204 display_adjust.disable = MOD_HDCP_DISPLAY_DISABLE_AUTHENTICATION; in hdcp_update_display() 209 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output); in hdcp_update_display()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_hdcp.h | 301 struct mod_hdcp_display_adjustment *display_adjust,
|