]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/panel: simple: simplify display_mode definitions by using macro
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 14 Sep 2017 09:54:30 +0000 (11:54 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 14 Sep 2017 09:54:30 +0000 (11:54 +0200)
commit63df66cbe87b3d1bd95713b7ee7c38768ca706b3
treeec0131bb3981e0658867a9e6c0870ef3c38a628f
parent57d7dec996024838ce0dd4c7052a07e9634773c5
drm/panel: simple: simplify display_mode definitions by using macro

Use the newly defined macro to generate the display_mode data entries
for all panels. This reduces the code size significantly and makes the
code more readable.
drivers/gpu/drm/panel/panel-simple.c