Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.h34 uint32_t supported_device);
Dradeon_atombios.h40 uint32_t supported_device, u16 caps);
Dradeon_encoders.c86 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument
91 switch (supported_device) { in radeon_get_encoder_enum()
Dradeon_mode.h663 uint32_t supported_device,
673 uint32_t supported_device,
679 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
Dradeon_connectors.c1831 uint32_t supported_device, in radeon_add_atom_connector() argument
1865 radeon_connector->devices |= supported_device; in radeon_add_atom_connector()
1884 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector()
1903 radeon_connector->devices = supported_device; in radeon_add_atom_connector()
2357 uint32_t supported_device, in radeon_add_legacy_connector() argument
2383 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector()
2395 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
Dradeon_atombios.c281 uint32_t supported_device, in radeon_atom_apply_quirks() argument
294 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
303 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
311 if ((supported_device == ATOM_DEVICE_DFP2_SUPPORT) || in radeon_atom_apply_quirks()
312 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
338 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()
346 if (supported_device == ATOM_DEVICE_DFP1_SUPPORT) in radeon_atom_apply_quirks()
355 if ((supported_device == ATOM_DEVICE_CRT1_SUPPORT) || in radeon_atom_apply_quirks()
356 (supported_device == ATOM_DEVICE_DFP2_SUPPORT)) in radeon_atom_apply_quirks()
358 if (supported_device == ATOM_DEVICE_CRT2_SUPPORT) in radeon_atom_apply_quirks()
[all …]
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()
Datombios_encoders.c2658 uint32_t supported_device, in radeon_add_atom_encoder() argument
2669 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder()
2701 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_connectors.h35 uint32_t supported_device,
Damdgpu_mode.h286 uint32_t supported_device,
290 uint32_t supported_device,
Damdgpu_connectors.c1533 uint32_t supported_device, in amdgpu_connector_add() argument
1561 amdgpu_connector->devices |= supported_device; in amdgpu_connector_add()
1582 if (amdgpu_encoder->devices & supported_device) { in amdgpu_connector_add()
1601 amdgpu_connector->devices = supported_device; in amdgpu_connector_add()
Ddce_v6_0.c3303 uint32_t supported_device, in dce_v6_0_encoder_add() argument
3314 amdgpu_encoder->devices |= supported_device; in dce_v6_0_encoder_add()
3345 amdgpu_encoder->devices = supported_device; in dce_v6_0_encoder_add()
Ddce_v8_0.c3382 uint32_t supported_device, in dce_v8_0_encoder_add() argument
3393 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add()
3425 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
Ddce_v10_0.c3490 uint32_t supported_device, in dce_v10_0_encoder_add() argument
3501 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add()
3533 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()
Ddce_v11_0.c3613 uint32_t supported_device, in dce_v11_0_encoder_add() argument
3624 amdgpu_encoder->devices |= supported_device; in dce_v11_0_encoder_add()
3662 amdgpu_encoder->devices = supported_device; in dce_v11_0_encoder_add()
/Linux-v6.1/drivers/scsi/mpi3mr/mpi/
Dmpi30_image.h198 struct mpi3_supported_device supported_device[MPI3_SUPPORTED_DEVICE_MAX]; member