Searched refs:supported_device (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_legacy_encoders.h | 34 uint32_t supported_device);
|
A D | radeon_atombios.h | 40 uint32_t supported_device, u16 caps);
|
A D | radeon_encoders.c | 84 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device, uint8_t dac) in radeon_get_encoder_enum() argument 89 switch (supported_device) { in radeon_get_encoder_enum()
|
A D | radeon_mode.h | 696 uint32_t supported_device, 706 uint32_t supported_device, 712 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
|
A D | radeon_connectors.c | 1860 uint32_t supported_device, in radeon_add_atom_connector() argument 1894 radeon_connector->devices |= supported_device; in radeon_add_atom_connector() 1913 if (radeon_encoder->devices & supported_device) { in radeon_add_atom_connector() 1932 radeon_connector->devices = supported_device; in radeon_add_atom_connector() 2386 uint32_t supported_device, in radeon_add_legacy_connector() argument 2412 radeon_connector->devices |= supported_device; in radeon_add_legacy_connector() 2424 radeon_connector->devices = supported_device; in radeon_add_legacy_connector()
|
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() 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() 363 if ((supported_device == ATOM_DEVICE_TV1_SUPPORT) && in radeon_atom_apply_quirks() [all …]
|
A D | radeon_legacy_encoders.c | 1746 radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum, uint32_t supported_device) in radeon_add_legacy_encoder() argument 1756 radeon_encoder->devices |= supported_device; in radeon_add_legacy_encoder() 1777 radeon_encoder->devices = supported_device; in radeon_add_legacy_encoder()
|
A D | atombios_encoders.c | 2723 uint32_t supported_device, in radeon_add_atom_encoder() argument 2734 radeon_encoder->devices |= supported_device; in radeon_add_atom_encoder() 2766 radeon_encoder->devices = supported_device; in radeon_add_atom_encoder()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_connectors.h | 35 uint32_t supported_device,
|
A D | amdgpu_mode.h | 288 uint32_t supported_device, 292 uint32_t supported_device,
|
A D | amdgpu_connectors.c | 1525 uint32_t supported_device, in amdgpu_connector_add() argument 1553 amdgpu_connector->devices |= supported_device; in amdgpu_connector_add() 1574 if (amdgpu_encoder->devices & supported_device) { in amdgpu_connector_add() 1593 amdgpu_connector->devices = supported_device; in amdgpu_connector_add()
|
A D | dce_v8_0.c | 3380 uint32_t supported_device, in dce_v8_0_encoder_add() argument 3391 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add() 3423 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
|
A D | dce_v6_0.c | 3302 uint32_t supported_device, in dce_v6_0_encoder_add() argument 3313 amdgpu_encoder->devices |= supported_device; in dce_v6_0_encoder_add() 3344 amdgpu_encoder->devices = supported_device; in dce_v6_0_encoder_add()
|
A D | dce_v10_0.c | 3488 uint32_t supported_device, in dce_v10_0_encoder_add() argument 3499 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add() 3531 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()
|
A D | dce_v11_0.c | 3611 uint32_t supported_device, in dce_v11_0_encoder_add() argument 3622 amdgpu_encoder->devices |= supported_device; in dce_v11_0_encoder_add() 3660 amdgpu_encoder->devices = supported_device; in dce_v11_0_encoder_add()
|
/linux/drivers/scsi/mpi3mr/mpi/ |
A D | mpi30_image.h | 139 struct mpi3_supported_device supported_device[MPI3_SUPPORTED_DEVICE_MAX]; member
|
Completed in 60 milliseconds