Searched refs:supported_device (Results 1 – 10 of 10) sorted by relevance
| /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 | 87 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 D | radeon_mode.h | 660 uint32_t supported_device, 670 uint32_t supported_device, 676 radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
|
| H A D | radeon_atombios.c | 282 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 …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_connectors.h | 34 uint32_t supported_device,
|
| H A D | dce_v8_0.c | 3422 uint32_t supported_device, in dce_v8_0_encoder_add() argument 3433 amdgpu_encoder->devices |= supported_device; in dce_v8_0_encoder_add() 3465 amdgpu_encoder->devices = supported_device; in dce_v8_0_encoder_add()
|
| H A D | dce_v10_0.c | 3514 uint32_t supported_device, in dce_v10_0_encoder_add() argument 3525 amdgpu_encoder->devices |= supported_device; in dce_v10_0_encoder_add() 3557 amdgpu_encoder->devices = supported_device; in dce_v10_0_encoder_add()
|
| H A D | dce_v6_0.c | 3412 uint32_t supported_device, in dce_v6_0_encoder_add() argument 3423 amdgpu_encoder->devices |= supported_device; in dce_v6_0_encoder_add() 3453 amdgpu_encoder->devices = supported_device; in dce_v6_0_encoder_add()
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_image.h | 203 struct mpi3_supported_device supported_device[MPI3_SUPPORTED_DEVICE_MAX]; member
|