]> git.baikalelectronics.ru Git - kernel.git/commit
gma500: mdfld_dsi_dpi_mode_set() do not corrupt DSPSTRIDE
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 3 May 2012 15:27:45 +0000 (16:27 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 3 May 2012 15:26:49 +0000 (16:26 +0100)
commitbf2dad0e78e94ee902cd8126f1a474144512d1f6
tree43987f8ab14c41d80f1e41a5d04138bf94a81150
parent4ffd6824847ec3683749af68854934932c9d376d
gma500: mdfld_dsi_dpi_mode_set() do not corrupt DSPSTRIDE

The proper stride value set in mdfld__intel_pipe_set_base().

TODO: move tc35876x support to separate driver and get rid of all
if (mdfld_get_panel_type(dev, pipe) == TC35876X) { ... }

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/mdfld_dsi_dpi.c