linux/drivers/gpu/drm/panel
Thierry Reding eccda2d1e1 drm/panel: ld9040: Fix build warnings on 64-bit
The %* format specifier expects an integer, which works fine with size_t
arguments on 32-bit because the types match. However on 64-bit, size_t
is typedef'd to unsigned long and will cause a build warning.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-11-07 15:40:35 +01:00
..
Kconfig drm/panel: make DRM_PANEL_LD9040 depend on SPI 2014-07-14 10:24:58 +02:00
Makefile drm/panel: add S6E8AA0 driver 2014-04-04 21:24:49 +09:00
panel-ld9040.c drm/panel: ld9040: Fix build warnings on 64-bit 2014-11-07 15:40:35 +01:00
panel-s6e8aa0.c drm/panel: s6e8aa0: Update calls to gpiod_get*() 2014-11-06 09:50:38 +01:00
panel-simple.c drm/panel: simple: Update Innolux N116BGE timings 2014-11-07 15:37:21 +01:00