OSDN Git Service

omap_lcdc: Remove support for DEPTH != 32
authorPooja Dhannawat <dhannawatpooja1@gmail.com>
Thu, 12 May 2016 12:22:24 +0000 (13:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 May 2016 12:22:24 +0000 (13:22 +0100)
commitea644cf3431297cf6ce1c7562ec5aa221149d856
tree7d9d629be0a09e0482ef711d1ef9b9defd2e3600
parent5c87c4089afed982d5bc40cddbbef72c38d0389a
omap_lcdc: Remove support for DEPTH != 32

surface_bits_per_pixel() always returns 32
so, removing other dead code which is
based on DEPTH !== 32

Signed-off-by: Pooja Dhannawat <dhannawatpooja1@gmail.com>
Message-id: 1459260142-9144-1-git-send-email-dhannawatpooja1@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/display/omap_lcd_template.h
hw/display/omap_lcdc.c