Searched hist:"91 ea2f29cba6a7fe035ea232e4f981211a9fce5d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.h | diff 91ea2f29cba6a7fe035ea232e4f981211a9fce5d Wed Oct 19 22:43:39 CDT 2016 Chen-Yu Tsai <wens@csie.org> drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structure
We already have some differences between the 2 supported SoCs. More will be added as we support other SoCs. To avoid bloating the probe function with even more conditionals, move the quirks to a separate data structure that's tied to the compatible string.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
H A D | sun4i_tcon.c | diff 91ea2f29cba6a7fe035ea232e4f981211a9fce5d Wed Oct 19 22:43:39 CDT 2016 Chen-Yu Tsai <wens@csie.org> drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structure
We already have some differences between the 2 supported SoCs. More will be added as we support other SoCs. To avoid bloating the probe function with even more conditionals, move the quirks to a separate data structure that's tied to the compatible string.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|