summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/pl111
ModeNameSize
-rw-r--r--Kconfig516logplain
-rw-r--r--Makefile245logplain
-rw-r--r--pl111_debugfs.c1322logplain
-rw-r--r--pl111_display.c15676logplain
-rw-r--r--pl111_drm.h4684logplain
-rw-r--r--pl111_drv.c10808logplain
-rw-r--r--pl111_nomadik.c955logplain
-rw-r--r--pl111_nomadik.h261logplain
-rw-r--r--pl111_versatile.c15026logplain
-rw-r--r--pl111_versatile.h239logplain
Except for the interpretation of the read data, rest of the driver is same for both the cases. So pull the common things out for reuse. Signed-off-by: Sricharan R <sricharan@codeaurora.org> [niklas.cassel@linaro.org: split dt-binding into a separate patch and do not rename the compatible string. Update MAINTAINERS file.] Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> Reviewed-by: Ilia Lin <ilia.lin@kernel.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>