OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_dp_dpcd_readb
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_aux_backlight.c
41
if (
drm_dp_dpcd_readb
(&intel_dp->aux, DP_EDP_DISPLAY_CONTROL_REGISTER,
142
if (
drm_dp_dpcd_readb
(&intel_dp->aux,
147
if (
drm_dp_dpcd_readb
(&intel_dp->aux,
189
if (
drm_dp_dpcd_readb
(&intel_dp->aux,
intel_psr.c
230
if (
drm_dp_dpcd_readb
(&intel_dp->aux, DP_RECEIVER_ALPM_CAP,
240
if (
drm_dp_dpcd_readb
(&intel_dp->aux,
1407
ret =
drm_dp_dpcd_readb
(aux, DP_PSR_STATUS, status);
1411
ret =
drm_dp_dpcd_readb
(aux, DP_PSR_ERROR_STATUS, error_status);
1431
r =
drm_dp_dpcd_readb
(aux, DP_RECEIVER_ALPM_STATUS, &val);
1454
r =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_PSR_ESI, &val);
intel_lspcon.c
180
if (
drm_dp_dpcd_readb
(&lspcon_to_intel_dp(lspcon)->aux, DP_DPCD_REV,
intel_dp.c
4353
if (
drm_dp_dpcd_readb
(&intel_dp->aux, DP_DPRX_FEATURE_ENUMERATION_LIST,
4385
drm_dp_dpcd_readb
(&intel_dp->aux, DP_FEC_CAPABILITY,
4500
r =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_SINK_COUNT, &count);
4544
if (
drm_dp_dpcd_readb
(&intel_dp->aux, DP_MSTM_CAP, &mstm_cap) != 1)
4849
status =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_TEST_LANE_COUNT,
4858
status =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_TEST_LINK_RATE,
4885
status =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_TEST_PATTERN,
4908
status =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_TEST_MISC0,
4994
status =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_TEST_REQUEST, &request);
5244
if (
drm_dp_dpcd_readb
(&intel_dp->aux
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c
378
if (
drm_dp_dpcd_readb
(&amdgpu_connector->ddc_bus->aux,
390
if (
drm_dp_dpcd_readb
(&amdgpu_connector->ddc_bus->aux,
735
if (
drm_dp_dpcd_readb
(&amdgpu_connector->ddc_bus->aux, DP_MAX_LANE_COUNT, &tmp)
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c
931
ret =
drm_dp_dpcd_readb
(aux, DP_TEST_SINK, &buf);
937
ret =
drm_dp_dpcd_readb
(aux, DP_TEST_SINK_MISC, &buf);
1146
ret =
drm_dp_dpcd_readb
(aux, DP_TEST_SINK, &buf);
1173
ret =
drm_dp_dpcd_readb
(aux, DP_TEST_SINK, &buf);
drm_dp_mst_topology.c
4434
ret =
drm_dp_dpcd_readb
(mgr->aux, DP_PAYLOAD_TABLE_UPDATE_STATUS, &status);
4469
ret =
drm_dp_dpcd_readb
(mgr->aux, DP_PAYLOAD_TABLE_UPDATE_STATUS, &status);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c
440
if (
drm_dp_dpcd_readb
(&radeon_connector->ddc_bus->aux,
452
if (
drm_dp_dpcd_readb
(&radeon_connector->ddc_bus->aux,
843
if (
drm_dp_dpcd_readb
(&radeon_connector->ddc_bus->aux, DP_MAX_LANE_COUNT, &tmp)
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c
1422
ret =
drm_dp_dpcd_readb
(aux, DP_MSTM_CTRL, &mstm_ctrl);
1428
ret =
drm_dp_dpcd_readb
(aux, DP_MSTM_CAP, &dpcd[1]);
1509
ret =
drm_dp_dpcd_readb
(aux, DP_DPCD_REV, &dpcd);
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_helper.h
1433
*
drm_dp_dpcd_readb
() - read a single byte from the DPCD
1441
static inline ssize_t
drm_dp_dpcd_readb
(struct drm_dp_aux *aux,
function
/src/sys/dev/ic/
anx_dp.c
583
if (
drm_dp_dpcd_readb
(&sc->sc_dpaux, DP_SET_POWER, &power) < 0)
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c
1998
ret =
drm_dp_dpcd_readb
(&intel_dp->aux, DP_PSR_STATUS, &val);
Completed in 70 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026