Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c558 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument
561 if (dst_bytes > 4) in unpack_aux()
562 dst_bytes = 4; in unpack_aux()
563 for (i = 0; i < dst_bytes; i++) in unpack_aux()
/drivers/gpu/drm/i915/
Dintel_dp.c252 static void intel_dp_unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in intel_dp_unpack_aux() argument
255 if (dst_bytes > 4) in intel_dp_unpack_aux()
256 dst_bytes = 4; in intel_dp_unpack_aux()
257 for (i = 0; i < dst_bytes; i++) in intel_dp_unpack_aux()