OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATOM_DEVICE_DFP2_SUPPORT
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c
152
if (radeon_output->devices &
ATOM_DEVICE_DFP2_SUPPORT
)
181
else if (radeon_output->devices &
ATOM_DEVICE_DFP2_SUPPORT
)
182
radeon_output->active_device =
ATOM_DEVICE_DFP2_SUPPORT
;
860
} else if (radeon_output->active_device &
ATOM_DEVICE_DFP2_SUPPORT
) {
918
} else if (radeon_output->active_device &
ATOM_DEVICE_DFP2_SUPPORT
) {
962
} else if (radeon_output->active_device &
ATOM_DEVICE_DFP2_SUPPORT
) {
989
} else if (radeon_output->active_device &
ATOM_DEVICE_DFP2_SUPPORT
) {
1060
case
ATOM_DEVICE_DFP2_SUPPORT
:
1154
case
ATOM_DEVICE_DFP2_SUPPORT
:
2226
info->BiosConnector[1].devices = ATOM_DEVICE_CRT1_SUPPORT |
ATOM_DEVICE_DFP2_SUPPORT
;
[
all
...]
radeon_bios.c
597
info->BiosConnector[i].devices |=
ATOM_DEVICE_DFP2_SUPPORT
;
600
ATOM_DEVICE_DFP2_SUPPORT
,
602
ATOM_DEVICE_DFP2_SUPPORT
))
658
info->BiosConnector[i].devices |=
ATOM_DEVICE_DFP2_SUPPORT
;
661
ATOM_DEVICE_DFP2_SUPPORT
,
663
ATOM_DEVICE_DFP2_SUPPORT
))
678
info->BiosConnector[i].devices |=
ATOM_DEVICE_DFP2_SUPPORT
;
681
ATOM_DEVICE_DFP2_SUPPORT
,
683
ATOM_DEVICE_DFP2_SUPPORT
))
radeon_atombios.c
2488
case
ATOM_DEVICE_DFP2_SUPPORT
:
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
atombios.h
2388
#define
ATOM_DEVICE_DFP2_SUPPORT
(0x1L << ATOM_DEVICE_DFP2_INDEX )
2395
#define ATOM_DEVICE_DFP_SUPPORT (ATOM_DEVICE_DFP1_SUPPORT |
ATOM_DEVICE_DFP2_SUPPORT
| ATOM_DEVICE_DFP3_SUPPORT | ATOM_DEVICE_DFP4_SUPPORT | ATOM_DEVICE_DFP5_SUPPORT | ATOM_DEVICE_DFP6_SUPPORT)
3712
//
ATOM_DEVICE_DFP2_SUPPORT
0x0080
6018
#define ATOM_DEVICE_DFP1X_SUPPORT
ATOM_DEVICE_DFP2_SUPPORT
Completed in 73 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026