Home
last modified time | relevance | path

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

/drivers/video/fbdev/aty/
Dmach64_accel.c290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local
384 src_bytes = (((image->width * image->depth) + 7) / 8) * image->height; in atyfb_imageblit()
392 for (width = image->width, inbit = 7, mult24 = 0; src_bytes; ) { in atyfb_imageblit()
394 byte_id_in_dword < 4 && src_bytes; in atyfb_imageblit()
408 src_bytes--; in atyfb_imageblit()
423 u32 *pbitmap, dwords = (src_bytes + 3) / 4; in atyfb_imageblit()
/drivers/gpu/drm/i915/display/
Dintel_dp_aux.h13 u32 intel_dp_pack_aux(const u8 *src, int src_bytes);
Dintel_dp_aux.c13 u32 intel_dp_pack_aux(const u8 *src, int src_bytes) in intel_dp_pack_aux() argument
18 if (src_bytes > 4) in intel_dp_pack_aux()
19 src_bytes = 4; in intel_dp_pack_aux()
20 for (i = 0; i < src_bytes; i++) in intel_dp_pack_aux()
/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c547 pack_aux(uint8_t *src, int src_bytes) in pack_aux() argument
552 if (src_bytes > 4) in pack_aux()
553 src_bytes = 4; in pack_aux()
554 for (i = 0; i < src_bytes; i++) in pack_aux()