Home
last modified time | relevance | path

Searched refs:HDMI_ACR_SOURCE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Devergreen_hdmi.c84 HDMI_ACR_SOURCE | /* select SW CTS value */ in evergreen_hdmi_update_acr()
Drv770d.h700 # define HDMI_ACR_SOURCE (1 << 8) /* 0 - hw; 1 - cts value */ macro
Devergreend.h546 # define HDMI_ACR_SOURCE (1 << 8) /* 0 - hw; 1 - cts value */ macro
/linux-4.4.14/drivers/gpu/drm/amd/include/asic_reg/dce/
Ddce_11_0_enum.h2066 typedef enum HDMI_ACR_SOURCE { enum
2069 } HDMI_ACR_SOURCE; typedef
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Ddce_v11_0.c1862 tmp = REG_SET_FIELD(tmp, HDMI_ACR_PACKET_CONTROL, HDMI_ACR_SOURCE, 0); in dce_v11_0_afmt_setmode()
1865 tmp = REG_SET_FIELD(tmp, HDMI_ACR_PACKET_CONTROL, HDMI_ACR_SOURCE, 1); in dce_v11_0_afmt_setmode()
Ddce_v10_0.c1874 tmp = REG_SET_FIELD(tmp, HDMI_ACR_PACKET_CONTROL, HDMI_ACR_SOURCE, 0); in dce_v10_0_afmt_setmode()
1877 tmp = REG_SET_FIELD(tmp, HDMI_ACR_PACKET_CONTROL, HDMI_ACR_SOURCE, 1); in dce_v10_0_afmt_setmode()