]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - drivers/gpu/drm/omapdrm/dss/dss.c
OMAPDSS: DSS: Cleanup cpu_is_xxxx checks
authorChandrabhanu Mahapatra <cmahapatra@ti.com>
Wed, 11 Jul 2012 13:06:18 +0000 (18:36 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Aug 2012 08:43:03 +0000 (11:43 +0300)
commit185bae1095188aa199c9be64d6030d8dbfc65e0a
tree7f2adbe00171a99ee425f73af17ec3a1d2e57b81
parentba1bc5bb1da5151f94031909ff775b0b4a1871c1
OMAPDSS: DSS: Cleanup cpu_is_xxxx checks

All the cpu_is checks have been moved to dss_init_features function providing a
much more generic and cleaner interface. The OMAP version and revision specific
initializations in various functions are cleaned and the necessary data are
moved to dss_features structure which is local to dss.c.

Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.c