active_device      69 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c 			amdgpu_encoder->active_device = amdgpu_encoder->devices & amdgpu_connector->devices;
active_device      71 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c 				  amdgpu_encoder->active_device, amdgpu_encoder->devices,
active_device      87 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c 		if (amdgpu_encoder->active_device & amdgpu_connector->devices)
active_device     455 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h 	uint32_t active_device;
active_device     351 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 	if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device     760 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c 	if ((amdgpu_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
active_device     304 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if (amdgpu_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT))
active_device     309 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	if ((amdgpu_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
active_device    1413 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 		  amdgpu_encoder->active_device);
active_device    1507 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1509 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1516 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1518 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1576 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1578 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1584 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1586 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1645 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1647 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1653 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1655 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 				else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    3329 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	if ((amdgpu_encoder->active_device &
active_device    3336 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 			if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
active_device    3385 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	amdgpu_encoder->active_device = 0;
active_device    3455 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	if ((amdgpu_encoder->active_device &
active_device    3462 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 			if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
active_device    3511 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	amdgpu_encoder->active_device = 0;
active_device    3128 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	if ((amdgpu_encoder->active_device &
active_device    3135 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 			if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
active_device    3187 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	amdgpu_encoder->active_device = 0;
active_device    3217 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	if ((amdgpu_encoder->active_device &
active_device    3224 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 			if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
active_device    3273 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	amdgpu_encoder->active_device = 0;
active_device      99 drivers/gpu/drm/radeon/atombios_crtc.c 	if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
active_device     645 drivers/gpu/drm/radeon/atombios_crtc.c 		if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device     977 drivers/gpu/drm/radeon/atombios_crtc.c 	} else if ((radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
active_device    1101 drivers/gpu/drm/radeon/atombios_crtc.c 	if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    2065 drivers/gpu/drm/radeon/atombios_crtc.c 	if (radeon_encoder->active_device &
active_device     325 drivers/gpu/drm/radeon/atombios_encoders.c 	if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
active_device     327 drivers/gpu/drm/radeon/atombios_encoders.c 	} else if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
active_device     342 drivers/gpu/drm/radeon/atombios_encoders.c 	    ((radeon_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
active_device     376 drivers/gpu/drm/radeon/atombios_encoders.c 	if (radeon_encoder->active_device & (ATOM_DEVICE_CRT_SUPPORT))
active_device     378 drivers/gpu/drm/radeon/atombios_encoders.c 	else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device     419 drivers/gpu/drm/radeon/atombios_encoders.c 	if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1560 drivers/gpu/drm/radeon/atombios_encoders.c 	if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1563 drivers/gpu/drm/radeon/atombios_encoders.c 	else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1609 drivers/gpu/drm/radeon/atombios_encoders.c 		if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1611 drivers/gpu/drm/radeon/atombios_encoders.c 		else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1618 drivers/gpu/drm/radeon/atombios_encoders.c 		if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1620 drivers/gpu/drm/radeon/atombios_encoders.c 		else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1792 drivers/gpu/drm/radeon/atombios_encoders.c 		  radeon_encoder->active_device);
active_device    1913 drivers/gpu/drm/radeon/atombios_encoders.c 				if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1915 drivers/gpu/drm/radeon/atombios_encoders.c 				else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1922 drivers/gpu/drm/radeon/atombios_encoders.c 				if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1924 drivers/gpu/drm/radeon/atombios_encoders.c 				else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1982 drivers/gpu/drm/radeon/atombios_encoders.c 				if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1984 drivers/gpu/drm/radeon/atombios_encoders.c 				else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    1990 drivers/gpu/drm/radeon/atombios_encoders.c 				if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
active_device    1992 drivers/gpu/drm/radeon/atombios_encoders.c 				else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
active_device    2084 drivers/gpu/drm/radeon/atombios_encoders.c 	    (!(radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)))) {
active_device    2290 drivers/gpu/drm/radeon/atombios_encoders.c 		if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT | ATOM_DEVICE_TV_SUPPORT))
active_device    2321 drivers/gpu/drm/radeon/atombios_encoders.c 			if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT))
active_device    2493 drivers/gpu/drm/radeon/atombios_encoders.c 	if ((radeon_encoder->active_device &
active_device    2502 drivers/gpu/drm/radeon/atombios_encoders.c 			if (radeon_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT) {
active_device    2611 drivers/gpu/drm/radeon/atombios_encoders.c 			radeon_encoder->active_device = 0;
active_device    2614 drivers/gpu/drm/radeon/atombios_encoders.c 		radeon_encoder->active_device = 0;
active_device     519 drivers/gpu/drm/radeon/radeon_dp_mst.c 	mst_enc->primary->active_device = mst_enc->primary->devices & mst_enc->connector->devices;
active_device     521 drivers/gpu/drm/radeon/radeon_dp_mst.c 		      mst_enc->primary->active_device, mst_enc->primary->devices,
active_device     234 drivers/gpu/drm/radeon/radeon_encoders.c 			radeon_encoder->active_device = radeon_encoder->devices & radeon_connector->devices;
active_device     236 drivers/gpu/drm/radeon/radeon_encoders.c 				  radeon_encoder->active_device, radeon_encoder->devices,
active_device     261 drivers/gpu/drm/radeon/radeon_encoders.c 		} else if (radeon_encoder->active_device & radeon_connector->devices)
active_device     594 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 			if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
active_device     789 drivers/gpu/drm/radeon/radeon_legacy_crtc.c 			if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
active_device      50 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	radeon_encoder->active_device = 0;
active_device     264 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT))
active_device    1048 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	is_tv = radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT ? true : false;
active_device    1167 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	is_tv = radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT ? true : false;
active_device    1560 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 		if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT))
active_device    1570 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 	if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_CRT_SUPPORT)) {
active_device    1571 drivers/gpu/drm/radeon/radeon_legacy_encoders.c 		DRM_INFO("not detecting due to %08x\n", radeon_encoder->active_device);
active_device     467 drivers/gpu/drm/radeon/radeon_mode.h 	uint32_t active_device;