Searched refs:supported_device (Results 1 – 8 of 8) sorted by relevance
34 uint32_t supported_device);
40 uint32_t supported_device, u16 caps);
87 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument92 switch (supported_device) { in radeon_get_encoder_enum()
282 uint32_t supported_device, in radeon_atom_apply_quirks() argument295 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()304 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()312 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks()313 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()339 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()347 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()356 if ((supported_device == ATOM_DEVICE_CRT1_SUPPORT) || in radeon_atom_apply_quirks()357 (supported_device == ATOM_DEVICE_DFP2_SUPPORT)) in radeon_atom_apply_quirks()359 if (supported_device == ATOM_DEVICE_CRT2_SUPPORT) in radeon_atom_apply_quirks()[all …]
1738 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument1748 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder()1769 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
2661 uint32_t supported_device, in radeon_add_atom_encoder() argument2672 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder()2704 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
34 uint32_t supported_device,
1594 uint32_t supported_device, in amdgpu_connector_add() argument1622 amdgpu_connector->devices |= supported_device; in amdgpu_connector_add()1643 if (amdgpu_encoder->devices & supported_device) { in amdgpu_connector_add()1662 amdgpu_connector->devices = supported_device; in amdgpu_connector_add()