/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.h | 34 uint32_t supported_device);
|
H A D | radeon_atombios.h | 40 uint32_t supported_device, u16 caps);
|
H A D | radeon_encoders.c | 86 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()
|
H A D | radeon_mode.h | 659 uint32_t supported_device, 669 uint32_t supported_device, 675 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
|
H A D | radeon_connectors.c | 1830 uint32_t supported_device, in radeon_add_atom_connector() argument 1864 radeon_connector->devices |= supported_device; in radeon_add_atom_connector() 1883 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector() 1902 radeon_connector->devices = supported_device; in radeon_add_atom_connector() 2356 uint32_t supported_device, in radeon_add_legacy_connector() argument 2382 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector() 2394 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
|
H A D | radeon_atombios.c | 281 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 …]
|
H A D | radeon_legacy_encoders.c | 1738 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 D | atombios_encoders.c | 2660 uint32_t supported_device, in radeon_add_atom_encoder() argument 2671 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder() 2703 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_connectors.h | 35 uint32_t supported_device,
|
H A D | amdgpu_mode.h | 284 uint32_t supported_device, 288 uint32_t supported_device,
|
H A D | amdgpu_connectors.c | 1573 uint32_t supported_device, in amdgpu_connector_add() argument 1601 amdgpu_connector->devices |= supported_device; in amdgpu_connector_add() 1622 if (amdgpu_encoder->devices & supported_device) { in amdgpu_connector_add() 1641 amdgpu_connector->devices = supported_device; in amdgpu_connector_add()
|
H A D | dce_v6_0.c | 3318 uint32_t supported_device, in dce_v6_0_encoder_add() argument 3329 amdgpu_encoder->devices |= supported_device; in dce_v6_0_encoder_add() 3360 amdgpu_encoder->devices = supported_device; in dce_v6_0_encoder_add()
|
H A D | dce_v8_0.c | 3392 uint32_t supported_device, in dce_v8_0_encoder_add() argument 3403 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add() 3435 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
|
H A D | dce_v10_0.c | 3495 uint32_t supported_device, in dce_v10_0_encoder_add() argument 3506 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add() 3538 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()
|
H A D | dce_v11_0.c | 3626 uint32_t supported_device, in dce_v11_0_encoder_add() argument 3637 amdgpu_encoder->devices |= supported_device; in dce_v11_0_encoder_add() 3675 amdgpu_encoder->devices = supported_device; in dce_v11_0_encoder_add()
|
/openbmc/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_image.h | 198 struct mpi3_supported_device supported_device[MPI3_SUPPORTED_DEVICE_MAX]; member
|