From ad4a362635353f7ceb66f4038269770fee1025fa Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Thu, 18 Sep 2014 09:24:10 +1000 Subject: [PATCH] drm/nouveau/bios: split out shadow methods We're about to need to be able to fetch additional chunks of data beyond the primary bios image, which makes fetching a lot more complicated. This splits out the verious shadowing routines to be nothing more than very dumb "fetch this much data from this offset" routines, and leaves the logic of what and how much to fetch in common code. Signed-off-by: Ben Skeggs --- Reading git-format-patch failed