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.c560 unpack_aux(uint32_t src, uint8_t *dst, int dst_bytes) in unpack_aux() argument
563 if (dst_bytes > 4) in unpack_aux()
564 dst_bytes = 4; in unpack_aux()
565 for (i = 0; i < dst_bytes; i++) in unpack_aux()
/drivers/gpu/drm/i915/display/
Dintel_dp.c741 static void intel_dp_unpack_aux(u32 src, u8 *dst, int dst_bytes) in intel_dp_unpack_aux() argument
744 if (dst_bytes > 4) in intel_dp_unpack_aux()
745 dst_bytes = 4; in intel_dp_unpack_aux()
746 for (i = 0; i < dst_bytes; i++) in intel_dp_unpack_aux()