Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next
Pointer for Markus's image conversion work. We need this so we can merge all the pretty drm graphs for 4.12. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
else if (len <= 32) \
|
||||
DRM_DEBUG_DRIVER("cmd=%02x, par=%*ph\n", cmd, (int)len, data);\
|
||||
else \
|
||||
DRM_DEBUG_DRIVER("cmd=%02x, len=%zu\n", cmd, (int)len); \
|
||||
DRM_DEBUG_DRIVER("cmd=%02x, len=%zu\n", cmd, len); \
|
||||
})
|
||||
|
||||
static const u8 mipi_dbi_dcs_read_commands[] = {
|
||||
|
Reference in New Issue
Block a user