Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c36 struct radeon_atpx atpx; member
142 static int radeon_atpx_validate(struct radeon_atpx *atpx) in radeon_atpx_validate() argument
146 atpx->functions.power_cntl = true; in radeon_atpx_validate()
148 if (atpx->functions.px_params) { in radeon_atpx_validate()
154 info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_GET_PX_PARAMETERS, NULL); in radeon_atpx_validate()
173 atpx->functions.i2c_mux_cntl = true; in radeon_atpx_validate()
174 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate()
180 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate()
197 static int radeon_atpx_verify_interface(struct radeon_atpx *atpx) in radeon_atpx_verify_interface() argument
204 info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_VERIFY_INTERFACE, NULL); in radeon_atpx_verify_interface()
[all …]