Home
last modified time | relevance | path

Searched refs:dst_bytes (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c420 static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in intel_dp_unpack_aux() argument
423 if (dst_bytes > 4) in intel_dp_unpack_aux()
424 dst_bytes = 4; in intel_dp_unpack_aux()
425 for (i = 0; i < dst_bytes; i++) in intel_dp_unpack_aux()