From b6dbe8e4d578997711097c77fb4538c00a541b62 Mon Sep 17 00:00:00 2001 From: Afzal Mohammed Date: Mon, 5 Aug 2013 17:02:24 -0500 Subject: [PATCH] video: da8xx-fb: store current display information store current videomode and controller data so that reconfiguring can be done easily. Reconfiguring would be required in fb_set_par, which is going to be added soon. If these details are not stored, the work probe does to retrieve these information would have to repeated at the place of reconfiguring and modifying platform data would be necessary to handle controller data changes like bpp. Signed-off-by: Afzal Mohammed Signed-off-by: Darren Etheridge Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed