Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.h34 uint32_t supported_device);
H A Dradeon_atombios.h40 uint32_t supported_device, u16 caps);
H A Dradeon_encoders.c87 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument
92 switch (supported_device) { in radeon_get_encoder_enum()
H A Dradeon_connectors.c1825 uint32_t supported_device, in radeon_add_atom_connector() argument
1859 radeon_connector->devices |= supported_device; in radeon_add_atom_connector()
1878 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector()
1897 radeon_connector->devices = supported_device; in radeon_add_atom_connector()
2351 uint32_t supported_device, in radeon_add_legacy_connector() argument
2377 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector()
2389 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
H A Dradeon_atombios.c282 uint32_t supported_device, in radeon_atom_apply_quirks() argument
295 (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 …]
H A Dradeon_legacy_encoders.c1738 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument
1748 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder()
1769 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
H A Datombios_encoders.c2661 uint32_t supported_device, in radeon_add_atom_encoder() argument
2672 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder()
2704 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_connectors.h34 uint32_t supported_device,
H A Damdgpu_connectors.c1594 uint32_t supported_device, in amdgpu_connector_add() argument
1622 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()
H A Ddce_v8_0.c3409 uint32_t supported_device, in dce_v8_0_encoder_add() argument
3420 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add()
3452 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
H A Ddce_v6_0.c3399 uint32_t supported_device, in dce_v6_0_encoder_add() argument
3410 amdgpu_encoder->devices |= supported_device; in dce_v6_0_encoder_add()
3440 amdgpu_encoder->devices = supported_device; in dce_v6_0_encoder_add()
H A Ddce_v10_0.c3501 uint32_t supported_device, in dce_v10_0_encoder_add() argument
3512 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add()
3544 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()