OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DP_DPCD_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c
46
#define
DP_DPCD_SIZE
DP_RECEIVER_CAP_SIZE
261
const u8 dpcd[
DP_DPCD_SIZE
],
345
u8 msg[
DP_DPCD_SIZE
];
349
msg,
DP_DPCD_SIZE
);
350
if (ret ==
DP_DPCD_SIZE
) {
351
memcpy(dig_connector->dpcd, msg,
DP_DPCD_SIZE
);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c
44
#define
DP_DPCD_SIZE
DP_RECEIVER_CAP_SIZE
319
const u8 dpcd[
DP_DPCD_SIZE
],
402
u8 msg[
DP_DPCD_SIZE
];
406
DP_DPCD_SIZE
);
407
if (ret ==
DP_DPCD_SIZE
) {
408
memcpy(dig_connector->dpcd, msg,
DP_DPCD_SIZE
);
Completed in 14 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025