summaryrefslogtreecommitdiff |
diff options
author | Alexander Graf <agraf@suse.de> | 2012-07-10 03:27:57 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-07-10 03:27:57 +0200 |
commit | 342458fe4301ac5400175adc15c51dfbd9a74371 (patch) | |
tree | aa8d03eabfab1a2277af6036d8d1ab722798ef45 | |
parent | 0c6519ca6fd61e21b3ecc729236aaf5706feed21 (diff) |
Refresh patches.arch/arm-omap-drm-fix-global-buffer.patch: typorpm-3.4.4-1.1--openSUSE-12.2-RC1rpm-3.4.4-1.1
suse-commit: 65dce23691e65e047f943cba0b1cfe13d707a08c
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index fcaaae910f46..aa08bbfad789 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c @@ -1939,7 +1939,7 @@ int dispc_ovl_enable(enum omap_plane plane, bool enable) DSSDBG("dispc_enable_plane %d, %d\n", plane, enable); // XXX quick hack.. give WB buffers to gfx: - if (cpu_is_omap44xx) + if (cpu_is_omap44xx()) dispc_write_reg(DISPC_GLOBAL_BUFFER, 0x006D2240); REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), enable ? 1 : 0, 0, 0); |