Lines Matching +full:4 +full:- +full:pixel +full:- +full:align
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * DisplayLink X server as yet - need both to be modified in tandem
59 /* blit-only rendering path metrics, exposed through sysfs */
60 atomic_t bytes_rendered; /* raw pixel-bytes driver asked to render */
63 atomic_t cpu_kcycles_used; /* transpired during pixel processing */
71 /* -BULK_SIZE as per usb-skeleton. Can we get full page and avoid overhead? */
73 #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
74 #define WRITES_IN_FLIGHT (4)
85 #define MIN_RLX_PIX_BYTES 4
96 #define DL_DEFIO_WRITE_DELAY msecs_to_jiffies(HZ <= 300 ? 4 : 10) /* optimal value for 720p vide…
99 /* remove these once align.h patch is taken into kernel */
100 #define DL_ALIGN_UP(x, a) ALIGN(x, a)